2025-03-21T20:17:41.3120854Z Current runner version: '2.323.0' 2025-03-21T20:17:41.3128162Z Runner name: 'i-0ce9bf8d6387e7222' 2025-03-21T20:17:41.3129104Z Runner group name: 'Default' 2025-03-21T20:17:41.3130134Z Machine name: 'ip-10-0-42-223' 2025-03-21T20:17:41.3133513Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:41.3136172Z Contents: read 2025-03-21T20:17:41.3136870Z Metadata: read 2025-03-21T20:17:41.3137465Z ##[endgroup] 2025-03-21T20:17:41.3140815Z Secret source: Actions 2025-03-21T20:17:41.3141782Z Prepare workflow directory 2025-03-21T20:17:41.6379884Z Prepare all required actions 2025-03-21T20:17:41.6421978Z Getting action download info 2025-03-21T20:17:41.8699700Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:42.1122211Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:55.0101289Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:55.3226489Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:55.4164986Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:55.7939728Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:56.0719473Z Getting action download info 2025-03-21T20:17:56.2164921Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:56.2166930Z ##[group] Inputs 2025-03-21T20:17:56.2168787Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:17:56.2171113Z timeout: 900 2025-03-21T20:17:56.2171379Z runner: linux.2xlarge 2025-03-21T20:17:56.2171740Z upload-artifact: 2025-03-21T20:17:56.2172339Z upload-artifact-to-s3: false 2025-03-21T20:17:56.2172673Z download-artifact: 2025-03-21T20:17:56.2172926Z repository: 2025-03-21T20:17:56.2173199Z fetch-depth: 1 2025-03-21T20:17:56.2173455Z submodules: true 2025-03-21T20:17:56.2173765Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:56.2174157Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:56.2174492Z test-infra-ref: 2025-03-21T20:17:56.2174795Z docker-image: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:17:56.2175164Z docker-build-dir: .ci/docker 2025-03-21T20:17:56.2175474Z gpu-arch-type: cpu 2025-03-21T20:17:56.2175739Z gpu-arch-version: 2025-03-21T20:17:56.2175994Z job-name: linux-job 2025-03-21T20:17:56.2176282Z continue-on-error: false 2025-03-21T20:17:56.2176577Z binary-matrix: 2025-03-21T20:17:56.2176834Z run-with-docker: true 2025-03-21T20:17:56.2177100Z secrets-env: 2025-03-21T20:17:56.2177329Z no-sudo: false 2025-03-21T20:17:56.2177613Z ##[endgroup] 2025-03-21T20:17:56.2177968Z Complete job name: test-qnn-model (fp32, ic4) / linux-job 2025-03-21T20:17:56.2596885Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:56.2700306Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:56.2709721Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:56.2710397Z ##[endgroup] 2025-03-21T20:17:57.3877018Z Runner Type: linux.2xlarge 2025-03-21T20:17:57.3877722Z Instance Type: c5.2xlarge 2025-03-21T20:17:57.3878225Z AMI Name: unknown 2025-03-21T20:17:57.3903615Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:02.8207678Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:02.8208127Z set -euxo pipefail 2025-03-21T20:18:02.8208645Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:02.8209065Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:02.8209478Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:02.8209813Z else 2025-03-21T20:18:02.8210104Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:02.8210493Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:02.8210815Z fi 2025-03-21T20:18:02.8211047Z  2025-03-21T20:18:02.8211316Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:02.8211749Z echo "::endgroup::" 2025-03-21T20:18:02.8221655Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:02.8221979Z env: 2025-03-21T20:18:02.8222283Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:02.8222669Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:02.8223022Z PR_NUMBER: 2025-03-21T20:18:02.8224772Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:02.8226620Z NO_SUDO: false 2025-03-21T20:18:02.8226874Z ##[endgroup] 2025-03-21T20:18:02.8253509Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:02.8264028Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:02.8264553Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:02.8271524Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:02.9312901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:02.9313894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:02.9314868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:02.9315770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:02.9316698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:02.9317871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:02.9318808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:02.9319723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:02.9320605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:02.9321814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:02.9323066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:02.9323981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:02.9324890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:02.9325824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:02.9326757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:02.9327896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:02.9329082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:02.9330016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:02.9331242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:02.9332129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:02.9332903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:02.9333732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:02.9334935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:02.9335905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:02.9336825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:02.9337773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:02.9338617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:02.9339372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:02.9340386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.pack' 2025-03-21T20:18:02.9341656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.rev' 2025-03-21T20:18:02.9342904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.idx' 2025-03-21T20:18:02.9343964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:02.9344830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:02.9345671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:02.9346459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:02.9347205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:02.9348246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:02.9349210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:02.9350160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:02.9351049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:02.9351922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:02.9352781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:02.9353575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:02.9354335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:02.9355136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:02.9356048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:02.9356788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:02.9357611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:02.9358382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:02.9359299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:02.9360459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:02.9361355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:02.9362286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:02.9363278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:02.9364650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:02.9365692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:02.9366822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:02.9367856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:02.9368873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:02.9369890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:02.9370901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:02.9371980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:02.9373021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:02.9374103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:02.9375100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:02.9376148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:02.9377290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:02.9378361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:02.9379465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:02.9380507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:02.9381535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:02.9382970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:02.9384040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:02.9385464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:02.9386426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:02.9387503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:02.9388551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:02.9389605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:02.9390651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:02.9391692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:02.9392716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:02.9393701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:02.9394681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:02.9395668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:02.9396681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:02.9397686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:02.9398675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:02.9399656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:02.9400613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:02.9401567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:02.9402512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:02.9403484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:02.9404476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:02.9405619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:02.9406982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:02.9408410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:02.9409434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:02.9410805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:02.9411985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:02.9413012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:02.9414593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:02.9415646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:02.9417218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:02.9418299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:02.9419427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:02.9420816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:02.9421684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:02.9422599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:02.9423970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:02.9424847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:02.9425743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:02.9427118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:02.9427983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:02.9429144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:02.9430720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:02.9432048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:02.9433315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:02.9434650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:02.9436056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:02.9437427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:02.9438689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:02.9439904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:02.9441098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:02.9442208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:02.9443220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:02.9444196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:02.9445280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:02.9446263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:02.9447279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:02.9448382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:02.9449342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:02.9450336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:02.9451339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:02.9452434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:02.9453494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:02.9454520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:02.9455513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:02.9456460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:02.9457400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:02.9458358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:02.9459597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:02.9460675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:02.9461577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:02.9462482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:02.9463428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:02.9464413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:02.9465461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:02.9466457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:02.9467438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:02.9468434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:02.9469431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:02.9470440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:02.9471935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:02.9473018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:02.9474449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:02.9475507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:02.9476785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:02.9478530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:02.9479813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:02.9481500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:02.9482672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:02.9483846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:02.9485065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:02.9486436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:02.9487609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:02.9489072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:02.9490240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:02.9491503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:02.9492928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:02.9494081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:02.9495095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:02.9496301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:02.9497282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:02.9498373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:02.9499674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:02.9500745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:02.9502022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:02.9503261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:02.9504380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:02.9505645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:02.9506804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:02.9508222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:02.9509536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:02.9510869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:02.9512116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:02.9513310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:02.9514533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:02.9515568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:02.9516682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:02.9517998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:02.9519299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:02.9520579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:02.9521833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:02.9523006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:02.9524211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:02.9525458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:02.9526584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:02.9527741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:02.9528812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:02.9530100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:02.9531250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:02.9532560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:02.9533784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:02.9534765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:02.9536083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:02.9537102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:02.9538254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:02.9539546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:02.9540778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:02.9542144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:02.9543248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:02.9544543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:02.9545750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:02.9546957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:02.9548990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:02.9550422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:02.9551636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:02.9552817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:02.9554161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:02.9555331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:02.9556540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:02.9557741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:02.9558922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:02.9560129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:02.9561347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:02.9562536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:02.9563743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:02.9564827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:02.9565839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:02.9566846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:02.9567699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:02.9568520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:02.9569449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:02.9570320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:02.9571203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:02.9572163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:02.9573109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:02.9573840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:02.9574723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:02.9575586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:02.9576540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:02.9577552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:02.9578468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:02.9579413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:02.9580354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:02.9581559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:02.9582717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:02.9583951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:02.9585080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:02.9586270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:02.9587656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:02.9588962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:02.9590198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:02.9591423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:02.9592605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:02.9593724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:02.9594832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:02.9595968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:02.9597011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:02.9598044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:02.9599124Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:02.9600111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:02.9601040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:02.9602007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:02.9602830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:02.9603765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:02.9604978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:02.9606528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:02.9607938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:02.9608923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:02.9609906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:02.9610920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:02.9612105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:02.9613254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:02.9614445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:02.9615635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:02.9616844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:02.9618945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:02.9620444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:02.9621523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:02.9622571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:02.9623668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:02.9624803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:02.9625896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:02.9626892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:02.9627832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:02.9628821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:02.9629841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:02.9630824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:02.9631788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:02.9632901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:02.9633949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:02.9635076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:02.9636111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:02.9637090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:02.9638062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:02.9639025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:02.9639989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:02.9640966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:02.9642102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:02.9643255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:02.9644284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:02.9645438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:02.9646583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:02.9647631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:02.9648898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:02.9649940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:02.9650987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:02.9652078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:02.9653115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:02.9654189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:02.9655217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:02.9656199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:02.9657165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:02.9658115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:02.9659099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:02.9660084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:02.9661210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:02.9662474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:02.9664145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:02.9665526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:02.9666563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:02.9667522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:02.9668500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:02.9669505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:02.9670557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:02.9671645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:02.9672759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:02.9673836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:02.9674840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:02.9675856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:02.9676910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:02.9677998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:02.9679041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:02.9680048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:02.9681054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:02.9682096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:02.9683185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:02.9684226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:02.9685166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:02.9686164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:02.9687213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:02.9688132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:02.9689111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:02.9690162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:02.9691394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:02.9692571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:02.9693759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:02.9694990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:02.9696169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:02.9697232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:02.9698250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:02.9699304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:02.9700402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:02.9701535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:02.9702660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:02.9703812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:02.9704940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:02.9705866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:02.9706791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:02.9707906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:02.9709076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:02.9710180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:02.9711114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:02.9711905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:02.9712723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:02.9713725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:02.9714811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:02.9715979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:02.9717297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:02.9718509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:02.9719724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:02.9720925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:02.9722185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:02.9723380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:02.9724363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:02.9725161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:02.9725903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:02.9726677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:02.9727522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:02.9728363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:02.9729213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:02.9730138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:02.9731101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:02.9732118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:02.9733027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:02.9733917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:02.9734809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:02.9735804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:02.9736809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:02.9737793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:02.9738695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:02.9739550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:02.9740421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:02.9741229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:02.9742036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:02.9742907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:02.9743774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:02.9744713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:02.9745657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:02.9746598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:02.9747439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:02.9748733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:02.9749601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:02.9750475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:02.9751322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:02.9752253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:02.9753244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:02.9754216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:02.9755153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:02.9756024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:02.9756871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:02.9757791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:02.9758735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:02.9759595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:02.9760484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:02.9761352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:02.9762197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:02.9763044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:02.9763879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:02.9764683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:02.9765475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:02.9766257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:02.9767144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:02.9768157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:02.9769166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:02.9770153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:02.9771128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:02.9772455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:02.9773652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:02.9774668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:02.9775649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:02.9776758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:02.9777990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:02.9779207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:02.9780403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:02.9781635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:02.9782862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:02.9784111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:02.9785398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:02.9786857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:02.9788467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:02.9790034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:02.9791603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:02.9793180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:02.9794783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:02.9796406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:02.9798016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:02.9799623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:02.9801294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:02.9803112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:02.9804844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:02.9806480Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:02.9808301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:02.9810311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:02.9812358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:02.9814306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:02.9816203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:02.9817867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:02.9819489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:02.9821098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:02.9822685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:02.9824147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:02.9825461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:02.9826742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:02.9828139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:02.9829621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:02.9831026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:02.9832425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:02.9833882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:02.9835213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:02.9836575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:02.9837870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:02.9839130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:02.9840401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:02.9841721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:02.9842958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:02.9844188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:02.9845474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:02.9846915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:02.9848741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:02.9850332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:02.9851920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:02.9853441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:02.9854889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:02.9856209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:02.9857601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:02.9859054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:02.9860530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:02.9862073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:02.9864034Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:02.9864527Z + echo ::endgroup:: 2025-03-21T20:18:02.9865565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:02.9867115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:02.9868694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:02.9870180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:02.9871608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:02.9872992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:02.9874339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:02.9875650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:02.9876892Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:02.9878082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:02.9879229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:02.9880422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:02.9881707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:02.9883006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:02.9884289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:02.9885578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:02.9886855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:02.9888157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:02.9889485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:02.9890839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:02.9892274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:02.9893692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:02.9895283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:02.9896773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:02.9898341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:02.9899860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:02.9901350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:02.9902866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:02.9904400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:02.9905931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:02.9907467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:02.9908994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:02.9910510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:02.9912008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:02.9913520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:02.9915010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:02.9916513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:02.9918015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:02.9919540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:02.9921081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:02.9922636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:02.9924215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:02.9925761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:02.9927368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:02.9928914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:02.9930360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:02.9931898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:02.9933388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:02.9934843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:02.9936249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:02.9937583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:02.9938913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:02.9940375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:02.9941869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:02.9943222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:02.9944552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:02.9945853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:02.9947125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:02.9948674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:02.9949840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:02.9950971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:02.9952199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:02.9953527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:02.9954874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:02.9956253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:02.9957787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:02.9959164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:02.9960726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:02.9962111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:02.9963310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:02.9964506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:02.9965684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:02.9966850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:02.9967993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:02.9969203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:02.9970482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:02.9971806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:02.9973084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:02.9974504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:02.9975976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:02.9977412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:02.9978876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:02.9980282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:02.9981607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:02.9982898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:02.9984115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:02.9985255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:02.9986489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:02.9987879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:02.9989207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:02.9990495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:02.9991788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:02.9993122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:02.9994494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:02.9995854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:02.9997206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:02.9998563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:02.9999895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:03.0001218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:03.0002564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:03.0003988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:03.0005422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:03.0006885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:03.0008290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:03.0009642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:03.0010992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:03.0012568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:03.0014094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:03.0015484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:03.0016835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:03.0018269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:03.0019555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:03.0020868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:03.0022034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:03.0023172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:03.0024317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:03.0025593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:03.0026971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:03.0028394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:03.0029728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:03.0030936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:03.0032122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:03.0033276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:03.0034403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:03.0035496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:03.0036535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:03.0037684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:03.0038864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:03.0039999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:03.0041132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:03.0042279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:03.0043455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:03.0044595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:03.0045728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:03.0046832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:03.0048208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:03.0049283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:03.0050169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:03.0051000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:03.0052021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:03.0053018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:03.0053980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:03.0054952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:03.0055934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:03.0056915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:03.0057837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:03.0058756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:03.0059809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:03.0060900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:03.0062034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:03.0063119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:03.0064087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:03.0065140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:03.0066393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:03.0067582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:03.0068727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:03.0070016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:03.0071388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:03.0091513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:03.0092996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:03.0094201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:03.0095465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:03.0096503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:03.0097526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:03.0098477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:03.0099420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:03.0100355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:03.0101310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:03.0102366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:03.0103475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:03.0104518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:03.0105509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:03.0106476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:03.0107431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:03.0108408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:03.0109379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:03.0110353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:03.0111379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:03.0112404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:03.0113383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:03.0114349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:03.0115293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:03.0116263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:03.0117217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:03.0118187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:03.0119147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:03.0120109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:03.0121113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:03.0122105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:03.0123157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:03.0124126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:03.0124999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:03.0125942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:03.0126906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:03.0127763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:03.0128646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:03.0129565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:03.0130445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:03.0131324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:03.0132292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:03.0133224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:03.0134240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:03.0135306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:03.0136380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:03.0137429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:03.0138479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:03.0139524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:03.0140587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:03.0141644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:03.0142687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:03.0143751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:03.0144788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:03.0145774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:03.0146737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:03.0147701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:03.0148907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:03.0149868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:03.0151003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:03.0152060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:03.0152959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:03.0153863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:03.0154827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:03.0155873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:03.0156893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:03.0157900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:03.0158948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:03.0159977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:03.0160951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:03.0161877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:03.0162833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:03.0163771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:03.0164766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:03.0165770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:03.0166745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:03.0167772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:03.0168823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:03.0169849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:03.0170833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:03.0171831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:03.0172814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:03.0173894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:03.0174844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:03.0175785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:03.0176792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:03.0177913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:03.0178977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:03.0180171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:03.0181321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:03.0182472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:03.0183672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:03.0184833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:03.0185873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:03.0186794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:03.0187672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:03.0188613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:03.0189652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:03.0190658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:03.0191566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:03.0192501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:03.0193445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:03.0194377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:03.0195309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:03.0196294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:03.0197257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:03.0198185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:03.0199129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:03.0200073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:03.0201034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:03.0201950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:03.0202888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:03.0203864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:03.0204945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:03.0206142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:03.0207271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:03.0208310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:03.0209303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:03.0210282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:03.0211286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:03.0212383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:03.0213412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:03.0214435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:03.0215426Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:03.0216361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:03.0217245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:03.0218084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:03.0219062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:03.0220191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:03.0221336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:03.0222493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:03.0223609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:03.0224694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:03.0225755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:03.0226854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:03.0227985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:03.0229117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:03.0230103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:03.0231076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:03.0232121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:03.0233242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:03.0234248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:03.0235186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:03.0236020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:03.0236877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:03.0237767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:03.0238697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:03.0239637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:03.0240552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:03.0241454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:03.0242353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:03.0243254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:03.0244139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:03.0245058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:03.0246133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:03.0247280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:03.0248729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:03.0249820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:03.0250758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:03.0251699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:03.0253130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:03.0254187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:03.0255453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:03.0256537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:03.0257559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:03.0258530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:03.0259567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:03.0260662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:03.0261514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:03.0263031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:03.0263887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:03.0265071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:03.0265944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:03.0266798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:03.0267610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:03.0268411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:03.0269262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:03.0270086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:03.0271090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:03.0272314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:03.0273522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:03.0274760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:03.0276028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:03.0277279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:03.0278506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:03.0279710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:03.0280890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:03.0282045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:03.0283185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:03.0284329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:03.0285453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:03.0286601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:03.0287788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:03.0288957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:03.0290109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:03.0291331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:03.0292544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:03.0293810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:03.0295086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:03.0296328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:03.0297634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:03.0298995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:03.0300336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:03.0301586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:03.0302734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:03.0303859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:03.0304986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:03.0306098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:03.0307206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:03.0308354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:03.0309523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:03.0310682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:03.0311878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:03.0313106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:03.0314322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:03.0315511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:03.0316685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:03.0317839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:03.0319007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:03.0320234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:03.0321393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:03.0322597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:03.0323734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:03.0324834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:03.0325991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:03.0327193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:03.0328376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:03.0329584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:03.0330795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:03.0332058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:03.0333262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:03.0334448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:03.0335630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:03.0336810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:03.0337969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:03.0339121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:03.0340268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:03.0341427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:03.0342563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:03.0343677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:03.0344787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:03.0345880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:03.0347014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:03.0348552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:03.0349833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:03.0351084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:03.0352285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:03.0353482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:03.0354724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:03.0355996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:03.0357249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:03.0358499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:03.0359719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:03.0360917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:03.0362125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:03.0363326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:03.0364521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:03.0365713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:03.0366884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:03.0368038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:03.0369239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:03.0370475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:03.0371790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:03.0373025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:03.0374277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:03.0375517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:03.0376766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:03.0378114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:03.0379363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:03.0380666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:03.0381899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:03.0383108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:03.0384311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:03.0385482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:03.0386628Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:03.0387795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:03.0388975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:03.0390137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:03.0391421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:03.0392814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:03.0394199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:03.0395581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:03.0396939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:03.0398289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:03.0399680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:03.0401090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:03.0402489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:03.0403807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:03.0405012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:03.0406203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:03.0407428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:03.0408665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:03.0410030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:03.0411321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:03.0412639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:03.0413851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:03.0415048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:03.0416231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:03.0417397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:03.0418542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:03.0419641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:03.0420760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:03.0421926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:03.0423070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:03.0424223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:03.0425395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:03.0426547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:03.0427693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:03.0428827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:03.0429943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:03.0431032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:03.0432086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:03.0433117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:03.0434180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:03.0435251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:03.0436379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:03.0437530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:03.0438661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:03.0439773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:03.0440913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:03.0442110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:03.0443295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:03.0444448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:03.0445581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:03.0446692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:03.0448124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:03.0449300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:03.0450439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:03.0451699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:03.0452906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:03.0454093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:03.0455288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:03.0456481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:03.0457653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:03.0458816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:03.0459952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:03.0461089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:03.0462228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:03.0463368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:03.0464605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:03.0465919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:03.0467178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:03.0468339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:03.0469500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:03.0470683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:03.0471850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:03.0473044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:03.0474260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:03.0475454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:03.0476693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:03.0477964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:03.0479226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:03.0480461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:03.0481686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:03.0482895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:03.0484068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:03.0485199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:03.0486317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:03.0487474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:03.0488664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:03.0489850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:03.0491066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:03.0492376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:03.0493680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:03.0494903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:03.0496163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:03.0497354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:03.0498531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:03.0499662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:03.0500796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:03.0501900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:03.0502980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:03.0504040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:03.0505222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:03.0506500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:03.0507753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:03.0508999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:03.0510212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:03.0511405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:03.0512588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:03.0513764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:03.0514921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:03.0516087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:03.0517257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:03.0518421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:03.0519625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:03.0520876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:03.0522108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:03.0523383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:03.0524600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:03.0525739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:03.0526852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:03.0527961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:03.0529047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:03.0530132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:03.0531201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:03.0532326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:03.0533424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:03.0534551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:03.0535646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:03.0536800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:03.0537987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:03.0539166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:03.0540405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:03.0541701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:03.0542982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:03.0544221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:03.0545389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:03.0546562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:03.0547961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:03.0549223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:03.0550432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:03.0551718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:03.0552800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:03.0553956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:03.0555071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:03.0556258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:03.0557420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:03.0558590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:03.0559757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:03.0560911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:03.0562096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:03.0563310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:03.0564491Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:03.0565621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:03.0566663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:03.0567693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:03.0568835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:03.0569989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:03.0571119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:03.0572368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:03.0573630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:03.0574879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:03.0576119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:03.0577344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:03.0578548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:03.0579743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:03.0581000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:03.0582230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:03.0583351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:03.0584458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:03.0585545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:03.0586630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:03.0587711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:03.0588773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:03.0589913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:03.0591099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:03.0592284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:03.0593444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:03.0594571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:03.0595679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:03.0596823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:03.0597978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:03.0599119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:03.0600318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:03.0601600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:03.0602868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:03.0604082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:03.0605225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:03.0606359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:03.0607559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:03.0608896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:03.0610145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:03.0611391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:03.0612582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:03.0613678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:03.0614780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:03.0615882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:03.0616964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:03.0618101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:03.0619271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:03.0620432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:03.0621648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:03.0622908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:03.0624153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:03.0625450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:03.0626770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:03.0628076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:03.0629391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:03.0630723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:03.0632038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:03.0633274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:03.0634404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:03.0635517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:03.0636593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:03.0637773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:03.0638792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:03.0639955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:03.0641146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:03.0642330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:03.0643564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:03.0644855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:03.0646127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:03.0647334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:03.0648626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:03.0649725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:03.0650889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:03.0652173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:03.0653376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:03.0654602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:03.0655840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:03.0657061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:03.0658258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:03.0659454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:03.0660649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:03.0661836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:03.0663018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:03.0664175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:03.0665379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:03.0666726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:03.0667945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:03.0669189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:03.0670291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:03.0671373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:03.0672393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:03.0673480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:03.0674549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:03.0675570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:03.0676539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:03.0677482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:03.0678416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:03.0679371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:03.0680329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:03.0681314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:03.0682311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:03.0683329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:03.0684357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:03.0685381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:03.0686373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:03.0687365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:03.0688367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:03.0689347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:03.0690317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:03.0691268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:03.0692271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:03.0693218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:03.0694163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:03.0695255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:03.0696239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:03.0697266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:03.0698260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:03.0699244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:03.0700232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:03.0701157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:03.0702090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:03.0703087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:03.0704092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:03.0705056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:03.0706054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:03.0707081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:03.0708041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:03.0709029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:03.0710032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:03.0710984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:03.0711969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:03.0712956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:03.0713941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:03.0715013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:03.0716147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:03.0717314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:03.0718446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:03.0719532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:03.0720656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:03.0721761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:03.0722885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:03.0723987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:03.0725136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:03.0726210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:03.0727424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:03.0728602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:03.0729770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:03.0730942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:03.0732169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:03.0733361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:03.0734557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:03.0735666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:03.0736745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:03.0737872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:03.0739083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:03.0740306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:03.0741540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:03.0742918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:03.0744390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:03.0745851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:03.0747246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:03.0748646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:03.0749821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:03.0750974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:03.0752030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:03.0753228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:03.0754399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:03.0755446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:03.0756457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:03.0757555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:03.0758766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:03.0760112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:03.0761554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:03.0762892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:03.0764252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:03.0765603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:03.0766959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:03.0768346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:03.0769686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:03.0770990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:03.0772349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:03.0773584Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:03.0774759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:03.0775897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:03.0777029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:03.0778157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:03.0779265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:03.0780282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:03.0781233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:03.0782289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:03.0783362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:03.0784389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:03.0785419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:03.0786394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:03.0787334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:03.0788296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:03.0789352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:03.0790438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:03.0791538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:03.0792675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:03.0793757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:03.0794745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:03.0795716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:03.0796724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:03.0797714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:03.0798775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:03.0799909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:03.0801080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:03.0802428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:03.0803915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:03.0805377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:03.0806774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:03.0808167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:03.0809567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:03.0810996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:03.0812524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:03.0814164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:03.0815613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:03.0816930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:03.0818129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:03.0819180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:03.0820190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:03.0821175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:03.0822168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:03.0823103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:03.0823985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:03.0824847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:03.0825675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:03.0826547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:03.0827441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:03.0828346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:03.0829267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:03.0830153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:03.0831083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:03.0832127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:03.0833169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:03.0834134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:03.0835202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:03.0836344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:03.0837395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:03.0838411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:03.0839574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:03.0840733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:03.0841739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:03.0842715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:03.0843639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:03.0844538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:03.0845426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:03.0846336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:03.0847296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:03.0848535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:03.0849546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:03.0850474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:03.0851417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:03.0852431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:03.0853292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:03.0854167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:03.0855095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:03.0856075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:03.0856992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:03.0857915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:03.0858866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:03.0859861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:03.0860902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:03.0861836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:03.0862792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:03.0863798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:03.0864703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:03.0865568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:03.0866555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:03.0867422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:03.0868353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:03.0869193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:03.0870034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:03.0870903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:03.0871853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:03.0872824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:03.0873709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:03.0874587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:03.0875476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:03.0876375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:03.0877295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:03.0878164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:03.0878999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:03.0879850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:03.0880723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:03.0881581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:03.0882444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:03.0883302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:03.0884119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:03.0884942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:03.0885792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:03.0886775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:03.0887762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:03.0888601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:03.0889405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:03.0890306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:03.0891252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:03.0892190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:03.0893076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:03.0894222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:03.0895470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:03.0896544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:03.0897533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:03.0898471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:03.0899341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:03.0900176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:03.0901018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:03.0901845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:03.0902810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:03.0903922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:03.0905053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:03.0906201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:03.0907362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:03.0908496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:03.0909567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:03.0910562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:03.0911449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:03.0912432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:03.0913557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:03.0914714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:03.0915870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:03.0916971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:03.0918083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:03.0919103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:03.0920126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:03.0921151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:03.0922124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:03.0923122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:03.0924094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:03.0925091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:03.0926106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:03.0927086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:03.0927986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:03.0928888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:03.0929837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:03.0930838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:03.0931907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:03.0932911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:03.0933900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:03.0935056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:03.0936401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:03.0937699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:03.0938888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:03.0939964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:03.0940952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:03.0941898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:03.0942969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:03.0944160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.0945319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:03.0946391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:03.0947361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:03.0948522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:03.0949580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:03.0950690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:03.0952076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:03.0953407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:03.0954763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:03.0956097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:03.0957366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:03.0958545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:03.0959613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:03.0960731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:03.0961919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:03.0963121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:03.0964369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:03.0965536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:03.0966598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:03.0967541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:03.0968518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:03.0969589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:03.0999966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:03.1001219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:03.1002379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:03.1003415Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:03.1004339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:03.1005351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:03.1006476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:03.1007658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:03.1008645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:03.1009649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:03.1010576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:03.1011507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:03.1012522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:03.1013453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:03.1014342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:03.1015424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1016692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1017871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1018959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:03.1019944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:03.1020831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:03.1021696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:03.1022739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1023926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1025037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1026050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:03.1026961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:03.1027810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:03.1028663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:03.1029538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:03.1030593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1031827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1032969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1034031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:03.1035060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:03.1035947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:03.1036944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:03.1038055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:03.1039240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1040329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:03.1041321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:03.1042205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:03.1043069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:03.1043978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:03.1044881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:03.1045837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:03.1046805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:03.1048109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1049309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1050429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1051461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:03.1052450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:03.1053524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:03.1054776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:03.1055964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:03.1057065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:03.1058078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:03.1058449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:03.1058889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:03.1059264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:03.1059637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:03.1060164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:03.1060606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:03.1061044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:03.1061481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:03.1061857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:03.1062226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:03.1062623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:03.1063039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:03.1063505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:03.1063996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:03.1064451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:03.1064868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:03.1065327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:03.1065679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:03.1066112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:03.1066479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:03.1066879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:03.1067271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:03.1067675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:03.1068085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:03.1068525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:03.1068985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:03.1069425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:03.1069873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:03.1070301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:03.1070783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:03.1071281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:03.1071785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:03.1072257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:03.1072827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:03.1073430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:03.1073897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:03.1074373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:03.1074901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:03.1075418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:03.1075977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:03.1076557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:03.1077127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:03.1077702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:03.1078257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:03.1078731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:03.1079152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:03.1079680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:03.1080158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:03.1080597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:03.1081092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:03.1081485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:03.1081881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:03.1082300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:03.1082724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:03.1083135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:03.1083510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:03.1083917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:03.1084326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:03.1084683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:03.1085108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:03.1085610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:03.1086135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:03.1086612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:03.1086985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:03.1087341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:03.1087823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:03.1088287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:03.1088644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:03.1089002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:03.1089404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:03.1089765Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:03.1090115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:03.1090447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:03.1090757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:03.1091043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:03.1091312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:03.1092351Z ##[endgroup] 2025-03-21T20:18:03.1196185Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:03.1196319Z with: 2025-03-21T20:18:03.1196451Z repository: pytorch/test-infra 2025-03-21T20:18:03.1196609Z path: test-infra 2025-03-21T20:18:03.1196715Z submodules: recursive 2025-03-21T20:18:03.1197001Z token: *** 2025-03-21T20:18:03.1197105Z ssh-strict: true 2025-03-21T20:18:03.1197202Z ssh-user: git 2025-03-21T20:18:03.1197331Z persist-credentials: true 2025-03-21T20:18:03.1197425Z clean: true 2025-03-21T20:18:03.1197566Z sparse-checkout-cone-mode: true 2025-03-21T20:18:03.1197666Z fetch-depth: 1 2025-03-21T20:18:03.1197766Z fetch-tags: false 2025-03-21T20:18:03.1197885Z show-progress: true 2025-03-21T20:18:03.1197984Z lfs: false 2025-03-21T20:18:03.1198108Z set-safe-directory: true 2025-03-21T20:18:03.1198199Z env: 2025-03-21T20:18:03.1198355Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:03.1198485Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.1198584Z PR_NUMBER: 2025-03-21T20:18:03.1200255Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:03.1200399Z ##[endgroup] 2025-03-21T20:18:03.2372408Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:03.2373177Z ##[group]Getting Git version info 2025-03-21T20:18:03.2373799Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:03.2374347Z [command]/usr/bin/git version 2025-03-21T20:18:03.2374519Z git version 2.47.1 2025-03-21T20:18:03.2391073Z ##[endgroup] 2025-03-21T20:18:03.2405696Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/03993978-114a-4ac5-bb8f-b7cc3aa7f02c' before making global git config changes 2025-03-21T20:18:03.2406532Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:03.2411946Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:03.2440425Z ##[group]Initializing the repository 2025-03-21T20:18:03.2445664Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:03.2476115Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:03.2476538Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:03.2476914Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:03.2477074Z hint: 2025-03-21T20:18:03.2477376Z hint: git config --global init.defaultBranch 2025-03-21T20:18:03.2477551Z hint: 2025-03-21T20:18:03.2477951Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:03.2478420Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:03.2478602Z hint: 2025-03-21T20:18:03.2478813Z hint: git branch -m 2025-03-21T20:18:03.2479584Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:03.2487818Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:03.2513755Z ##[endgroup] 2025-03-21T20:18:03.2514348Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:03.2518686Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:03.2543293Z ##[endgroup] 2025-03-21T20:18:03.2543798Z ##[group]Setting up auth 2025-03-21T20:18:03.2551127Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:03.2578768Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:03.2826733Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:03.2850041Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:03.3099374Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:03.3139400Z ##[endgroup] 2025-03-21T20:18:03.3143444Z ##[group]Determining the default branch 2025-03-21T20:18:03.3144090Z Retrieving the default branch name 2025-03-21T20:18:03.5574906Z Default branch 'main' 2025-03-21T20:18:03.5575758Z ##[endgroup] 2025-03-21T20:18:03.5576337Z ##[group]Fetching the repository 2025-03-21T20:18:03.5581529Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:18:03.9437452Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:03.9459216Z * [new branch] main -> origin/main 2025-03-21T20:18:03.9460774Z ##[endgroup] 2025-03-21T20:18:03.9461237Z ##[group]Determining the checkout info 2025-03-21T20:18:03.9461766Z ##[endgroup] 2025-03-21T20:18:03.9466156Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:03.9495350Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:03.9518572Z ##[group]Checking out the ref 2025-03-21T20:18:03.9522108Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:04.0314456Z Switched to a new branch 'main' 2025-03-21T20:18:04.0315207Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:04.0322404Z ##[endgroup] 2025-03-21T20:18:04.0322930Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:04.0327691Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:04.0368414Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:04.0394836Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:04.0419262Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:04.0440226Z ##[endgroup] 2025-03-21T20:18:04.0440652Z ##[group]Fetching submodules 2025-03-21T20:18:04.0444131Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:04.0694341Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:04.0942776Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:04.1186980Z ##[endgroup] 2025-03-21T20:18:04.1187500Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:04.1192073Z [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:04.1442420Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:04.1699131Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:04.1954221Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:04.2202625Z ##[endgroup] 2025-03-21T20:18:04.2236430Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:04.2256787Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:04.2444580Z Prepare all required actions 2025-03-21T20:18:04.2445172Z Getting action download info 2025-03-21T20:18:04.3450368Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:05.6914560Z Getting action download info 2025-03-21T20:18:05.7997505Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:05.9382043Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:05.9382418Z env: 2025-03-21T20:18:05.9382703Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.9383087Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.9383394Z PR_NUMBER: 2025-03-21T20:18:05.9385149Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:05.9386989Z ##[endgroup] 2025-03-21T20:18:05.9474684Z ##[group]Run set -euo pipefail 2025-03-21T20:18:05.9475053Z set -euo pipefail 2025-03-21T20:18:05.9475365Z function get_ec2_metadata() { 2025-03-21T20:18:05.9475743Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:05.9476395Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:05.9476969Z  category=$1 2025-03-21T20:18:05.9477849Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:05.9478757Z } 2025-03-21T20:18:05.9479246Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:05.9479686Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:05.9480156Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:05.9480585Z echo "system info $(uname -a)" 2025-03-21T20:18:05.9486367Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.9486752Z env: 2025-03-21T20:18:05.9487029Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.9487400Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.9487687Z PR_NUMBER: 2025-03-21T20:18:05.9489386Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:05.9491177Z ##[endgroup] 2025-03-21T20:18:05.9622065Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:05.9715518Z instance-id: i-0ce9bf8d6387e7222 2025-03-21T20:18:05.9818578Z instance-type: c5.2xlarge 2025-03-21T20:18:05.9828356Z system info Linux ip-10-0-42-223.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:05.9866999Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:05.9867947Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:05.9874104Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.9874490Z env: 2025-03-21T20:18:05.9874952Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.9875361Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.9875679Z PR_NUMBER: 2025-03-21T20:18:05.9877382Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:05.9879140Z ##[endgroup] 2025-03-21T20:18:05.9955454Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:05.9955919Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:05.9956303Z  echo "Docker daemon is running..."; 2025-03-21T20:18:05.9956646Z else 2025-03-21T20:18:05.9957025Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:05.9957465Z fi 2025-03-21T20:18:05.9962824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.9963213Z env: 2025-03-21T20:18:05.9963478Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.9963852Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.9964149Z PR_NUMBER: 2025-03-21T20:18:05.9965841Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:05.9967593Z ##[endgroup] 2025-03-21T20:18:06.0035751Z Docker daemon is running... 2025-03-21T20:18:06.0064652Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:06.0065458Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:06.0065995Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:06.0066627Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:06.0067367Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:06.0072899Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.0073291Z env: 2025-03-21T20:18:06.0073572Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:06.0073939Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.0074244Z PR_NUMBER: 2025-03-21T20:18:06.0075949Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:06.0077722Z AWS_RETRY_MODE: standard 2025-03-21T20:18:06.0078013Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:06.0078292Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:06.0078589Z ##[endgroup] 2025-03-21T20:18:07.0051655Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:07.0052299Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:07.0053123Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:07.0053519Z 2025-03-21T20:18:07.0053640Z Login Succeeded 2025-03-21T20:18:07.0096367Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.0097133Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.0097670Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.0103439Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.0103829Z env: 2025-03-21T20:18:07.0104111Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.0104482Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.0104777Z PR_NUMBER: 2025-03-21T20:18:07.0106467Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:07.0108221Z ##[endgroup] 2025-03-21T20:18:07.0186193Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:07.0186700Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:07.0187110Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:07.0187480Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:07.0187929Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.0188372Z  2025-03-21T20:18:07.0188689Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:07.0189134Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:07.0189521Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:07.0190013Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.0190466Z  2025-03-21T20:18:07.0190725Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:07.0191083Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:07.0191428Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:07.0191978Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.0197431Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.0197808Z env: 2025-03-21T20:18:07.0198085Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.0198465Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.0198769Z PR_NUMBER: 2025-03-21T20:18:07.0200466Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:07.0202223Z ##[endgroup] 2025-03-21T20:18:07.5755725Z ##[group]Run needs=0 2025-03-21T20:18:07.5756073Z needs=0 2025-03-21T20:18:07.5756452Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:07.5756900Z  needs=1 2025-03-21T20:18:07.5757149Z fi 2025-03-21T20:18:07.5757422Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:07.5763161Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.5763550Z env: 2025-03-21T20:18:07.5763815Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.5764189Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.5764487Z PR_NUMBER: 2025-03-21T20:18:07.5766342Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:07.5768248Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:07.5768847Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:07.5769415Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:07.5769811Z ##[endgroup] 2025-03-21T20:18:07.6011024Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:07.6011711Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:07.6012155Z # shellcheck disable=SC2046 2025-03-21T20:18:07.6012491Z docker stop $(docker ps -q) || true 2025-03-21T20:18:07.6012852Z # Prune all of the docker images 2025-03-21T20:18:07.6013197Z docker system prune -af 2025-03-21T20:18:07.6018671Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.6019074Z env: 2025-03-21T20:18:07.6019349Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.6019722Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.6020023Z PR_NUMBER: 2025-03-21T20:18:07.6021713Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:07.6023610Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:07.6024212Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:07.6024772Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:07.6025184Z ##[endgroup] 2025-03-21T20:18:07.6263521Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:07.6263957Z See 'docker stop --help'. 2025-03-21T20:18:07.6264148Z 2025-03-21T20:18:07.6264318Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:07.6264594Z 2025-03-21T20:18:07.6264727Z Stop one or more running containers 2025-03-21T20:18:07.6410628Z Total reclaimed space: 0B 2025-03-21T20:18:07.6488884Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:07.6489380Z with: 2025-03-21T20:18:07.6490002Z github-secret: *** 2025-03-21T20:18:07.6490807Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:07.6491738Z activate-with-label: false 2025-03-21T20:18:07.6492200Z label: with-ssh 2025-03-21T20:18:07.6492563Z remove-existing-keys: true 2025-03-21T20:18:07.6492884Z fail-silently: true 2025-03-21T20:18:07.6493292Z env: 2025-03-21T20:18:07.6493658Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.6494180Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.6494591Z PR_NUMBER: 2025-03-21T20:18:07.6496425Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:07.6498462Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:07.6499161Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:07.6499835Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:07.6500347Z ##[endgroup] 2025-03-21T20:18:07.7570843Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:07.7573124Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:07.7689672Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:07.7690071Z with: 2025-03-21T20:18:07.7690510Z repository: pytorch/executorch 2025-03-21T20:18:07.7690966Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:07.7691389Z path: pytorch/executorch 2025-03-21T20:18:07.7691973Z fetch-depth: 1 2025-03-21T20:18:07.7692386Z submodules: true 2025-03-21T20:18:07.7692913Z token: *** 2025-03-21T20:18:07.7693277Z ssh-strict: true 2025-03-21T20:18:07.7693627Z ssh-user: git 2025-03-21T20:18:07.7693937Z persist-credentials: true 2025-03-21T20:18:07.7694335Z clean: true 2025-03-21T20:18:07.7694700Z sparse-checkout-cone-mode: true 2025-03-21T20:18:07.7695092Z fetch-tags: false 2025-03-21T20:18:07.7695481Z show-progress: true 2025-03-21T20:18:07.7695785Z lfs: false 2025-03-21T20:18:07.7696122Z set-safe-directory: true 2025-03-21T20:18:07.7696538Z env: 2025-03-21T20:18:07.7696928Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.7697485Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.7697877Z PR_NUMBER: 2025-03-21T20:18:07.7699638Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:07.7701655Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:07.7702336Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:07.7703002Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:07.7703673Z ##[endgroup] 2025-03-21T20:18:07.8654234Z Syncing repository: pytorch/executorch 2025-03-21T20:18:07.8662491Z ##[group]Getting Git version info 2025-03-21T20:18:07.8663209Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:07.8688261Z [command]/usr/bin/git version 2025-03-21T20:18:07.8722397Z git version 2.47.1 2025-03-21T20:18:07.8746210Z ##[endgroup] 2025-03-21T20:18:07.8758456Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3fa3bbf3-ba88-4356-828b-3d866ee24e58' before making global git config changes 2025-03-21T20:18:07.8759512Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:07.8763438Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:07.8790009Z ##[group]Initializing the repository 2025-03-21T20:18:07.8794243Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:07.8821482Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:07.8822161Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:07.8822743Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:07.8823173Z hint: 2025-03-21T20:18:07.8823473Z hint: git config --global init.defaultBranch 2025-03-21T20:18:07.8823819Z hint: 2025-03-21T20:18:07.8824170Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:07.8824751Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:07.8825199Z hint: 2025-03-21T20:18:07.8825439Z hint: git branch -m 2025-03-21T20:18:07.8826067Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:07.8830696Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:07.8855236Z ##[endgroup] 2025-03-21T20:18:07.8855937Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:07.8859110Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:07.8882451Z ##[endgroup] 2025-03-21T20:18:07.8882904Z ##[group]Setting up auth 2025-03-21T20:18:07.8887824Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:07.8910475Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:07.9154903Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:07.9177493Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:07.9419335Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:07.9457113Z ##[endgroup] 2025-03-21T20:18:07.9457550Z ##[group]Fetching the repository 2025-03-21T20:18:07.9464193Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:09.2955890Z From https://github.com/pytorch/executorch 2025-03-21T20:18:09.2956429Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:09.2974869Z ##[endgroup] 2025-03-21T20:18:09.2975357Z ##[group]Determining the checkout info 2025-03-21T20:18:09.2977009Z ##[endgroup] 2025-03-21T20:18:09.2981403Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:09.3021230Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:09.3044075Z ##[group]Checking out the ref 2025-03-21T20:18:09.3047213Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:09.7626116Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:09.7626470Z 2025-03-21T20:18:09.7626716Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:09.7627279Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:09.7627827Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:09.7628165Z 2025-03-21T20:18:09.7628377Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:09.7628894Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:09.7629197Z 2025-03-21T20:18:09.7629317Z git switch -c 2025-03-21T20:18:09.7629519Z 2025-03-21T20:18:09.7629644Z Or undo this operation with: 2025-03-21T20:18:09.7629842Z 2025-03-21T20:18:09.7629958Z git switch - 2025-03-21T20:18:09.7630096Z 2025-03-21T20:18:09.7630345Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:09.7630698Z 2025-03-21T20:18:09.7630864Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:09.7660886Z ##[endgroup] 2025-03-21T20:18:09.7661337Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:09.7667379Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:09.7704428Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:09.7727332Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:09.7751714Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:09.7771119Z ##[endgroup] 2025-03-21T20:18:09.7771530Z ##[group]Fetching submodules 2025-03-21T20:18:09.7774445Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:09.8028605Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:09.8278773Z 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:09.8280383Z 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:09.8282187Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:09.8284866Z 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:09.8288582Z 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:09.8291895Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:09.8295201Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:09.8298662Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:09.8302400Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:09.8305761Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:09.8309506Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:09.8312917Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:09.8316713Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:09.8320443Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:09.8324352Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:09.8329249Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:09.8334807Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:09.8338924Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:09.8343177Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:09.8347386Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:09.8352491Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:09.8356822Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:09.8361379Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:09.8387694Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:10.0534999Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:10.3111047Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:10.5515463Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:10.9485284Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:11.2063329Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:11.3820288Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:11.5560742Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:11.7739547Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:12.4603162Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:12.8210310Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:13.0249414Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:13.2878118Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:14.0761051Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:14.2886551Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:14.5943320Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:14.9107535Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:15.1211674Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:15.3101594Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:15.5783202Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:15.7827239Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:15.9711342Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:16.3472155Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:17.1435604Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:17.1436196Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:17.1546996Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:17.6422435Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:17.6423416Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:17.6531890Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:17.6625375Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:18.3854231Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:18.3854793Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:18.4355635Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:19.0065961Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:19.0066594Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:19.0375624Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:19.5578634Z From https://github.com/zeux/volk 2025-03-21T20:18:19.5579144Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:19.5649888Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:19.9660554Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:19.9661077Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:19.9748594Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:20.5652780Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:20.5653302Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:20.5708995Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:22.1351281Z From https://github.com/google/XNNPACK 2025-03-21T20:18:22.1351801Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:22.7243127Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:23.2516465Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:23.2517015Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:23.3354168Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:23.7277000Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:23.7277559Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:23.7359336Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:24.1750550Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:24.1751093Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:24.1989996Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:25.7767242Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:25.7767750Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:25.9003231Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:25.9174914Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:26.3813693Z From https://github.com/pytorch/ao 2025-03-21T20:18:26.3814201Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:26.4483656Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:27.1156776Z From https://github.com/google/flatbuffers 2025-03-21T20:18:27.1157294Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:27.2191952Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:27.7660720Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:27.7661246Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:27.7909001Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:28.2330828Z From https://github.com/gflags/gflags 2025-03-21T20:18:28.2331452Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:28.2416787Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:28.8620976Z From https://github.com/google/googletest 2025-03-21T20:18:28.8621502Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:28.8969949Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:29.3240000Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:29.3313653Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:29.3314352Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:29.3380469Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:29.9909885Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:29.9910751Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:30.0654330Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:30.6792011Z From https://github.com/pybind/pybind11 2025-03-21T20:18:30.6792542Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:30.7060074Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:30.7073899Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:30.7324737Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:30.7350040Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:30.7375032Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:30.7399116Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:30.7422896Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:30.7446500Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:30.7472323Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:30.7497618Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:30.7522500Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:30.7546821Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:30.7571176Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:30.7595179Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:30.7619165Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:30.7643141Z Entering 'shim' 2025-03-21T20:18:30.7668259Z Entering 'third-party/ao' 2025-03-21T20:18:30.7692061Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:30.7715541Z Entering 'third-party/flatcc' 2025-03-21T20:18:30.7739129Z Entering 'third-party/gflags' 2025-03-21T20:18:30.7763470Z Entering 'third-party/googletest' 2025-03-21T20:18:30.7787170Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:30.7810581Z Entering 'third-party/pocketfft' 2025-03-21T20:18:30.7834499Z Entering 'third-party/prelude' 2025-03-21T20:18:30.7858451Z Entering 'third-party/pybind11' 2025-03-21T20:18:30.7890294Z ##[endgroup] 2025-03-21T20:18:30.7890769Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:30.7897142Z [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:30.8143926Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:30.8192986Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:30.8242998Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:30.8291855Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:30.8340837Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:30.8389339Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:30.8437260Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:30.8485775Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:30.8534556Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:30.8599195Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:30.8648877Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:30.8698966Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:30.8748280Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:30.8798952Z Entering 'shim' 2025-03-21T20:18:30.8847250Z Entering 'third-party/ao' 2025-03-21T20:18:30.8898771Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:30.8950209Z Entering 'third-party/flatcc' 2025-03-21T20:18:30.8998971Z Entering 'third-party/gflags' 2025-03-21T20:18:30.9046982Z Entering 'third-party/googletest' 2025-03-21T20:18:30.9097562Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:30.9146195Z Entering 'third-party/pocketfft' 2025-03-21T20:18:30.9194856Z Entering 'third-party/prelude' 2025-03-21T20:18:30.9244141Z Entering 'third-party/pybind11' 2025-03-21T20:18:30.9305254Z [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:30.9552079Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:30.9599212Z 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:30.9600963Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:30.9649029Z 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:30.9650599Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:30.9696742Z 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:30.9698410Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:30.9744307Z 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:30.9746116Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:30.9791820Z 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:30.9793561Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:30.9839259Z 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:30.9840886Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:30.9887738Z 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:30.9889364Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:30.9934899Z 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:30.9936553Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:30.9983021Z 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:30.9984700Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.0030577Z 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:31.0032217Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.0078196Z 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:31.0079819Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.0125483Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:31.0127067Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.0174146Z 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:31.0175633Z Entering 'shim' 2025-03-21T20:18:31.0220491Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:31.0221817Z Entering 'third-party/ao' 2025-03-21T20:18:31.0267505Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:31.0268936Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.0314138Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:31.0315608Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.0360929Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:31.0362371Z Entering 'third-party/gflags' 2025-03-21T20:18:31.0408644Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:31.0410248Z Entering 'third-party/googletest' 2025-03-21T20:18:31.0455895Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:31.0457330Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.0502317Z 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:31.0503733Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.0550941Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:31.0552359Z Entering 'third-party/prelude' 2025-03-21T20:18:31.0598071Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:31.0599497Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.0645098Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:31.0943529Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:31.1191626Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:31.1216275Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:31.1241091Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:31.1266480Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:31.1291207Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:31.1315042Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:31.1339165Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:31.1363757Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:31.1387718Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:31.1411712Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.1436606Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.1461787Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.1486727Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.1511066Z Entering 'shim' 2025-03-21T20:18:31.1535733Z Entering 'third-party/ao' 2025-03-21T20:18:31.1559324Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.1584006Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.1608557Z Entering 'third-party/gflags' 2025-03-21T20:18:31.1632779Z Entering 'third-party/googletest' 2025-03-21T20:18:31.1657751Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.1681373Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.1705591Z Entering 'third-party/prelude' 2025-03-21T20:18:31.1729080Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.1766465Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:31.2016542Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:31.2039789Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:31.2065865Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:31.2091430Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:31.2115343Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:31.2139106Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:31.2163617Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:31.2187245Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:31.2210793Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:31.2234428Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:31.2258472Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:31.2282056Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:31.2305850Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:31.2329562Z Entering 'shim' 2025-03-21T20:18:31.2353482Z Entering 'third-party/ao' 2025-03-21T20:18:31.2376972Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:31.2400757Z Entering 'third-party/flatcc' 2025-03-21T20:18:31.2424300Z Entering 'third-party/gflags' 2025-03-21T20:18:31.2448238Z Entering 'third-party/googletest' 2025-03-21T20:18:31.2471945Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:31.2495109Z Entering 'third-party/pocketfft' 2025-03-21T20:18:31.2518613Z Entering 'third-party/prelude' 2025-03-21T20:18:31.2542137Z Entering 'third-party/pybind11' 2025-03-21T20:18:31.2574827Z ##[endgroup] 2025-03-21T20:18:31.2607148Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:31.2627011Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:31.2816573Z Prepare all required actions 2025-03-21T20:18:31.2817075Z Getting action download info 2025-03-21T20:18:31.3752952Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:31.5481025Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:31.5481434Z with: 2025-03-21T20:18:31.5481712Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:31.5482091Z docker-build-dir: .ci/docker 2025-03-21T20:18:31.5482385Z working-directory: pytorch/executorch 2025-03-21T20:18:31.5482793Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:31.5483186Z force-push: false 2025-03-21T20:18:31.5483407Z env: 2025-03-21T20:18:31.5483655Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:31.5483997Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:31.5484276Z PR_NUMBER: 2025-03-21T20:18:31.5485986Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:31.5487876Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:31.5488479Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:31.5489024Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:31.5489421Z ##[endgroup] 2025-03-21T20:18:31.5518400Z ##[group]Run set -ex 2025-03-21T20:18:31.5518719Z set -ex 2025-03-21T20:18:31.5518956Z  2025-03-21T20:18:31.5519363Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:31.5520034Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:31.5520604Z # job could then download the pre-built image as usual 2025-03-21T20:18:31.5521133Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:31.5521596Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5522073Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5522492Z  2025-03-21T20:18:31.5522852Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:31.5523298Z  exit 0 2025-03-21T20:18:31.5523525Z else 2025-03-21T20:18:31.5523804Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5524143Z fi 2025-03-21T20:18:31.5524368Z  2025-03-21T20:18:31.5524718Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:31.5525328Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:31.5525971Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:31.5526457Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:31.5526970Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5527463Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5527876Z else 2025-03-21T20:18:31.5528202Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:31.5528659Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5529302Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5529869Z fi 2025-03-21T20:18:31.5535620Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:31.5536019Z env: 2025-03-21T20:18:31.5536295Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:31.5536669Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:31.5536964Z PR_NUMBER: 2025-03-21T20:18:31.5538650Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:31.5540532Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:31.5541119Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:31.5541676Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:31.5542087Z REPO_NAME: executorch 2025-03-21T20:18:31.5542408Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:31.5542773Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:31.5543154Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:31.5543549Z ##[endgroup] 2025-03-21T20:18:31.5569059Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:31.5569581Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:31.5570085Z + echo skip=false 2025-03-21T20:18:31.5570781Z + [[ executorch-ubuntu-22.04-qnn-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:31.5573236Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:31.5587152Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:31.5587993Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:31.5589103Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:31.5624842Z ##[group]Run set +e 2025-03-21T20:18:31.5625195Z set +e 2025-03-21T20:18:31.5625442Z set -x 2025-03-21T20:18:31.5625684Z  2025-03-21T20:18:31.5625903Z login() { 2025-03-21T20:18:31.5626396Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:31.5626924Z } 2025-03-21T20:18:31.5627149Z  2025-03-21T20:18:31.5627376Z retry () { 2025-03-21T20:18:31.5627651Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:31.5627982Z } 2025-03-21T20:18:31.5628205Z  2025-03-21T20:18:31.5628469Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:31.5628792Z  2025-03-21T20:18:31.5629018Z START_TIME=$(date +%s) 2025-03-21T20:18:31.5629329Z # Wait up to 120 minutes 2025-03-21T20:18:31.5629713Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:31.5630222Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:31.5630848Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:31.5631219Z  exit 0 2025-03-21T20:18:31.5631474Z  fi 2025-03-21T20:18:31.5631710Z  2025-03-21T20:18:31.5632109Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:31.5632787Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:31.5633461Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:31.5633978Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:31.5634396Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:31.5634851Z  break 2025-03-21T20:18:31.5635111Z  else 2025-03-21T20:18:31.5635473Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:31.5635910Z  sleep 300 2025-03-21T20:18:31.5636165Z  fi 2025-03-21T20:18:31.5636409Z done 2025-03-21T20:18:31.5636647Z  2025-03-21T20:18:31.5637013Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:31.5637591Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:31.5638107Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:31.5638575Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:31.5638989Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:31.5639320Z else 2025-03-21T20:18:31.5639659Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:31.5640148Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:31.5640511Z fi 2025-03-21T20:18:31.5640737Z  2025-03-21T20:18:31.5640991Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:31.5641360Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5641708Z  2025-03-21T20:18:31.5642174Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:31.5642731Z  exit 0 2025-03-21T20:18:31.5642973Z fi 2025-03-21T20:18:31.5643200Z  2025-03-21T20:18:31.5643518Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:31.5644195Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:31.5644783Z  exit 1 2025-03-21T20:18:31.5645024Z fi 2025-03-21T20:18:31.5645333Z  2025-03-21T20:18:31.5645711Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:31.5646375Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:31.5646968Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:31.5647652Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:31.5648661Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:31.5649134Z fi 2025-03-21T20:18:31.5649366Z  2025-03-21T20:18:31.5649646Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:31.5655854Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:31.5656235Z env: 2025-03-21T20:18:31.5656902Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:31.5657662Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:31.5657964Z PR_NUMBER: 2025-03-21T20:18:31.5659766Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:31.5661650Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:31.5662252Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:31.5662816Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:31.5663222Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:31.5663661Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:31.5664104Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:31.5664576Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:31.5664985Z DOCKER_PUSH: 2025-03-21T20:18:31.5665217Z ##[endgroup] 2025-03-21T20:18:31.5686731Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:31.5687174Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:31.5689542Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:31.5691021Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.0934823Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:32.0935452Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:32.0936185Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:32.0936607Z 2025-03-21T20:18:32.0936726Z Login Succeeded 2025-03-21T20:18:32.0949669Z ++ date +%s 2025-03-21T20:18:32.0958976Z + START_TIME=1742588312 2025-03-21T20:18:32.0961668Z ++ date +%s 2025-03-21T20:18:32.0969483Z + [[ 1742581112 -lt 1742588312 ]] 2025-03-21T20:18:32.0970305Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.3148844Z { 2025-03-21T20:18:32.3149294Z "schemaVersion": 2, 2025-03-21T20:18:32.3149950Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:32.3150563Z "config": { 2025-03-21T20:18:32.3150915Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:32.3151322Z "size": 15116, 2025-03-21T20:18:32.3151751Z "digest": "sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863" 2025-03-21T20:18:32.3152230Z }, 2025-03-21T20:18:32.3152440Z "layers": [ 2025-03-21T20:18:32.3152700Z { 2025-03-21T20:18:32.3153031Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3153458Z "size": 30440118, 2025-03-21T20:18:32.3153903Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:32.3154384Z }, 2025-03-21T20:18:32.3154593Z { 2025-03-21T20:18:32.3154923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3155349Z "size": 632, 2025-03-21T20:18:32.3155762Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:32.3156234Z }, 2025-03-21T20:18:32.3156438Z { 2025-03-21T20:18:32.3156765Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3157191Z "size": 157526659, 2025-03-21T20:18:32.3157617Z "digest": "sha256:56848936f031f07230bafdc656bc2496665574dc8b02b43ffee6c54b53cf514b" 2025-03-21T20:18:32.3158088Z }, 2025-03-21T20:18:32.3158293Z { 2025-03-21T20:18:32.3158622Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3159046Z "size": 623, 2025-03-21T20:18:32.3159458Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:32.3160262Z }, 2025-03-21T20:18:32.3160471Z { 2025-03-21T20:18:32.3160794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3161220Z "size": 19308800, 2025-03-21T20:18:32.3161653Z "digest": "sha256:a3f0567f83ae99b86c52170d45ec5d261f30cf897dba2100e348a19ba11e81b6" 2025-03-21T20:18:32.3162128Z }, 2025-03-21T20:18:32.3162572Z { 2025-03-21T20:18:32.3163176Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3163838Z "size": 737, 2025-03-21T20:18:32.3164291Z + exit 0 2025-03-21T20:18:32.3164706Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:32.3165188Z }, 2025-03-21T20:18:32.3165394Z { 2025-03-21T20:18:32.3165863Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3166295Z "size": 131418191, 2025-03-21T20:18:32.3166720Z "digest": "sha256:4e0f8d4747dac663f43c5d2b26132555949337e7cd648644b12ff05b7fdbe750" 2025-03-21T20:18:32.3167194Z }, 2025-03-21T20:18:32.3167400Z { 2025-03-21T20:18:32.3167739Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3168167Z "size": 447, 2025-03-21T20:18:32.3168584Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:32.3169044Z }, 2025-03-21T20:18:32.3169248Z { 2025-03-21T20:18:32.3169589Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3170009Z "size": 104, 2025-03-21T20:18:32.3170422Z "digest": "sha256:5d24dc753f042bf098877a7e9c814f22d72e16bf8f4d731e11d707f626d3a716" 2025-03-21T20:18:32.3170885Z }, 2025-03-21T20:18:32.3171088Z { 2025-03-21T20:18:32.3171430Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3171947Z "size": 637, 2025-03-21T20:18:32.3172360Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:32.3172830Z }, 2025-03-21T20:18:32.3173040Z { 2025-03-21T20:18:32.3173380Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3173812Z "size": 33695150, 2025-03-21T20:18:32.3174249Z "digest": "sha256:bb9ad7d84f6e851744d415663cd550e7fffcad904d896f5e5f0c0700cbff5249" 2025-03-21T20:18:32.3174718Z }, 2025-03-21T20:18:32.3174922Z { 2025-03-21T20:18:32.3175263Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3175685Z "size": 319, 2025-03-21T20:18:32.3176093Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:32.3176550Z }, 2025-03-21T20:18:32.3176753Z { 2025-03-21T20:18:32.3177096Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3177532Z "size": 249990691, 2025-03-21T20:18:32.3177965Z "digest": "sha256:2d4cecada8b45d3248f175d740425816048bb20527e7369fdaa7250146b3b173" 2025-03-21T20:18:32.3178433Z }, 2025-03-21T20:18:32.3178634Z { 2025-03-21T20:18:32.3178973Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3179394Z "size": 475, 2025-03-21T20:18:32.3179821Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:32.3180296Z }, 2025-03-21T20:18:32.3180498Z { 2025-03-21T20:18:32.3180830Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3181250Z "size": 1043, 2025-03-21T20:18:32.3181664Z "digest": "sha256:508bc8ee650d1222c97006db6a268d90fb07ac31c4c3b84c99c7fc760b02b365" 2025-03-21T20:18:32.3182127Z }, 2025-03-21T20:18:32.3182329Z { 2025-03-21T20:18:32.3182669Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3183092Z "size": 613, 2025-03-21T20:18:32.3183527Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:32.3184005Z }, 2025-03-21T20:18:32.3184304Z { 2025-03-21T20:18:32.3184642Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3185068Z "size": 77562541, 2025-03-21T20:18:32.3185495Z "digest": "sha256:6a063300ab4b844689b6c0ae46ce80e0423bae164b62e75ae970c77d4abf0d00" 2025-03-21T20:18:32.3185959Z }, 2025-03-21T20:18:32.3186168Z { 2025-03-21T20:18:32.3186507Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3186929Z "size": 562, 2025-03-21T20:18:32.3187346Z "digest": "sha256:fb7c06bc00e5da7a1402ca2017266d38dfbd2144ae151a8f2c9c205c543d5b0a" 2025-03-21T20:18:32.3187816Z }, 2025-03-21T20:18:32.3188020Z { 2025-03-21T20:18:32.3188355Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3188779Z "size": 208, 2025-03-21T20:18:32.3189274Z "digest": "sha256:eda4db11af8ffbdc56d01d522c9d47a2ae3730b850b74f7517e30049eb73637e" 2025-03-21T20:18:32.3189754Z }, 2025-03-21T20:18:32.3189962Z { 2025-03-21T20:18:32.3190302Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3190736Z "size": 1189, 2025-03-21T20:18:32.3191173Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:32.3191654Z }, 2025-03-21T20:18:32.3191858Z { 2025-03-21T20:18:32.3192195Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3192617Z "size": 679, 2025-03-21T20:18:32.3193008Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:32.3193472Z }, 2025-03-21T20:18:32.3193673Z { 2025-03-21T20:18:32.3194009Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3194432Z "size": 6839266947, 2025-03-21T20:18:32.3194854Z "digest": "sha256:50754bc025fc1de200f32bd74019f345ec85c136d6a09b915c482c98fb5bd8af" 2025-03-21T20:18:32.3195325Z }, 2025-03-21T20:18:32.3195528Z { 2025-03-21T20:18:32.3195863Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3196291Z "size": 1383, 2025-03-21T20:18:32.3196697Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:32.3197174Z }, 2025-03-21T20:18:32.3197379Z { 2025-03-21T20:18:32.3197714Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3198137Z "size": 679, 2025-03-21T20:18:32.3198532Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:32.3198997Z }, 2025-03-21T20:18:32.3199202Z { 2025-03-21T20:18:32.3199537Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3199961Z "size": 230829648, 2025-03-21T20:18:32.3200376Z "digest": "sha256:706d7d7c1227085c0cac3515a61ff3c6b82a74c3731770098e9c7daf32e2184e" 2025-03-21T20:18:32.3200849Z }, 2025-03-21T20:18:32.3201051Z { 2025-03-21T20:18:32.3201393Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3201823Z "size": 828, 2025-03-21T20:18:32.3202242Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:32.3202736Z }, 2025-03-21T20:18:32.3202994Z { 2025-03-21T20:18:32.3203333Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3203757Z "size": 679, 2025-03-21T20:18:32.3204147Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:32.3204613Z }, 2025-03-21T20:18:32.3204820Z { 2025-03-21T20:18:32.3205157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3205581Z "size": 178598108, 2025-03-21T20:18:32.3206000Z "digest": "sha256:242848c50d1a4198b82dd1283e85e8cd8581d6fbccfe9015dc50de6e0340dec9" 2025-03-21T20:18:32.3206473Z }, 2025-03-21T20:18:32.3206684Z { 2025-03-21T20:18:32.3207021Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3207462Z "size": 530, 2025-03-21T20:18:32.3207956Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:32.3208438Z }, 2025-03-21T20:18:32.3208649Z { 2025-03-21T20:18:32.3209118Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3209546Z "size": 679, 2025-03-21T20:18:32.3209941Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:32.3210416Z }, 2025-03-21T20:18:32.3210627Z { 2025-03-21T20:18:32.3210973Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3211404Z "size": 356, 2025-03-21T20:18:32.3211876Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:32.3212361Z }, 2025-03-21T20:18:32.3212628Z { 2025-03-21T20:18:32.3213052Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3213480Z "size": 32, 2025-03-21T20:18:32.3213888Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:32.3214377Z }, 2025-03-21T20:18:32.3214586Z { 2025-03-21T20:18:32.3214922Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3215342Z "size": 165, 2025-03-21T20:18:32.3215744Z "digest": "sha256:3d39d3c3833d0b35f99be7ef483e33856321f4f469a7fe9d58612f96caf7ab8c" 2025-03-21T20:18:32.3216218Z }, 2025-03-21T20:18:32.3216420Z { 2025-03-21T20:18:32.3216756Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3217177Z "size": 1111, 2025-03-21T20:18:32.3217580Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:32.3218057Z }, 2025-03-21T20:18:32.3218261Z { 2025-03-21T20:18:32.3218601Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3219024Z "size": 32, 2025-03-21T20:18:32.3219430Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:32.3219915Z }, 2025-03-21T20:18:32.3220119Z { 2025-03-21T20:18:32.3220459Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:32.3220883Z "size": 108, 2025-03-21T20:18:32.3221288Z "digest": "sha256:2ce202d93f2e5871bc44522f1b7c6aab9bf20560c95bd2e9482dbde946b83ff7" 2025-03-21T20:18:32.3221765Z } 2025-03-21T20:18:32.3221972Z ] 2025-03-21T20:18:32.3222174Z } 2025-03-21T20:18:32.3258414Z ##[group]Run set -eux 2025-03-21T20:18:32.3258723Z set -eux 2025-03-21T20:18:32.3259625Z 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:32.3266209Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:32.3266600Z env: 2025-03-21T20:18:32.3266884Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:32.3267256Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:32.3267566Z PR_NUMBER: 2025-03-21T20:18:32.3269254Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:32.3271140Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:32.3271732Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:32.3272277Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:32.3272680Z ##[endgroup] 2025-03-21T20:18:32.3299419Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:32.3300284Z + jq --raw-output .SecretString 2025-03-21T20:18:32.3301057Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:32.3302799Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:32.8935627Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:32.8936261Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:32.8937023Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:32.8937593Z 2025-03-21T20:18:32.8937760Z Login Succeeded 2025-03-21T20:18:32.9017456Z Prepare all required actions 2025-03-21T20:18:32.9071244Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:32.9071629Z with: 2025-03-21T20:18:32.9072277Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.9073098Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.9073489Z env: 2025-03-21T20:18:32.9073740Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:32.9074093Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:32.9074379Z PR_NUMBER: 2025-03-21T20:18:32.9076065Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:32.9077949Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:32.9078526Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:32.9079059Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:32.9079445Z ##[endgroup] 2025-03-21T20:18:32.9103598Z ##[group]Run set -x 2025-03-21T20:18:32.9103865Z set -x 2025-03-21T20:18:32.9104083Z set +e 2025-03-21T20:18:32.9104289Z  2025-03-21T20:18:32.9104490Z login() { 2025-03-21T20:18:32.9104949Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:32.9105449Z } 2025-03-21T20:18:32.9105651Z  2025-03-21T20:18:32.9105851Z retry () { 2025-03-21T20:18:32.9106128Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:32.9106431Z } 2025-03-21T20:18:32.9106630Z  2025-03-21T20:18:32.9106859Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:32.9107159Z  2025-03-21T20:18:32.9107364Z set -e 2025-03-21T20:18:32.9107691Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:32.9108168Z # only pull docker image if it's not available locally 2025-03-21T20:18:32.9108700Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:32.9109184Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:32.9109495Z fi 2025-03-21T20:18:32.9115067Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:32.9115428Z env: 2025-03-21T20:18:32.9116074Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:32.9116816Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:32.9117094Z PR_NUMBER: 2025-03-21T20:18:32.9118758Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:18:32.9120755Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:32.9121326Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:32.9121863Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:32.9122332Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.9122708Z ##[endgroup] 2025-03-21T20:18:32.9145170Z + set +e 2025-03-21T20:18:32.9145561Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.9146006Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:32.9148373Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:32.9149509Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.4253815Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:33.4254485Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:33.4255053Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:33.4255601Z 2025-03-21T20:18:33.4260907Z Login Succeeded 2025-03-21T20:18:33.4269855Z + set -e 2025-03-21T20:18:33.4270645Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.4372945Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.4374147Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.6520208Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:33.6523733Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:33.6524715Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:33.6525599Z 56848936f031: Pulling fs layer 2025-03-21T20:18:33.6526127Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:33.6526514Z a3f0567f83ae: Pulling fs layer 2025-03-21T20:18:33.6526978Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:33.6527363Z 4e0f8d4747da: Pulling fs layer 2025-03-21T20:18:33.6527670Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:33.6528155Z 5d24dc753f04: Pulling fs layer 2025-03-21T20:18:33.6528686Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:33.6529204Z bb9ad7d84f6e: Pulling fs layer 2025-03-21T20:18:33.6529677Z a3f0567f83ae: Waiting 2025-03-21T20:18:33.6529938Z a0c2fdb93dec: Waiting 2025-03-21T20:18:33.6530182Z 261c0f487ad0: Waiting 2025-03-21T20:18:33.6530429Z 5a102502de33: Waiting 2025-03-21T20:18:33.6530673Z 85f4a172d5b6: Waiting 2025-03-21T20:18:33.6530920Z 5d24dc753f04: Waiting 2025-03-21T20:18:33.6531170Z bb9ad7d84f6e: Waiting 2025-03-21T20:18:33.6531464Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:33.6531859Z 2d4cecada8b4: Pulling fs layer 2025-03-21T20:18:33.6532160Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:33.6532446Z 5120711d46e3: Waiting 2025-03-21T20:18:33.6532713Z 508bc8ee650d: Pulling fs layer 2025-03-21T20:18:33.6532990Z 2d4cecada8b4: Waiting 2025-03-21T20:18:33.6533262Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:33.6533549Z e1fd02ccae09: Waiting 2025-03-21T20:18:33.6533809Z 6a063300ab4b: Pulling fs layer 2025-03-21T20:18:33.6534381Z 508bc8ee650d: Waiting 2025-03-21T20:18:33.6534638Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:33.6534907Z fb7c06bc00e5: Pulling fs layer 2025-03-21T20:18:33.6535211Z eda4db11af8f: Pulling fs layer 2025-03-21T20:18:33.6535495Z 6a063300ab4b: Waiting 2025-03-21T20:18:33.6535760Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:33.6536037Z fb7c06bc00e5: Waiting 2025-03-21T20:18:33.6536289Z eda4db11af8f: Waiting 2025-03-21T20:18:33.6536549Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:33.6536835Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:33.6537340Z 50754bc025fc: Pulling fs layer 2025-03-21T20:18:33.6537610Z 59fe3e940463: Waiting 2025-03-21T20:18:33.6537870Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:33.6538153Z 50754bc025fc: Waiting 2025-03-21T20:18:33.6538414Z 706d7d7c1227: Pulling fs layer 2025-03-21T20:18:33.6538694Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:33.6538988Z 242848c50d1a: Pulling fs layer 2025-03-21T20:18:33.6539279Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:33.6539588Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:33.6540076Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:33.6540349Z 242848c50d1a: Waiting 2025-03-21T20:18:33.6540649Z 706d7d7c1227: Waiting 2025-03-21T20:18:33.6540901Z 3d39d3c3833d: Pulling fs layer 2025-03-21T20:18:33.6541311Z 77ba92adb139: Waiting 2025-03-21T20:18:33.6541580Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:33.6541865Z 3c65b9b0c077: Waiting 2025-03-21T20:18:33.6542119Z 3d39d3c3833d: Waiting 2025-03-21T20:18:33.6542369Z 2ce202d93f2e: Pulling fs layer 2025-03-21T20:18:33.6542680Z 2ce202d93f2e: Waiting 2025-03-21T20:18:33.6542948Z 040f4b25fe47: Waiting 2025-03-21T20:18:33.6543206Z 4f4fb700ef54: Waiting 2025-03-21T20:18:33.7253878Z 86e413e13063: Download complete 2025-03-21T20:18:33.7955336Z 261c0f487ad0: Download complete 2025-03-21T20:18:34.0083674Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:34.0084272Z 8f84a9f2102e: Download complete 2025-03-21T20:18:34.0381507Z a3f0567f83ae: Verifying Checksum 2025-03-21T20:18:34.0381919Z a3f0567f83ae: Download complete 2025-03-21T20:18:34.0884865Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:34.0885368Z a0c2fdb93dec: Download complete 2025-03-21T20:18:34.1580682Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:34.1581259Z 5a102502de33: Download complete 2025-03-21T20:18:34.2305377Z 5d24dc753f04: Download complete 2025-03-21T20:18:34.3192493Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:34.3193381Z 85f4a172d5b6: Download complete 2025-03-21T20:18:34.7892333Z bb9ad7d84f6e: Verifying Checksum 2025-03-21T20:18:34.7893055Z bb9ad7d84f6e: Download complete 2025-03-21T20:18:34.8688259Z 5120711d46e3: Download complete 2025-03-21T20:18:34.9335583Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:34.9488164Z 86e413e13063: Pull complete 2025-03-21T20:18:35.2712241Z 56848936f031: Verifying Checksum 2025-03-21T20:18:35.2712797Z 56848936f031: Download complete 2025-03-21T20:18:35.3440548Z e1fd02ccae09: Download complete 2025-03-21T20:18:35.4022030Z 4e0f8d4747da: Verifying Checksum 2025-03-21T20:18:35.4022657Z 4e0f8d4747da: Download complete 2025-03-21T20:18:35.4117981Z 508bc8ee650d: Verifying Checksum 2025-03-21T20:18:35.4118558Z 508bc8ee650d: Download complete 2025-03-21T20:18:35.4940436Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:35.4941020Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:35.5795518Z fb7c06bc00e5: Download complete 2025-03-21T20:18:35.6572340Z eda4db11af8f: Verifying Checksum 2025-03-21T20:18:35.6572977Z eda4db11af8f: Download complete 2025-03-21T20:18:35.7284873Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:35.7941348Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:35.7941763Z 59fe3e940463: Download complete 2025-03-21T20:18:36.2838011Z 6a063300ab4b: Verifying Checksum 2025-03-21T20:18:36.2838653Z 6a063300ab4b: Download complete 2025-03-21T20:18:36.3604195Z db5c552aa08b: Download complete 2025-03-21T20:18:37.4315548Z 2d4cecada8b4: Verifying Checksum 2025-03-21T20:18:37.4316169Z 2d4cecada8b4: Download complete 2025-03-21T20:18:37.5120297Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:37.5120944Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:38.7278926Z 706d7d7c1227: Verifying Checksum 2025-03-21T20:18:38.7279435Z 706d7d7c1227: Download complete 2025-03-21T20:18:38.7897397Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:38.7897977Z 77ba92adb139: Download complete 2025-03-21T20:18:38.8694642Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:38.8695229Z 3c65b9b0c077: Download complete 2025-03-21T20:18:38.8766142Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:38.8766551Z 4f4fb700ef54: Download complete 2025-03-21T20:18:38.9468294Z 3d39d3c3833d: Verifying Checksum 2025-03-21T20:18:38.9469130Z 3d39d3c3833d: Download complete 2025-03-21T20:18:39.0239953Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:39.0240587Z 040f4b25fe47: Download complete 2025-03-21T20:18:39.1056122Z 2ce202d93f2e: Download complete 2025-03-21T20:18:39.3537987Z 242848c50d1a: Verifying Checksum 2025-03-21T20:18:39.3538395Z 242848c50d1a: Download complete 2025-03-21T20:18:39.4625728Z 56848936f031: Pull complete 2025-03-21T20:18:39.6110024Z 261c0f487ad0: Pull complete 2025-03-21T20:18:39.9908302Z a3f0567f83ae: Pull complete 2025-03-21T20:18:40.0829680Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:42.5712416Z 4e0f8d4747da: Pull complete 2025-03-21T20:18:42.6450033Z 5a102502de33: Pull complete 2025-03-21T20:18:42.7001422Z 5d24dc753f04: Pull complete 2025-03-21T20:18:42.7882558Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:43.5133891Z bb9ad7d84f6e: Pull complete 2025-03-21T20:18:43.6509191Z 5120711d46e3: Pull complete 2025-03-21T20:18:50.9200849Z 2d4cecada8b4: Pull complete 2025-03-21T20:18:51.0335480Z e1fd02ccae09: Pull complete 2025-03-21T20:18:51.1348641Z 508bc8ee650d: Pull complete 2025-03-21T20:18:51.2433569Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:53.9463946Z 6a063300ab4b: Pull complete 2025-03-21T20:18:54.0921021Z fb7c06bc00e5: Pull complete 2025-03-21T20:18:54.1695951Z eda4db11af8f: Pull complete 2025-03-21T20:18:54.2205866Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:54.2534211Z 59fe3e940463: Pull complete 2025-03-21T20:19:44.2297736Z 50754bc025fc: Verifying Checksum 2025-03-21T20:19:44.2298123Z 50754bc025fc: Download complete 2025-03-21T20:20:54.7125645Z 50754bc025fc: Pull complete 2025-03-21T20:20:54.8937582Z db5c552aa08b: Pull complete 2025-03-21T20:21:02.6942774Z 706d7d7c1227: Pull complete 2025-03-21T20:21:02.8019603Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:10.4785845Z 242848c50d1a: Pull complete 2025-03-21T20:21:10.6401580Z 77ba92adb139: Pull complete 2025-03-21T20:21:10.7544851Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:10.7844055Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:10.8146160Z 3d39d3c3833d: Pull complete 2025-03-21T20:21:10.8420482Z 040f4b25fe47: Pull complete 2025-03-21T20:21:11.0099738Z 2ce202d93f2e: Pull complete 2025-03-21T20:21:11.0534805Z Digest: sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T20:21:11.0673790Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:11.0777037Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:11.0819250Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:11.0820213Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:11.0828342Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:11.0828739Z env: 2025-03-21T20:21:11.0829019Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:21:11.0829540Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:11.0829836Z PR_NUMBER: 2025-03-21T20:21:11.0831628Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:21:11.0833525Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:11.0834117Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:11.0834865Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:11.0835271Z ##[endgroup] 2025-03-21T20:21:11.0973202Z ##[group]Run set -ex 2025-03-21T20:21:11.0973508Z set -ex 2025-03-21T20:21:11.0973747Z { 2025-03-21T20:21:11.0973979Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:11.0974322Z  echo "set -eou pipefail"; 2025-03-21T20:21:11.0974657Z  # shellcheck disable=SC2016 2025-03-21T20:21:11.0975016Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:11.0975371Z  echo "set -x"; 2025-03-21T20:21:11.0975656Z  echo "${SCRIPT}"; 2025-03-21T20:21:11.0975949Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:11.0976303Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:11.0977026Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:11.0982645Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:11.0982943Z env: 2025-03-21T20:21:11.0983628Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:11.0984385Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:11.0984686Z PR_NUMBER: 2025-03-21T20:21:11.0986372Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:21:11.0988249Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:11.0988829Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:11.0989391Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:11.0990063Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:11.0990392Z ##[endgroup] 2025-03-21T20:21:11.1013390Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:11.1013741Z + echo 'set -eou pipefail' 2025-03-21T20:21:11.1014205Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:11.1014618Z + echo 'set -x' 2025-03-21T20:21:11.1015031Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:11.1015584Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:11.1015979Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:11.1016420Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:11.1016970Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:21:11.1017452Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:21:11.1017978Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:21:11.1018531Z ' 2025-03-21T20:21:11.1018848Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:11.1024172Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:31.8535772Z Running command: 2025-03-21T20:21:31.8543269Z 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_d3115f6f-96b8-43ed-a9a0-c409233aec94":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_d3115f6f-96b8-43ed-a9a0-c409233aec94" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:31.8550718Z 2025-03-21T20:21:31.8551090Z c7f70f9e2de77619a0bcc3769b31dd453377fd90d1290e7fad2fc77054800e80 2025-03-21T20:21:31.8551816Z Running command: docker exec -t c7f70f9e2de77619a0bcc3769b31dd453377fd90d1290e7fad2fc77054800e80 /exec 2025-03-21T20:21:31.8552401Z ++ conda env list --json 2025-03-21T20:21:31.8552674Z ++ local cmd=env 2025-03-21T20:21:31.8552906Z ++ case "$cmd" in 2025-03-21T20:21:31.8553161Z ++ __conda_exe env list --json 2025-03-21T20:21:31.8553460Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:31.8553750Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:31.8554088Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:31.8554413Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.8554793Z + local cmd=activate 2025-03-21T20:21:31.8555040Z + case "$cmd" in 2025-03-21T20:21:31.8555391Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.8555738Z + '[' -n '' ']' 2025-03-21T20:21:31.8555962Z + local ask_conda 2025-03-21T20:21:31.8556204Z ++ PS1='(base) ' 2025-03-21T20:21:31.8556528Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.8557028Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.8557467Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:31.8558317Z 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:21:31.8559227Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:31.8559597Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:31.8559902Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:31.8560267Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:31.8560623Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:31.8560976Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:31.8561312Z export _CE_M='\'''\'' 2025-03-21T20:21:31.8561573Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:31.8561912Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:31.8562285Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:31.8563232Z 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:21:31.8564139Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:31.8564508Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:31.8564816Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:31.8565182Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:31.8565535Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:31.8565891Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:31.8566232Z export _CE_M='\'''\'' 2025-03-21T20:21:31.8566496Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:31.8566833Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:31.8567190Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:31.8568271Z ++ 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:21:31.8569618Z ++ 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:21:31.8570470Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:31.8570830Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:31.8571154Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:31.8571467Z ++ CONDA_SHLVL=2 2025-03-21T20:21:31.8571736Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:31.8572058Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:31.8572385Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:31.8572741Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:31.8573058Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:31.8573372Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:31.8573679Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:31.8574011Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:31.8574306Z ++ export _CE_M= 2025-03-21T20:21:31.8574528Z ++ _CE_M= 2025-03-21T20:21:31.8574749Z ++ export _CE_CONDA= 2025-03-21T20:21:31.8574996Z ++ _CE_CONDA= 2025-03-21T20:21:31.8575267Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:31.8575623Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:31.8575938Z + __conda_hashr 2025-03-21T20:21:31.8576171Z + '[' -n '' ']' 2025-03-21T20:21:31.8576398Z + '[' -n '' ']' 2025-03-21T20:21:31.8576625Z + hash -r 2025-03-21T20:21:31.8576849Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:31.8577188Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:31.8577572Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:21:31.8577895Z + source .ci/scripts/utils.sh 2025-03-21T20:21:31.8578232Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:21:31.8578570Z ++ parse_args --build-tool cmake 2025-03-21T20:21:31.8578866Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:21:31.8579155Z ++ local args 2025-03-21T20:21:31.8579379Z ++ local i 2025-03-21T20:21:31.8579603Z ++ local BUILD_TOOL= 2025-03-21T20:21:31.8579857Z ++ local BUILD_MODE= 2025-03-21T20:21:31.8580122Z ++ local EDITABLE= 2025-03-21T20:21:31.8580349Z ++ (( i=0 )) 2025-03-21T20:21:31.8580590Z ++ (( i<2 )) 2025-03-21T20:21:31.8580826Z ++ case "${args[$i]}" in 2025-03-21T20:21:31.8581096Z ++ BUILD_TOOL=cmake 2025-03-21T20:21:31.8581334Z ++ i=1 2025-03-21T20:21:31.8581536Z ++ (( i++ )) 2025-03-21T20:21:31.8581764Z ++ (( i<2 )) 2025-03-21T20:21:31.8581996Z ++ '[' -z cmake ']' 2025-03-21T20:21:31.8582255Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:21:31.8582544Z ++ BUILD_MODE=Release 2025-03-21T20:21:31.8582822Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:21:31.8583131Z ++ EDITABLE=false 2025-03-21T20:21:31.8583392Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:21:31.8583694Z ++ echo 'cmake Release false' 2025-03-21T20:21:31.8583976Z + [[ false == \t\r\u\e ]] 2025-03-21T20:21:31.8584292Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:21:31.8584625Z + which pip 2025-03-21T20:21:31.8584862Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:21:31.8585268Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:21:31.8585799Z 2025-03-21 20:21:30,819 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:21:31.8586453Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:31.8587269Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:31.8588177Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:31.8589090Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:31.8589816Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:31.8590474Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:31.8591316Z 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:21:31.8592543Z 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:21:31.8593421Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:31.8594060Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:31.8594995Z 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:21:31.8596102Z 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:21:31.8597258Z 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:21:31.8598391Z 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:21:31.8599505Z 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:21:31.8600610Z 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:21:31.8601828Z 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:21:31.8603129Z 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:21:31.8604450Z 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:21:31.8605784Z 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:21:31.8607126Z 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:21:44.2640042Z 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:21:44.2641676Z 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:21:44.2643230Z 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:21:44.2644669Z 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:21:44.2645929Z 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:21:44.2647025Z 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:21:44.2648173Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:21:44.2649728Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:21:44.2650808Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:21:44.2651953Z 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:21:44.2653025Z 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:21:44.2654162Z 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:21:44.2655512Z 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:21:44.2657133Z 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:21:44.2658631Z 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:21:44.2660206Z 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:21:44.2661215Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:21:44.2662412Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:21:44.2663185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 79.1 MB/s eta 0:00:00 2025-03-21T20:21:44.2664037Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:21:44.2664884Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:21:44.2665636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 260.7 MB/s eta 0:00:00 2025-03-21T20:21:44.2666180Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:21:44.2666607Z Attempting uninstall: timm 2025-03-21T20:21:44.2666928Z Found existing installation: timm 0.6.13 2025-03-21T20:21:44.2667330Z Uninstalling timm-0.6.13: 2025-03-21T20:21:44.2667653Z Successfully uninstalled timm-0.6.13 2025-03-21T20:21:44.2668084Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:21:44.2668450Z Processing ./third-party/ao 2025-03-21T20:21:44.2668925Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:21:44.2669450Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:21:44.2669994Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:21:44.2671229Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=c51ca6efa4dfef9966f24ef5c4651c72520cec3ccf12d894838fcc5c52f7f291 2025-03-21T20:21:44.2672647Z Stored in directory: /tmp/pip-ephem-wheel-cache-08my958d/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:21:44.2686021Z Successfully built torchao 2025-03-21T20:21:44.2686582Z Installing collected packages: torchao 2025-03-21T20:21:44.2686978Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:21:44.2687540Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:21:44.2688274Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:44.2688820Z Processing /pytorch/executorch 2025-03-21T20:21:44.2689168Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:21:44.2689702Z running dist_info 2025-03-21T20:21:44.2690143Z creating /tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info 2025-03-21T20:21:44.2690713Z writing /tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/PKG-INFO 2025-03-21T20:21:44.2691450Z writing dependency_links to /tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/dependency_links.txt 2025-03-21T20:21:44.2692347Z writing entry points to /tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/entry_points.txt 2025-03-21T20:21:44.2693165Z writing requirements to /tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/requires.txt 2025-03-21T20:21:44.2693927Z writing top-level names to /tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/top_level.txt 2025-03-21T20:21:44.2694683Z writing manifest file '/tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:44.2695424Z reading manifest file '/tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:44.2695973Z adding license file 'LICENSE' 2025-03-21T20:21:44.2696482Z writing manifest file '/tmp/pip-modern-metadata-j6fre1gb/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:44.2697182Z creating '/tmp/pip-modern-metadata-j6fre1gb/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:21:44.2697921Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:44.2698715Z 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:21:44.2699512Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:44.2700741Z 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:21:44.2702038Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:21:44.2702919Z 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:21:44.2704007Z 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:21:44.2705080Z 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:21:44.2706155Z 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:21:44.2707309Z 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:21:44.2708411Z 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:21:44.2709503Z 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:21:44.2710277Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:44.2711462Z 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:21:44.2712665Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:21:44.2713217Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:44.2714528Z 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:21:44.2715872Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:21:44.2716872Z 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:21:44.2717957Z 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:21:44.2719027Z 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:21:56.6544752Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:56.6545966Z 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:21:56.6547610Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:21:56.6549311Z 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:21:56.6551440Z 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:21:56.6553535Z 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:21:56.6555690Z 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:21:56.6557748Z 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:21:56.6559953Z 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:21:56.6562339Z 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:21:56.6564599Z 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:21:56.6566921Z 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:21:56.6569057Z 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:21:56.6570516Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:56.6572678Z 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:21:56.6574849Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:21:56.6575892Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:56.6578070Z 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:21:56.6580243Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:21:56.6581908Z 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:21:56.6584308Z 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:21:56.6586029Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:21:56.6588177Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:21:56.6589313Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:21:56.6590149Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:21:56.6590945Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:21:56.6591716Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:21:56.6592494Z Building wheels for collected packages: executorch 2025-03-21T20:21:56.6593344Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:21:56.6594108Z running bdist_wheel 2025-03-21T20:21:56.6594568Z running build 2025-03-21T20:21:56.6595045Z command options for 'CustomBuild': 2025-03-21T20:21:56.6595645Z build_base = pip-out 2025-03-21T20:21:56.6596169Z build_purelib = pip-out/lib 2025-03-21T20:21:56.6596837Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:21:56.6597587Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:21:56.6598292Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:21:56.6599008Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:21:56.6599679Z plat_name = linux-x86_64 2025-03-21T20:21:56.6600202Z compiler = None 2025-03-21T20:21:56.6600646Z parallel = 7 2025-03-21T20:21:56.6601102Z debug = None 2025-03-21T20:21:56.6601529Z force = None 2025-03-21T20:21:56.6602063Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:21:56.6603022Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:21:56.6604302Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:21:56.6606364Z 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:21:56.6608340Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:21:56.6609671Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:21:56.6610658Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:21:56.6611854Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:56.6613398Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:21:56.6614795Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:56.6616174Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:21:56.6617216Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:21:56.6617783Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:21:56.6618343Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:21:56.6618958Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:56.6619517Z CMake Warning: 2025-03-21T20:21:56.6620037Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:56.6620522Z 2025-03-21T20:21:56.6620529Z 2025-03-21T20:21:56.6620761Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:56.6621428Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:56.6622055Z git describe failed with exit code: 128 2025-03-21T20:21:56.6622427Z 2025-03-21T20:21:56.6622711Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:56.6623375Z Call Stack (most recent call first): 2025-03-21T20:21:56.6623907Z CMakeLists.txt:5 (include) 2025-03-21T20:21:56.6624232Z 2025-03-21T20:21:56.6624238Z 2025-03-21T20:21:56.6624432Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:56.6625350Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:56.6626639Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:56.6628385Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:56.6629784Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:21:56.6631130Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:21:56.6632507Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:56.6633866Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:21:56.6635201Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:21:56.6636539Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:56.6637956Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:21:56.6638977Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:21:56.6639966Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:21:56.6641014Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:56.6642085Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:21:56.6643527Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:21:56.6645077Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:21:56.6646501Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:21:56.6648962Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:56.6650612Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:21:56.6652257Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:21:56.6653776Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:21:56.6655273Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:21:56.6656641Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:21:56.6658082Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:21:56.6659197Z [ 2%] Built target flatccrt 2025-03-21T20:21:56.6660286Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:21:56.6661882Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:21:57.5989772Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:21:57.5990823Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:57.5991741Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:21:57.5992739Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:21:57.5993501Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:57.5994188Z -- Detecting CXX compile features 2025-03-21T20:21:57.5994709Z -- Detecting CXX compile features - done 2025-03-21T20:21:57.5995314Z [ 2%] Built target pthreadpool 2025-03-21T20:21:57.5996212Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:21:57.5997719Z -- Looking for strtof_l 2025-03-21T20:21:57.5998704Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:21:57.5999750Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:21:57.6000886Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:21:57.6002633Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:21:57.6004521Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:21:57.6006054Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:21:57.6007278Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:21:57.6008113Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:21:57.6009261Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:21:57.6010550Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:21:57.6012044Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:21:57.6013062Z -- Looking for strtof_l - found 2025-03-21T20:21:57.6013522Z -- Looking for strtoull_l 2025-03-21T20:21:57.6014371Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:21:57.6015826Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:21:57.6017292Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:21:57.6018806Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:21:57.6020577Z [ 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:21:57.6022489Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:21:57.6024060Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:21:57.6025736Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:21:57.6027329Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:21:57.6029294Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:21:57.6030879Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:21:57.6032823Z [ 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:21:57.6034243Z -- Looking for strtoull_l - found 2025-03-21T20:21:57.6034778Z -- Looking for realpath 2025-03-21T20:21:57.6035734Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:21:57.6037268Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:21:57.6038989Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:57.6040463Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:57.6042064Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:21:57.6043728Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:21:57.6045209Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:21:57.6046729Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:21:57.6048441Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:21:57.6049973Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:57.6051643Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:57.6053434Z [ 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:21:57.6055642Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:21:57.6057510Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:21:57.6058605Z -- Looking for realpath - found 2025-03-21T20:21:57.6059257Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:57.6059945Z -- Configuring done (1.0s) 2025-03-21T20:21:57.6060944Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:21:57.6062846Z [ 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:21:57.6064360Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:21:57.6064996Z -- Generating done (0.0s) 2025-03-21T20:21:57.6066155Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:21:57.6067296Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:21:57.6067984Z [ 6%] Built target cpuinfo 2025-03-21T20:21:57.6068983Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:21:57.6070290Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:57.6071635Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:21:57.6073184Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:21:57.6074723Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:21:57.6076418Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:21:57.6078384Z [ 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:21:57.6080243Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:21:57.6082111Z [ 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:21:57.6083967Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:21:57.6085472Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:21:57.6086964Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:21:57.6088935Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:21:57.6090470Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:21:57.6092097Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:21:57.6093876Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:21:57.6096008Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:21:57.6097795Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:21:57.6099375Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:21:57.6100718Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:21:57.6101686Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:57.6102396Z [ 6%] Built target flatcc 2025-03-21T20:21:57.6103025Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:57.6104165Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:21:58.8453588Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:21:58.8455235Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:21:58.8456954Z [ 6%] 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:21:58.8458305Z [ 6%] Built target indirection 2025-03-21T20:21:58.8459333Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:21:58.8460862Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:21:58.8462441Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:21:58.8463491Z [ 7%] Built target logging 2025-03-21T20:21:58.8464443Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:21:58.8465844Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:21:58.8467582Z [ 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:21:58.8468922Z [ 7%] Built target normalization 2025-03-21T20:21:58.8470264Z [ 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:21:58.8471635Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:21:58.8472233Z [ 7%] Built target microparams-init 2025-03-21T20:21:58.8473125Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:21:58.8474636Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:21:58.8475747Z [ 7%] Built target datatype 2025-03-21T20:21:58.8476342Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:58.8477171Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:58.8477892Z [ 7%] Built target eigen_blas 2025-03-21T20:21:58.8478491Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:58.8479557Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:58.8481359Z [ 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:21:58.8482844Z [ 7%] Built target microkernel-utils 2025-03-21T20:21:58.8483363Z [ 7%] Built target memory 2025-03-21T20:21:58.8484177Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:21:58.8485239Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:58.8485929Z [ 7%] Built target mutex 2025-03-21T20:21:58.8487091Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:21:58.8489159Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:21:58.8491102Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:21:58.8493388Z [ 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:21:58.8495517Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:21:58.8496990Z [ 7%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:21:58.8498954Z [ 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:21:58.8500788Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:58.8501608Z [ 7%] Built target operator-utils 2025-03-21T20:21:58.8503251Z [ 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:21:58.8504891Z [ 7%] Built target reference-ukernels 2025-03-21T20:21:58.8505482Z [ 7%] Built target operator-run 2025-03-21T20:21:58.8506755Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:21:58.8508927Z [ 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:21:58.8510589Z [ 7%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:21:58.8511603Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:58.8512397Z [ 7%] Built target hardware-config 2025-03-21T20:21:58.8513080Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:58.8513987Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:58.8514721Z [ 7%] Built target flatcc_cli 2025-03-21T20:21:58.8515751Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:21:58.8517276Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:21:58.8519145Z [ 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:21:58.8521418Z [ 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:21:58.8522859Z [ 8%] Built target allocator 2025-03-21T20:21:58.8523712Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:21:58.8524828Z [ 8%] Built target packing 2025-03-21T20:21:58.8525566Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:58.8526426Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:58.8527296Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:58.8528032Z [ 8%] Generating etdump headers 2025-03-21T20:21:58.8528550Z [ 8%] Built target cache 2025-03-21T20:21:58.8529895Z [ 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:21:58.8531342Z [ 8%] Built target etdump_schema 2025-03-21T20:21:58.8532755Z [ 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:21:58.8534309Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:58.8535934Z [ 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:21:58.8538196Z [ 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:21:58.8540128Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:21:58.8541873Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:21:58.8543711Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:21:58.8545158Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:58.8546040Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:58.8547580Z [ 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:21:58.8549243Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:58.8550456Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:21:58.8552491Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:21:58.8554234Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:58.8555309Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:58.8557217Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:21:58.8559547Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:21:58.8561324Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:21:58.8562916Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:21:58.8564612Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:21:58.8566079Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:58.8567663Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:22:00.0792554Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:00.0794020Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:00.0795683Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:00.0797662Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:00.0799776Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:00.0802094Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:00.0804523Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:22:00.0807030Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:00.0808801Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:00.0810280Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:00.0811883Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:00.0813365Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:00.0815598Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:22:00.0817955Z [ 9%] 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:00.0819989Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:22:00.0821932Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:22:00.0823905Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:00.0825308Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:00.0826824Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:22:00.0829081Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:22:00.0831140Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:00.0832679Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:00.0834455Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:22:00.0836625Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:00.0838803Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:22:00.0841055Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:22:00.0842569Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:00.0844200Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:22:00.0846300Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:00.0848719Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:00.0850085Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:00.0851105Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:00.0852304Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:00.0853475Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:00.0855212Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:00.0857437Z [ 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:22:00.0859643Z [ 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:22:00.0861673Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:00.0863429Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:00.0865266Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:00.0867159Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:00.0869309Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:22:00.0871065Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:00.0872379Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:00.0876153Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:22:00.0878290Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:00.0879839Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:00.0881622Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:22:00.0883895Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:22:00.0885319Z [ 12%] Built target operators 2025-03-21T20:22:00.0886189Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:00.0887648Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:00.0889171Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:00.0890512Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:00.0892202Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:00.0894176Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:22:00.0896206Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:00.0897763Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:00.0899016Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:00.0900050Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:22:00.0901106Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:00.0901733Z [100%] Linking CXX executable flatc 2025-03-21T20:22:00.0902461Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:22:00.0903503Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:00.0904662Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:00.0906164Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:00.0907668Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:00.0909204Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:00.0910747Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:00.0912250Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:01.0818689Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:01.0819962Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:22:01.0821149Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:01.0822253Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:01.0823221Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:01.0824220Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:01.0825388Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:01.0826452Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:01.0827602Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:22:01.0828738Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:01.0829865Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:01.0830926Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:01.0832469Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:01.0833705Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:22:01.0835218Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:22:01.0836813Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:01.0837860Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:01.0838985Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:01.0840190Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:22:01.0841241Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:01.0842192Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:01.0843111Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:01.0844110Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:22:01.0845234Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:22:01.0846347Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:22:01.0847507Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:01.0848959Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:01.0849835Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:01.0850916Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:22:01.0852426Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:01.0853743Z [ 15%] Built target subgraph 2025-03-21T20:22:01.0855203Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:22:01.0856672Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:22:01.0858650Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:01.0859814Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:22:01.0860927Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:22:01.0862111Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:22:01.0863361Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:22:01.0864595Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:22:01.0866753Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:22:01.0869284Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:22:01.0871551Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:22:01.0874315Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:01.0876595Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:01.0878808Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:01.0880988Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:01.0883248Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:22:01.0885642Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:22:01.0887977Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:01.0890295Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:01.0892482Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:22:01.0894930Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:22:01.0896884Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:22:01.0898135Z [100%] Built target flatc 2025-03-21T20:22:01.0899369Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:22:01.0900203Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:22:01.0901074Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:22:01.0901979Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:22:01.0902284Z [ 18%] Built target flatbuffers 2025-03-21T20:22:01.0903325Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:22:01.0904552Z [ 18%] Generating common_schema headers 2025-03-21T20:22:01.0905026Z [ 18%] Built target common_schema 2025-03-21T20:22:01.0905526Z [ 19%] Generating xnnpack_schema headers 2025-03-21T20:22:01.0906686Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:01.0907867Z [ 19%] Generating bundled_program headers 2025-03-21T20:22:02.2117687Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:02.2119081Z [ 19%] Built target xnnpack_schema 2025-03-21T20:22:02.2120470Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:02.2123305Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:22:02.2124815Z [ 19%] Built target bundled_program_schema 2025-03-21T20:22:02.2125476Z [ 19%] Generating program_schema headers 2025-03-21T20:22:02.2126097Z [ 19%] Built target program_schema 2025-03-21T20:22:02.2127501Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:02.2129247Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:02.2130461Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:02.2131968Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:02.2133613Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:02.2135202Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:02.2136482Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:02.2138168Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:02.2139906Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:02.2141169Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:02.2142404Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:02.2143601Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:02.2144815Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:02.2146587Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:02.2148994Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:02.2151256Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:02.2153121Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:02.2154528Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:02.2155887Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:02.2157648Z [ 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:22:02.2159795Z [ 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:22:02.2162050Z [ 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:22:02.2163839Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:02.2165606Z [ 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:22:02.2167329Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:02.2168535Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:02.2170743Z [ 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:22:02.2172579Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:02.2174362Z [ 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:22:02.2176629Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:02.2178867Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:02.2181005Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:02.2182700Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:02.2184548Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:02.2186904Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:22:02.2188673Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:02.2190426Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:02.2192494Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:02.2195086Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:22:02.2197642Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:22:02.2200155Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-03-21T20:22:02.2202691Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:22:02.2204374Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:02.2205012Z [ 23%] Built target executorch_core 2025-03-21T20:22:02.2206661Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:02.2208398Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:02.2209610Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:02.2210943Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:02.2212244Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:02.2213346Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:02.2215105Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:22:02.2217023Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:02.2219270Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:02.2221815Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:02.2223734Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:02.2225075Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:02.2226510Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:02.2227618Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:02.2229135Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:22:02.2230101Z [ 25%] Built target executorch 2025-03-21T20:22:02.2231812Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:04.4360429Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:04.4362737Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:04.4364394Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:04.4366153Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:04.4367399Z [ 25%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:04.4368864Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:04.4370884Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:22:04.4372645Z [ 25%] Built target extension_threadpool 2025-03-21T20:22:04.4373508Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:04.4374443Z [ 25%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:04.4375730Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:04.4376994Z [ 26%] Built target extension_tensor 2025-03-21T20:22:04.4377981Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:04.4379090Z [ 26%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:04.4379847Z [ 26%] Built target extension_data_loader 2025-03-21T20:22:04.4381311Z [ 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:22:04.4383131Z [ 26%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:04.4385047Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:04.4386924Z [ 26%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:04.4387988Z [ 26%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:04.4389279Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:04.4390510Z [ 26%] Built target bundled_program 2025-03-21T20:22:04.4391750Z [ 28%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:04.4393088Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:04.4394451Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:04.4395963Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:04.4397972Z [ 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:22:04.4399916Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:04.4401055Z [ 28%] Linking CXX static library libetdump.a 2025-03-21T20:22:04.4401732Z [ 28%] Linking CXX static library libcpublas.a 2025-03-21T20:22:04.4403270Z [ 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:22:04.4404808Z [ 28%] Built target etdump 2025-03-21T20:22:04.4405855Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:04.4407511Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:04.4408629Z [ 28%] Built target cpublas 2025-03-21T20:22:04.4409542Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:04.4411054Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:04.4413143Z [ 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:22:04.4415172Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:04.4417227Z [ 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:22:04.4419503Z [ 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:22:04.4421515Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:04.4422984Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:04.4424408Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:04.4425790Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:04.4426840Z [ 28%] Linking CXX static library libutil.a 2025-03-21T20:22:04.4427461Z [ 28%] Built target util 2025-03-21T20:22:04.4428870Z [ 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:22:04.4431306Z [ 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:22:04.4433287Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:04.4434860Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:04.4436894Z [ 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:22:04.4438935Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:04.4440564Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:04.4442955Z [ 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:22:04.4444973Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:04.4446347Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:04.4448134Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:04.4449781Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:04.4451900Z [ 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:22:04.4454301Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:04.4456208Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:22:04.4458111Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:04.4459698Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:04.4461834Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:22:04.4464115Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:04.4466184Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:04.4468215Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:04.4470188Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:04.4472192Z [ 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:22:04.4474134Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:04.4475669Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:04.4477438Z [ 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:22:04.4479302Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:04.4481453Z [ 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:22:04.4483564Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:04.4485079Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:09.1808894Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:09.1810858Z [ 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:22:09.1812856Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:09.1814434Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:09.1816075Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:22:09.1817223Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:09.1818264Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:09.1819312Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:09.1820285Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:09.1821099Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:09.1822126Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:22:09.1823283Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:22:09.1824283Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:09.1825102Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:09.1826106Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:09.1827344Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:09.1828412Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:09.1829230Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:09.1830241Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:09.1831281Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:09.1832324Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:09.1833382Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:09.1834445Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:22:09.1835723Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-03-21T20:22:09.1836811Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:09.1837865Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:22:09.1839059Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:22:09.1840055Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:09.1841101Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:09.1842391Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:09.1843595Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:09.1844667Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:09.1845741Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:09.1846818Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:09.1848290Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:09.1849830Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:09.1851051Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:22:09.1852293Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:22:09.1853305Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:09.1854452Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:09.1855683Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:09.1857210Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:09.1859142Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:22:09.1861232Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:22:09.1863060Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:09.1865063Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:09.1867376Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:09.1869213Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:09.1870957Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:22:09.1872980Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:09.1874721Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:09.1876559Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:09.1878664Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:22:09.1880431Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:09.1882194Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:22:09.1884564Z [ 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:22:09.1886390Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:09.1888268Z [ 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:22:09.1890385Z [ 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:22:09.1891511Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:09.1892893Z [ 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:22:09.1894056Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:11.4335175Z [ 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:22:11.4337746Z [ 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:22:11.4339764Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:11.4341832Z [ 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:22:11.4345610Z [ 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:22:11.4349432Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:11.4351428Z [ 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:22:11.4353444Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:11.4355831Z [ 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:22:11.4358778Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:11.4360607Z [ 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:22:11.4362082Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:11.4363636Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:11.4364570Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:11.4365694Z [ 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:22:11.4367073Z [ 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:22:11.4368389Z [ 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:22:11.4370029Z [ 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:22:11.4371432Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:11.4372638Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:11.4373722Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:11.4374871Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:11.4375709Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:11.4376574Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:11.4378246Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:11.4380048Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:11.4381048Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:11.4382095Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:11.4383785Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:11.4385273Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:11.4386694Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:11.4388290Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:11.4389939Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:11.4391695Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:11.4393037Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:11.4393899Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:11.4394717Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:11.4395824Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:11.4396905Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:11.4397975Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:11.4399505Z [ 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:22:11.4400841Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:11.4402015Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:11.4403648Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:11.4405708Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:11.4406961Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:11.4408274Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:11.4409515Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:11.4410572Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:11.4411722Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:11.4412788Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:11.4413630Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:11.4414606Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:11.4415842Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:11.4418227Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:11.4420732Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:11.4423060Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:11.4425423Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:11.4427102Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:11.4428379Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:11.4429458Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:11.4430525Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:12.9772680Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:12.9775864Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:12.9779251Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:12.9781266Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:12.9783523Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:22:12.9785472Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:12.9787221Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:12.9789742Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:12.9792158Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:12.9794233Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:12.9796285Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:12.9798726Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:12.9801115Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:12.9803119Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:12.9804689Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:12.9806266Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:12.9807872Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:12.9809876Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:12.9812041Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:12.9814079Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:12.9816405Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:22:12.9818487Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:12.9820630Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:12.9822597Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:12.9824395Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:12.9826572Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:12.9829123Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:12.9831653Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:12.9834018Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:12.9836794Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:22:12.9839889Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:22:12.9843220Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:22:12.9846009Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:12.9848791Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:22:12.9851674Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:22:12.9854170Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:22:12.9856663Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:22:12.9870330Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:12.9871985Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:12.9874042Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:22:12.9876536Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:22:12.9878504Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:12.9880120Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:12.9882178Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:12.9884185Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:12.9885774Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:12.9887750Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:22:12.9889815Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:12.9891704Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:12.9893800Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:22:12.9895708Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:12.9897767Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:12.9899891Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:12.9902042Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:12.9904084Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:12.9905692Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:12.9907342Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:12.9909762Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:22:12.9911784Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:12.9912946Z [ 45%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:12.9914160Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:14.5866103Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:22:14.5868482Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:14.5870577Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:14.5872639Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:14.5874911Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:14.5876377Z [ 46%] Built target optimized_kernels 2025-03-21T20:22:14.5877816Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:22:14.5879870Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:14.5881569Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:14.5883162Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:14.5884859Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:14.5886869Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:14.5889162Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:14.5891230Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:14.5893427Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:22:14.5895524Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:14.5897570Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:22:14.5899956Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:22:14.5902236Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:22:14.5904256Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:14.5905961Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:14.5907601Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:14.5909283Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:14.5911236Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:22:14.5913738Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:14.5915592Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:14.5917436Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:14.5919474Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:22:14.5921691Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:22:14.5923717Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:14.5925485Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:14.5927103Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:14.5929001Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:22:14.5930938Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:14.5932583Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:14.5934253Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:14.5935947Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:14.5937950Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:22:14.5940251Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:22:14.5942256Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:14.5943965Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:14.5945723Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:14.5947899Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:22:14.5950134Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:22:14.5952082Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:14.5953728Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:14.5955671Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:22:14.5957833Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:22:14.5959776Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:14.5961333Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:14.5962980Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:14.5965099Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:14.5967108Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:22:14.5969320Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:22:14.5971275Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:14.5973054Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:14.5974864Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:14.5976590Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:14.5978570Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:22:14.5980863Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:22:14.5982873Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:14.5984550Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:14.5986161Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:14.5987745Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:14.5989652Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:22:14.5991886Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:22:14.5993786Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:16.0087770Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:16.0089438Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:16.0091089Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:16.0092827Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:16.0094819Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:22:16.0096931Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:16.0098933Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:16.0101147Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:22:16.0103595Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:22:16.0105464Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:16.0107278Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:16.0109032Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:16.0111247Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:16.0113284Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:22:16.0115272Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:16.0117159Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:16.0118882Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:16.0120862Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:22:16.0123202Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:22:16.0125470Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:22:16.0127722Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:22:16.0129708Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:16.0131383Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:16.0133459Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:22:16.0135639Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:22:16.0137575Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:16.0139500Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:22:16.0141730Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:22:16.0143369Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:16.0145308Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:16.0147501Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:16.0152422Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:22:16.0154570Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:16.0156554Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:22:16.0158815Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:22:16.0161069Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:22:16.0163350Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:22:16.0166079Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:22:16.0168345Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:22:16.0170557Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:22:16.0172725Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:16.0174868Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:22:16.0176934Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:16.0178773Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:16.0180664Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:16.0182493Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:22:16.0184702Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:22:16.0186696Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:16.0188730Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:22:16.0191023Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:22:16.0193372Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:22:16.0195649Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:22:16.0197615Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:16.0199318Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:16.0201321Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:22:16.0203405Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:16.0205521Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:22:16.0207611Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:16.0209504Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:16.0211751Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:22:16.0214016Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:22:16.0216305Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:22:16.0218272Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:17.0835559Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:17.0836723Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:17.0837888Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:22:17.0839070Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:22:17.0840221Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:22:17.0841258Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:17.0842207Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:17.0843237Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:22:17.0845096Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:22:17.0847327Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:22:17.0849462Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:17.0851352Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:22:17.0852612Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:22:17.0853800Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:17.0854978Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:22:17.0856131Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:17.0857289Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:22:17.0858477Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:22:17.0859680Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:22:17.0860528Z [ 57%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:17.0861340Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:22:17.0862496Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:22:17.0863680Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:22:17.0864879Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:22:17.0866053Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:22:17.0867491Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:22:17.0868633Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:22:17.0869775Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:22:17.0870922Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:22:17.0872029Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:22:17.0873172Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:22:17.0874326Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:22:17.0875463Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:22:17.0876586Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:22:17.0877733Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:22:17.0878510Z [ 58%] Built target optimized_portable_kernels 2025-03-21T20:22:17.0878849Z [ 58%] Merging kernel yaml files 2025-03-21T20:22:17.0879561Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:17.0880713Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:22:17.0881860Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:22:17.0882995Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:22:17.0884123Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:22:17.0885239Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:22:17.0886365Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:17.0887530Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:17.0888413Z [ 58%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:17.0889297Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:17.0890575Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:17.0891988Z [ 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:22:17.0894134Z [ 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:22:17.0897085Z [ 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:22:17.0899526Z [ 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:22:17.0901723Z [ 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:22:17.0903874Z [ 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:22:17.0906057Z [ 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:22:17.0908163Z [ 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:22:17.0910406Z [ 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:22:17.0912606Z [ 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:22:17.0914808Z [ 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:22:17.0916944Z [ 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:22:17.0918346Z [ 59%] Generating code for kernel registration 2025-03-21T20:22:18.1813509Z [ 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:22:18.1816000Z [ 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:22:18.1818307Z [ 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:22:18.1820676Z [ 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:22:18.1823094Z [ 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:22:18.1825572Z [ 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:22:18.1828079Z [ 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:22:18.1830610Z [ 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:22:18.1833358Z [ 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:22:18.1835654Z [ 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:22:18.1837942Z [ 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:22:18.1840230Z [ 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:22:18.1842505Z [ 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:22:18.1845277Z [ 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:22:18.1847703Z [ 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:22:18.1850327Z [ 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:22:18.1852860Z [ 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:22:18.1855268Z [ 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:22:18.1857570Z [ 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:22:18.1859842Z [ 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:22:18.1862114Z [ 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:22:18.1864340Z [ 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:22:18.1866545Z [ 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:22:18.1868939Z [ 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:22:18.1871502Z [ 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:22:18.1874641Z [ 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:22:18.1876820Z [ 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:22:18.1878988Z [ 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:22:18.1881247Z [ 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:22:18.1883510Z [ 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:22:18.1885724Z [ 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:22:18.1887900Z [ 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:22:18.1890070Z [ 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:22:18.1892331Z [ 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:22:18.1894582Z [ 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:22:18.1896909Z [ 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:22:18.1899164Z [ 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:22:18.1901766Z [ 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:22:18.1903924Z [ 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:22:18.1906153Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:22:18.1908412Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:22:18.1910670Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:22:18.1912890Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:22:18.1915047Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:22:18.1917202Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:22:18.1919397Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:22:18.1921628Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:22:18.1923918Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:22:18.1926139Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:22:18.1928684Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:22:18.1930931Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:18.1933367Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:22:18.1935732Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:18.1938081Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:22:18.1940458Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:22:18.1942840Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:22:19.2952428Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:22:19.2954884Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:22:19.2956544Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:22:19.2957980Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:22:19.2959326Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:19.2961087Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:19.2962354Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:19.2963545Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:22:19.2964741Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:19.2965920Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:22:19.2967104Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:22:19.2968306Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:22:19.2969541Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:22:19.2970793Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:22:19.2972122Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:22:19.2973376Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:22:19.2974546Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:19.2975647Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:19.2976750Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:19.2977855Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:19.2978929Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:19.2980020Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:19.2981134Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:19.2982225Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:19.2983305Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:19.2984397Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:19.2985498Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:19.2986587Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:19.2987852Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.2989254Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.2990657Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:19.2992103Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:19.2993499Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.2994843Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.2996206Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.2997571Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.2999071Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:19.3000544Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.3002020Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:19.3004060Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:19.3005847Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:19.3007331Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:19.3008741Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:19.3010225Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.3012010Z [ 68%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:19.3014200Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:19.3016133Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.3018470Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:19.3020753Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:19.3022379Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:19.3023818Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.3025310Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:20.1835764Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:20.1838720Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:20.1841704Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:20.1843704Z [ 68%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:20.1845495Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:20.1847152Z [ 68%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:20.1849805Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:20.1852580Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:20.1855466Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:20.1858232Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:20.1860932Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:20.1863680Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:20.1866477Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:20.1869377Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:20.1872393Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:20.1875313Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:20.1878233Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:20.1881169Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:20.1883983Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:20.1887131Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:20.1889905Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:20.1892813Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:20.1895585Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:20.1898303Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:20.1901025Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:20.1903602Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:20.1906300Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:20.1909025Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:20.1911799Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:20.1914802Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:20.1917782Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:20.1920745Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:20.1923549Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:20.1926306Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:20.1929092Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:20.1932057Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:20.1934896Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:20.1937674Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:20.1940456Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:20.1943453Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:20.1946377Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:20.1949206Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:20.1952089Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:20.1954977Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.1957742Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.1960521Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.1963166Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.1965952Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.1968780Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.9754977Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:20.9758184Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:20.9761007Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.9763924Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.9766499Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.9769032Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.9770426Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.9771887Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.9773267Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:20.9774667Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:20.9775955Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:22:20.9777124Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:20.9778582Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:20.9779781Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:20.9781079Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:20.9783300Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:20.9784638Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:20.9785811Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:20.9787044Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:20.9788318Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:22:20.9789695Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.9791165Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.9792624Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.9794100Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.9795560Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.9797028Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.9798534Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:20.9800177Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:20.9802411Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.9803885Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.9805422Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.9806881Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.9808374Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.9810587Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.9812160Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:20.9813599Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:20.9815054Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.9816519Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.9817982Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.9819449Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.9820908Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.9822381Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.9824079Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:20.9826240Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:20.9828355Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:20.9829811Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:20.9831228Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.9832691Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.9834091Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.8746267Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.8747847Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.8749842Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.8751752Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:21.8753831Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.8756924Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:21.8759286Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.8761598Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.8763828Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.8765579Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:21.8767062Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:21.8768505Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:21.8770042Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:21.8771803Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:21.8774033Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:21.8776419Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.8778785Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.8780930Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.8783175Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.8785435Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:21.8788165Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.8790938Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:21.8793436Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.8795981Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.8798115Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.8800700Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:21.8803394Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:21.8805689Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:21.8809303Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:22:21.8811351Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:22:21.8813031Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:22:21.8814344Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:22:21.8815571Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:21.8817140Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:22:21.8818741Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:22:21.8820791Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:22:21.8822618Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:22:21.8823924Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:21.8825478Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:21.8827834Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:21.8830159Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:21.8832384Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:21.8834736Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:21.8837131Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:21.8839634Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:21.8842101Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:21.8844570Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:21.8846949Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:21.8850416Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:21.8852944Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:21.8855479Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:22.6559875Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:22.6562217Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:22:22.6564452Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:22:22.6566746Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:22:22.6568936Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:22.6571156Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:22.6573459Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:22.6575705Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:22:22.6577989Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:22.6580340Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:22.6582668Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:22.6585030Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:22.6587409Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:22.6589727Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:22.6592147Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:22.6594730Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:22.6597294Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:22.6599961Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:22.6602651Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:22.6605269Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:22.6607904Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:22.6611061Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:22.6613850Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:22.6616525Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:22.6618985Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:22.6621490Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:22.6624109Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:22.6626750Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:22.6629499Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:22.6632258Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:22.6634915Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:22.6637739Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:22.6640521Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:22.6643210Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:22.6645926Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:22.6650150Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:22.6652975Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:22.6655736Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:22.6658146Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:22.6660727Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:22.6663402Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:22.6666033Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:22.6669016Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:22.6671320Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:22.6673714Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:22.6676130Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:22.6678437Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:22.6680786Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:22.6682983Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:22.6685080Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:22.6687249Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:22.6689404Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:22.6691764Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.5838916Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.5841341Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.5843683Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.5845913Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:23.5848475Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.5850819Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:23.5853496Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.5855805Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.5858221Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.5860710Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:23.5863316Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:23.5865965Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:23.5869090Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:23.5871690Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.5874293Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.5876908Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.5879515Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.5882044Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:23.5884656Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.5887246Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:23.5889843Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.5892571Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.5895118Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.5897756Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:23.5900337Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:22:23.5902601Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:23.5904884Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:23.5907161Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:22:23.5909420Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:22:23.5911857Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:23.5914298Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:23.5916861Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:23.5919395Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:23.5921781Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:23.5924438Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:23.5927011Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:23.5929591Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:23.5932074Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:23.5934757Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:23.5937334Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:23.5939788Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:23.5942246Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:23.5944828Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:23.5947243Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:23.5951146Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:22:23.5953364Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:22:23.5955612Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:22:23.5957759Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:23.5959925Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:22:23.5962151Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:23.5964374Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:22:23.5966554Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:23.5968904Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:23.5971290Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:24.3746704Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:24.3751881Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:24.3753644Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:24.3755384Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:24.3757612Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:24.3759509Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:24.3761485Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:24.3763565Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:24.3765794Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:24.3767474Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:24.3768825Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:24.3770072Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:22:24.3771358Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:22:24.3772701Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:22:24.3774391Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:24.3776407Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:24.3778339Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:24.3780404Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:24.3781836Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:24.3783059Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:22:24.3784232Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:24.3785399Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:24.3787059Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:24.3788163Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:24.3789982Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:24.3792036Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:24.3794250Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:24.3796152Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:24.3797325Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:24.3798515Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:24.3799753Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:24.3800910Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:24.3801972Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:24.3803073Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:24.3804204Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:24.3805323Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:24.3806430Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:24.3807633Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:22:24.3808937Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:22:24.3810283Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:22:24.3811714Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:24.3813032Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:22:24.3814556Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:22:24.3816213Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:24.3818756Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:22:24.3820178Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:22:24.3821548Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:24.3823451Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:24.3825557Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:22:24.3827730Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:24.3829901Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:24.3832001Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:24.3834017Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:22:24.3836031Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:24.3837793Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:25.6232126Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:25.6233299Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:25.6234341Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:25.6235393Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:25.6236446Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:25.6237496Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:25.6238544Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:25.6239590Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:25.6240645Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:25.6241824Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:22:25.6243111Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:22:25.6244419Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:22:25.6245615Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:22:25.6246682Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:22:25.6248370Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:22:25.6250673Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:22:25.6253024Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:22:25.6255215Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:22:25.6257570Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.6260016Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.6262987Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.6265377Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.6267884Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:22:25.6270371Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:25.6272996Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:22:25.6275429Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:25.6277510Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:25.6279590Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:25.6281610Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:25.6283162Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:25.6284426Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:25.6285492Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:25.6286555Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:25.6287629Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:25.6289055Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:25.6290774Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:25.6292504Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:22:25.6294212Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:22:25.6296210Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:22:25.6298296Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:25.6300266Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:25.6302275Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:25.6304120Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:25.6306170Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:25.6308049Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:25.6310397Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:25.6312227Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:25.6313820Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:25.6315065Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:25.6315674Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:25.6316167Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:25.6317225Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:25.6318534Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:25.6319948Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:25.6320925Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:25.6322116Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:25.6323172Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:25.6324125Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:25.6325096Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:25.6326032Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:25.6326974Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:25.6327944Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:25.6328893Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:33.2034111Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:33.2035923Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:33.2037581Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:33.2039448Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:33.2041354Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:33.2043083Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:33.2044797Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:33.2046499Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:33.2048547Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:33.2050292Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:33.2052601Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:33.2054441Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:33.2056244Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:33.2058057Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:33.2059833Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:33.2061437Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:33.2062919Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:33.2064389Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:33.2065473Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:33.2066063Z [ 98%] Built target XNNPACK 2025-03-21T20:22:33.2067053Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:33.2068464Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:33.2069830Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:33.2071338Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:33.2072964Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:33.2076408Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:33.2077618Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:33.2078287Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:33.2079149Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:33.2080304Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:33.2081088Z [100%] Built target portable_lib 2025-03-21T20:22:33.2108226Z [ 0%] Built target flatbuffers 2025-03-21T20:22:33.2108675Z [ 0%] Built target flatccrt 2025-03-21T20:22:33.2109109Z [ 0%] Built target pthreadpool 2025-03-21T20:22:33.2109543Z [ 0%] Built target common_schema 2025-03-21T20:22:33.2109976Z [ 1%] Built target xnnpack_schema 2025-03-21T20:22:33.2110451Z [ 2%] Built target cpuinfo 2025-03-21T20:22:33.2110829Z [ 4%] Built target flatcc 2025-03-21T20:22:33.2111247Z [ 4%] Built target bundled_program_schema 2025-03-21T20:22:33.2111693Z [ 7%] Built target eigen_blas 2025-03-21T20:22:33.2112137Z [ 7%] Built target indirection 2025-03-21T20:22:33.2112568Z [ 7%] Built target logging 2025-03-21T20:22:33.2112985Z [ 7%] Built target microparams-init 2025-03-21T20:22:33.2113451Z [ 7%] Built target normalization 2025-03-21T20:22:33.2113879Z [ 7%] Built target datatype 2025-03-21T20:22:33.2114282Z [ 7%] Built target program_schema 2025-03-21T20:22:33.2114716Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:33.2115146Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:33.2115582Z [ 7%] Built target hardware-config 2025-03-21T20:22:33.2116007Z [ 7%] Built target allocator 2025-03-21T20:22:33.2116392Z [ 7%] Built target packing 2025-03-21T20:22:33.2116796Z [ 7%] Built target cache 2025-03-21T20:22:33.2117175Z [ 7%] Built target memory 2025-03-21T20:22:33.2117558Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:33.2118015Z [ 7%] Built target mutex 2025-03-21T20:22:33.2118416Z [ 7%] Built target operator-utils 2025-03-21T20:22:33.2119045Z [ 7%] Built target operator-run 2025-03-21T20:22:33.2119581Z [ 7%] Built target etdump_schema 2025-03-21T20:22:33.2119981Z [ 9%] Built target operators 2025-03-21T20:22:33.2120377Z [ 10%] Built target executorch_core 2025-03-21T20:22:33.2120821Z [ 12%] Built target extension_threadpool 2025-03-21T20:22:33.2121267Z [ 14%] Built target subgraph 2025-03-21T20:22:33.2121693Z [ 14%] Built target extension_tensor 2025-03-21T20:22:33.2122110Z [ 15%] Built target executorch 2025-03-21T20:22:33.2122501Z [ 15%] Built target cpublas 2025-03-21T20:22:33.2122905Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:33.2123378Z [ 15%] Built target bundled_program 2025-03-21T20:22:33.2123815Z [ 15%] Built target etdump 2025-03-21T20:22:33.2124229Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:33.2124664Z [ 18%] Built target util 2025-03-21T20:22:33.2125070Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:33.2125565Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:33.2126079Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:33.2126525Z [ 97%] Built target XNNPACK 2025-03-21T20:22:33.2126943Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:33.2127405Z [ 98%] Built target portable_lib 2025-03-21T20:22:33.2128162Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:33.2129540Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:33.2130804Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:33.2132057Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:33.2133325Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:33.2134719Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:33.2136205Z [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:22:33.2137777Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:22:33.2138948Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:33.2139772Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:33.2140434Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:33.2140834Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:33.2141171Z [ 0%] Built target flatbuffers 2025-03-21T20:22:33.2141490Z [ 0%] Built target pthreadpool 2025-03-21T20:22:33.2141799Z [ 0%] Built target flatccrt 2025-03-21T20:22:33.2142099Z [ 1%] Built target cpuinfo 2025-03-21T20:22:33.2142399Z [ 3%] Built target flatcc 2025-03-21T20:22:33.2142701Z [ 3%] Built target common_schema 2025-03-21T20:22:33.2143028Z [ 4%] Built target xnnpack_schema 2025-03-21T20:22:33.2143355Z [ 4%] Built target bundled_program_schema 2025-03-21T20:22:33.2143697Z [ 7%] Built target eigen_blas 2025-03-21T20:22:33.2144002Z [ 7%] Built target logging 2025-03-21T20:22:33.2144299Z [ 7%] Built target indirection 2025-03-21T20:22:33.2144621Z [ 7%] Built target microparams-init 2025-03-21T20:22:33.2144944Z [ 7%] Built target normalization 2025-03-21T20:22:33.2145261Z [ 7%] Built target datatype 2025-03-21T20:22:33.2145573Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:33.2145909Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:33.2146221Z [ 7%] Built target program_schema 2025-03-21T20:22:33.2146537Z [ 7%] Built target hardware-config 2025-03-21T20:22:33.2146987Z [ 7%] Built target packing 2025-03-21T20:22:33.2147287Z [ 7%] Built target allocator 2025-03-21T20:22:33.2147655Z [ 7%] Built target cache 2025-03-21T20:22:33.2148383Z [ 7%] Built target memory 2025-03-21T20:22:33.2148681Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:33.2149008Z [ 7%] Built target mutex 2025-03-21T20:22:33.2149303Z [ 7%] Built target operator-utils 2025-03-21T20:22:33.2149633Z [ 7%] Built target operator-run 2025-03-21T20:22:33.2149951Z [ 7%] Built target etdump_schema 2025-03-21T20:22:33.2150256Z [ 9%] Built target operators 2025-03-21T20:22:33.2150565Z [ 10%] Built target executorch_core 2025-03-21T20:22:33.2150889Z [ 11%] Built target executorch 2025-03-21T20:22:33.2151210Z [ 13%] Built target extension_threadpool 2025-03-21T20:22:33.2151557Z [ 13%] Built target extension_tensor 2025-03-21T20:22:33.2151871Z [ 15%] Built target subgraph 2025-03-21T20:22:33.2152188Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:33.2152536Z [ 15%] Built target bundled_program 2025-03-21T20:22:33.2152864Z [ 15%] Built target cpublas 2025-03-21T20:22:33.2153162Z [ 15%] Built target etdump 2025-03-21T20:22:33.2153453Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:33.2153780Z [ 17%] Built target util 2025-03-21T20:22:33.2154092Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:33.2154476Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:33.2154848Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:33.2155168Z [ 96%] Built target XNNPACK 2025-03-21T20:22:33.2155473Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:33.2155798Z [ 97%] Built target portable_lib 2025-03-21T20:22:33.2156401Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:33.2157267Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:33.2158138Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:33.2159526Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:33.2160981Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:38.5949881Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:38.5951081Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:38.5952001Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:38.5952922Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:38.5953802Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:38.5954604Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:22:38.5955106Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:22:38.5955574Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:22:38.5956029Z [ 97%] Generating code for kernel registration 2025-03-21T20:22:38.5956880Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:38.5957780Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:22:38.5958204Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:22:38.5958647Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:22:38.5961959Z 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:22:38.5964746Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:38.5965472Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:22:38.5966504Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:22:38.5967621Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:38.5968642Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:38.5969576Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:38.5970440Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:38.5971283Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:38.5972215Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:38.5973099Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:38.5974118Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:38.5974951Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:38.5975787Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:38.5976683Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:38.5977707Z [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:22:38.5978486Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:22:38.5978904Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:22:38.5979236Z running build_py 2025-03-21T20:22:38.5979609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5980294Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5981063Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5981856Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5982689Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5983587Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5984371Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5985162Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5986266Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5987152Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5988315Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5989133Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.5989936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.5990687Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.5991664Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.5992599Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.5993595Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.5994410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.5995262Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.5996121Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.5997016Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.5998052Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:38.5998894Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:38.5999802Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6000783Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6001744Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6002856Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6003878Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6004885Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6006039Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6007069Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6008041Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6009212Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6010143Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6011116Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6012328Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6013605Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6014713Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6015763Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.6016879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.6017625Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.6018456Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.6327369Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.6328381Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.6329651Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.6330497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.6331213Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.6332251Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.6333072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.6333803Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.6334815Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.6335627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.6336570Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.6337742Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.6338755Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.6339692Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.6340913Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.6341923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.6342817Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.6344057Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.6345105Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:38.6346033Z 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:22:38.6347210Z 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:22:38.6348344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:38.6349496Z 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:22:38.6350645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:38.6351671Z 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:22:38.6352717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6353927Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6355063Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6356282Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6357405Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6358484Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6359700Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6360955Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6362071Z 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:22:38.6363240Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6364453Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6365555Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6366734Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6367826Z 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:22:38.6368966Z 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:22:38.6370052Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6371168Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6372314Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6373373Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6374441Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6375509Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.6376373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.6377231Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.6378300Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.6379221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:38.6380171Z 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:22:38.6381537Z 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:22:38.6382588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.6383448Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.6384437Z 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:22:38.6385526Z 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:22:38.6386735Z 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:22:38.6387786Z 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:22:38.6388798Z 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:22:38.6389847Z 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:22:38.6390852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.6391669Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.6392721Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.6393558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6394374Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6395504Z 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:22:38.6665650Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6666734Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6667669Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6668654Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6669666Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6670687Z 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:22:38.6671773Z 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:22:38.6672815Z 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:22:38.6673883Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6674852Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6675836Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6676802Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6678102Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6679152Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6680183Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6681167Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6682203Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6683230Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6684201Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6685241Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6686261Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6687379Z 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:22:38.6688419Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6689386Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6690402Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6691473Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6692554Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6693536Z 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:22:38.6694537Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6695579Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6696577Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6697511Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6698486Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6699476Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6700552Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6701633Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.6702523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.6703372Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.6704657Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.6705827Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.6706928Z 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:22:38.6708044Z 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:22:38.6709264Z 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:22:38.6710395Z 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:22:38.6711515Z 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:22:38.6712689Z 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:22:38.6713663Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6714450Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6715396Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6716338Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6717289Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6718260Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6719166Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6720081Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6721045Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6722050Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6722960Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6723881Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6724853Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6725874Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6726833Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6727736Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6728652Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.6729557Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7036675Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7038016Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7038925Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7039817Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7040748Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7041676Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7042634Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7043582Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7044520Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7045447Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7046411Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7047358Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7048508Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7049455Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7050395Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7051335Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7052336Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7053259Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7054154Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7055071Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7055995Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7056931Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7057901Z 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:22:38.7058954Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7059969Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7060941Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7061881Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7062828Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.7063835Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.7064618Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.7065566Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.7066571Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.7067617Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.7068685Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.7069513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.7070237Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.7071093Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.7071986Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.7072855Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.7073573Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:38.7074344Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:38.7075129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.7075978Z 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:22:38.7077004Z 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:22:38.7078021Z 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:22:38.7079045Z 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:22:38.7080055Z 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:22:38.7081101Z 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:22:38.7082163Z 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:22:38.7083291Z 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:22:38.7084373Z 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:22:38.7085185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.7086027Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.7087035Z 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:22:38.7088013Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.7089002Z 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:22:38.7090165Z 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:22:38.7091222Z 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:22:38.7092329Z 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:22:38.7093368Z 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:22:38.7094394Z 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:22:38.7095185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7095949Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7096859Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7097773Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7098688Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7099602Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7100535Z 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:22:38.7446730Z 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:22:38.7447931Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7448931Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7449832Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7450810Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7451800Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7452762Z 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:22:38.7453725Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7454719Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7455678Z 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:22:38.7456658Z 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:22:38.7457610Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7458507Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7459404Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7460323Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7461581Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7462498Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7463401Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7464313Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7465247Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7466223Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7467177Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7468142Z 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:22:38.7469056Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7469972Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7470887Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7471806Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7472761Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7473694Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7474683Z 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:22:38.7475615Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7476559Z 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:22:38.7477499Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7478415Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7479305Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7480226Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7481196Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7482135Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7483050Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7483984Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7484921Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7485854Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7486790Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7487902Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7488868Z 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:22:38.7489840Z 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:22:38.7490796Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7491793Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7492731Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7493663Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7494593Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7495497Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7496393Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7497315Z 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:22:38.7498261Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7499261Z 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:22:38.7500237Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7501214Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.7502001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.7502856Z 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:22:38.7503930Z 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:22:38.7504986Z 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:22:38.7506054Z 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:22:38.7507300Z 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:22:38.7508421Z 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:22:38.7509660Z 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:22:38.7510798Z 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:22:38.7618421Z 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:22:38.7619790Z 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:22:38.7621070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:22:38.7622105Z 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:22:38.7623059Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.7623865Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.7624966Z 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:22:38.7626185Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.7627217Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.7628226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:38.7629117Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:38.7630019Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:38.7631077Z 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:22:38.7632497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:38.7633926Z 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:22:38.7635718Z 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:22:38.7637038Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.7638391Z 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:22:38.7640201Z 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:22:38.7642089Z 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:22:38.7643762Z 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:22:38.7645384Z 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:22:38.7646980Z 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:22:38.7649009Z 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:22:38.7650571Z 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:22:38.7652428Z 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:22:38.7654333Z 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:22:38.7656047Z 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:22:38.7657643Z 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:22:38.7659270Z 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:22:38.7660969Z 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:22:38.7662492Z 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:22:38.7664072Z 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:22:38.7665866Z 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:22:38.7667541Z 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:22:38.7669169Z 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:22:38.7670784Z 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:22:38.7672361Z 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:22:38.7673919Z 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:22:38.7675524Z 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:22:38.7677114Z 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:22:38.7678836Z 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:22:38.7680624Z 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:22:38.7682186Z 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:22:38.7683904Z 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:22:38.7685665Z 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:22:38.7687330Z 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:22:38.7689015Z 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:22:38.7980434Z 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:22:38.7982279Z 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:22:38.7984041Z 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:22:38.7985382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:38.7986678Z 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:22:38.7988188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:38.7989661Z 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:22:38.7990785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7991647Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7992690Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7993619Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7994704Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7995684Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7996611Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7997655Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7998721Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.7999715Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8000840Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8001786Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8002970Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8004301Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8005429Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8006410Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8007499Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8008548Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.8009300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.8010105Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.8011248Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.8012422Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.8013432Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.8014336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.8015202Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.8016312Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.8017371Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.8018379Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.8019444Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.8020659Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.8021969Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.8023068Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.8023926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.8025015Z 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:22:38.8026170Z 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:22:38.8027427Z 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:22:38.8028566Z 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:22:38.8029835Z 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:22:38.8030990Z 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:22:38.8032107Z 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:22:38.8033641Z 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:22:38.8034577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:38.8035651Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:38.8036627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:38.8037821Z 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:22:38.8039131Z 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:22:38.8040155Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:38.8041405Z 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:22:38.8042732Z 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:22:38.8044299Z 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:22:38.8045301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:38.8046394Z 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:22:38.8047441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:38.8048936Z 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:22:38.8050070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:38.8051111Z 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:22:38.8128133Z 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:22:38.8129634Z 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:22:38.8131017Z 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:22:38.8132242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:38.8133586Z 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:22:38.8135114Z 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:22:38.8136640Z 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:22:38.8137855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:38.8139349Z 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:22:38.8141011Z 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:22:38.8142598Z 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:22:38.8144193Z 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:22:38.8145413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:38.8146787Z 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:22:38.8148611Z 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:22:38.8150183Z 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:22:38.8151872Z 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:22:38.8153217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:38.8154378Z 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:22:38.8155905Z 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:22:38.8157137Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:38.8158421Z 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:22:38.8159915Z 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:22:38.8161197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.8162491Z 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:22:38.8164164Z 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:22:38.8165758Z 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:22:38.8167279Z 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:22:38.8168986Z 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:22:38.8170677Z 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:22:38.8172386Z 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:22:38.8173653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.8174914Z 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:22:38.8176365Z 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:22:38.8177870Z 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:22:38.8179414Z 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:22:38.8180972Z 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:22:38.8182436Z 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:22:38.8183912Z 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:22:38.8185350Z 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:22:38.8186889Z 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:22:38.8188267Z 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:22:38.8189926Z 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:22:38.8191607Z 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:22:38.8193273Z 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:22:38.8194858Z 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:22:38.8196406Z 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:22:38.8197680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:38.8198846Z 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:22:38.8200545Z 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:22:38.8470944Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8472597Z 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:22:38.8473786Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8474976Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8476246Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8477437Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8478661Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8479877Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8481019Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8482254Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8483379Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.8484280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:38.8485100Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:38.8486201Z 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:22:38.8487140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.8487984Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.8489022Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.8490066Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.8491111Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.8492180Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8493003Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8494065Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8495138Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8496287Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8497450Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8498495Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8499806Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8501043Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8502209Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8503229Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8504379Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8505552Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8506767Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8507828Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8508938Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8510098Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8511123Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8512299Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8513451Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8514592Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8515770Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8516944Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8518016Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8519108Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8520252Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8521453Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8522490Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8523530Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.8524335Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8525267Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8526406Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8527422Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8528660Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8529801Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8530889Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8532020Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8533103Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8534143Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8535270Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8536367Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8537383Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8538396Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8821760Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8822921Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8824069Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8825204Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8826218Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8827333Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8828326Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8829313Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8830438Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8831455Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8832509Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8833525Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8834603Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8835601Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8836606Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8837788Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8839119Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8840135Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8841286Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8842334Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8843516Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8844506Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8845501Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8846721Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8847976Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8849074Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8850126Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8851241Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8852366Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8853373Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8854599Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8855660Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8856886Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8858000Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8859045Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8860093Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8861119Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8862100Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8863143Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8864160Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8865295Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8866293Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8867591Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8868641Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8869649Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8870675Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8871845Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8872849Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8873848Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8875068Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8876153Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8877219Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8878316Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8879350Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8880352Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8881467Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8882477Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8883491Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8884579Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8885563Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8886640Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8887726Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.8888813Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.9217469Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.9218567Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.9219761Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.9220956Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.9222280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:38.9223480Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:38.9224391Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.9225454Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.9226544Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.9227730Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.9228671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.9229650Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.9230840Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.9232063Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.9233117Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.9234179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.9235096Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.9236249Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.9237169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.9238089Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.9239142Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.9240287Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.9241072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.9241885Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.9242844Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.9243697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:38.9244775Z 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:22:38.9245787Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:38.9246734Z 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:22:38.9248205Z 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:22:38.9249331Z 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:22:38.9250387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9251423Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9252461Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9253518Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9254547Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9255587Z 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:22:38.9256646Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9257700Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9258869Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.9259842Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:38.9260936Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:38.9261834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:38.9262709Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:38.9263563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:38.9264380Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:38.9265222Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.9276076Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.9277465Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.9278653Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.9279562Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.9280372Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.9281384Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.9282399Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.9283267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:38.9284261Z 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:22:38.9285351Z 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:22:38.9286531Z 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:22:38.9287512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.9288655Z 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:22:38.9289843Z 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:22:38.9291236Z 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:22:38.9292519Z 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:22:38.9293755Z 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:22:38.9294942Z 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:22:38.9295957Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:38.9501683Z 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:22:38.9502811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.9504182Z 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:22:38.9505888Z 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:22:38.9507401Z 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:22:38.9509059Z 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:22:38.9510572Z 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:22:38.9512155Z 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:22:38.9513768Z 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:22:38.9515096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:38.9516565Z 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:22:38.9517922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:38.9519436Z 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:22:38.9520862Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9521716Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9522750Z 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:22:38.9524295Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9525448Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9526523Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9527741Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9528959Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9529996Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9531126Z 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:22:38.9532412Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9533561Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9534648Z 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:22:38.9535705Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.9536650Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9537619Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9538699Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9539718Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9540844Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9541969Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9543066Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9544234Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9545319Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9546360Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9547430Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9548811Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9549884Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9551005Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9552416Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9553631Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9554762Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9555838Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9556913Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9558049Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9559203Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9560294Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9561430Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9562585Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9563651Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9564753Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9565831Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9567000Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9568026Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9569041Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9570188Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9571225Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9820243Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9821406Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9822488Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9823488Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9824717Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9825875Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9826914Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9827992Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9829415Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9830456Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9831666Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9832850Z 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:22:38.9834103Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9835107Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9836274Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.9837138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.9838052Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.9839268Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.9840168Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.9841045Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.9842172Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.9843101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.9844061Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.9845403Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.9846387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.9847202Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.9848543Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.9849422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:38.9850396Z 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:22:38.9851485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.9852351Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.9853366Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.9854443Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.9855402Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.9856406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.9857561Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.9858797Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.9860075Z 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:22:38.9861425Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.9862696Z 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:22:38.9863967Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.9864995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.9866120Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.9867279Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.9868239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9869156Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9870196Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9871371Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9872461Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9873603Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9874748Z 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:22:38.9875857Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9877068Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9878210Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9879321Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9880400Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9881486Z 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:22:38.9882654Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.9883534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.9884365Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.9885386Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.9886539Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.9887593Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.9888599Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0133143Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0134631Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0135757Z 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:22:39.0137000Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0138196Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0139307Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0140307Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0141292Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0142283Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0143308Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0144353Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0145376Z 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:22:39.0146404Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0147465Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0148971Z 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:22:39.0150270Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0151465Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0152612Z 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:22:39.0153869Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0155114Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0156281Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0157469Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0158542Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0159874Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0161042Z 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:22:39.0162153Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0163259Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0164338Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0165411Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0166763Z 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:22:39.0168004Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0169240Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0170486Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0171552Z 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:22:39.0172890Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.0173722Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.0174805Z 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:22:39.0175965Z 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:22:39.0177262Z 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:22:39.0178515Z 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:22:39.0179853Z 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:22:39.0181111Z 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:22:39.0182478Z 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:22:39.0183708Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:39.0184742Z 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:22:39.0186037Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:39.0187400Z 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:22:39.0188380Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:39.0189589Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:39.0191203Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:39.0192170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:39.0193330Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:39.0194356Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:39.0195441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:39.0196442Z 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:22:39.0197588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:39.0198603Z 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:22:39.0199571Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:39.0200781Z 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:22:39.0201805Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:39.0203116Z 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:22:39.0204248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:39.0205397Z 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:22:39.0521254Z 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:22:39.0522630Z 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:22:39.0523743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:39.0524857Z 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:22:39.0525961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.0527093Z 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:22:39.0528505Z 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:22:39.0529989Z 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:22:39.0531835Z 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:22:39.0532955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.0534361Z 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:22:39.0535821Z 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:22:39.0537565Z 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:22:39.0539075Z 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:22:39.0540595Z 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:22:39.0542236Z 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:22:39.0543796Z 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:22:39.0545243Z 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:22:39.0546723Z 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:22:39.0548331Z 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:22:39.0549764Z 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:22:39.0551224Z 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:22:39.0552729Z 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:22:39.0554333Z 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:22:39.0556157Z 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:22:39.0557683Z 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:22:39.0559105Z 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:22:39.0560651Z 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:22:39.0562131Z 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:22:39.0563766Z 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:22:39.0565611Z 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:22:39.0567139Z 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:22:39.0568604Z 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:22:39.0569968Z 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:22:39.0571334Z 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:22:39.0572787Z 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:22:39.0574101Z 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:22:39.0575192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.0576352Z 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:22:39.0577847Z 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:22:39.0579505Z 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:22:39.0580713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:39.0581867Z 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:22:39.0582965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:39.0583609Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:39.0584223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0584993Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0585792Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0586598Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0587425Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0588339Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0589345Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0590139Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:39.0590941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:39.0926149Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:39.0927101Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:39.0928329Z 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:22:39.0929318Z 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:22:39.0930162Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.0931145Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.0932381Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.0933426Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.0934447Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.0935513Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.0936331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.0937215Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.0938231Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.0939420Z 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:22:39.0940440Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.0941445Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.0942250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:39.0942925Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:39.0943739Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:39.0944742Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:39.0945637Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:39.0946529Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:39.0947346Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:39.0948495Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:39.0949290Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:39.0950021Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:39.0950973Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:39.0951803Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:39.0952665Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:39.0953686Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:39.0954687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:39.0955623Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:39.0956796Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:39.0957644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:39.0958479Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:39.0959467Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:39.0960297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:39.0961136Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:39.0962134Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:39.0962930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0963817Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0964728Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0965654Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0966589Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0967533Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0968495Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0969430Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0970578Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0971588Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0972617Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0973553Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0974466Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0975359Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0976220Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0977307Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:39.0978183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:39.0979137Z 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:22:39.0979965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:39.0980716Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:39.0981783Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:39.0982716Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:39.0983665Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:39.0984544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:39.0985289Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:39.0986155Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:39.0986926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:39.0987749Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:39.0988739Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:39.0989572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:39.0990632Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:39.0991890Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:39.1219369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:39.1220641Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:39.1221673Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:39.1222532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:39.1223573Z 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:22:39.1224552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.1225376Z 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:22:39.1226344Z 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:22:39.1227360Z 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:22:39.1228397Z 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:22:39.1229402Z 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:22:39.1230230Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:39.1231053Z 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:22:39.1232252Z 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:22:39.1233150Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:39.1233928Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:39.1235134Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:39.1235949Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:39.1236709Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:39.1237620Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:39.1238384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:39.1239117Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:39.1240004Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:39.1240811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:39.1241687Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:39.1242742Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:39.1243597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:39.1244399Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:39.1245338Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:39.1246136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:39.1246959Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:39.1248165Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:39.1249330Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.1250511Z 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:22:39.1252019Z 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:22:39.1253468Z 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:22:39.1254959Z 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:22:39.1256564Z 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:22:39.1257957Z 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:22:39.1259032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:39.1259897Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:39.1261018Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:39.1262192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:39.1263243Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:39.1264442Z 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:22:39.1265635Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:39.1266839Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:39.1267908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:39.1268795Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:39.1269854Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:39.1270914Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:39.1271843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.1272897Z 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:22:39.1274277Z 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:22:39.1275894Z 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:22:39.1277315Z 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:22:39.1278619Z 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:22:39.1279944Z 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:22:39.1281299Z 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:22:39.1282802Z 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:22:39.1284165Z 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:22:39.1285506Z 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:22:39.1620062Z 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:22:39.1621689Z 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:22:39.1622991Z 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:22:39.1624762Z 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:22:39.1626302Z 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:22:39.1627762Z 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:22:39.1629177Z 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:22:39.1630180Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:39.1631133Z 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:22:39.1632293Z 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:22:39.1633401Z 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:22:39.1634356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:39.1635501Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:39.1636482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:39.1637515Z 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:22:39.1638828Z 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:22:39.1640285Z 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:22:39.1641698Z 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:22:39.1642751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:39.1643719Z 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:22:39.1644919Z 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:22:39.1646307Z 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:22:39.1647567Z 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:22:39.1648739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:39.1649791Z 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:22:39.1650848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:39.1652003Z 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:22:39.1653822Z 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:22:39.1655169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:39.1656337Z 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:22:39.1657740Z 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:22:39.1658908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:39.1660243Z 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:22:39.1661757Z 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:22:39.1662845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:39.1663696Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:39.1664894Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:39.1665770Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:39.1666606Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:39.1667369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1667927Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1668540Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1669284Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1669963Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1670643Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1671283Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1671941Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1672565Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1673156Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1673782Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1674460Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1675262Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1675950Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1676655Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1677290Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1677943Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1678580Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1679202Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1679953Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1680651Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1681347Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1682001Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1682593Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1683193Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.1683772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.1684440Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.1685194Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.1685971Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.1686759Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.2101123Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.2102261Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.2103055Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.2103878Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.2104730Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.2105471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:39.2106134Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:39.2106937Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:39.2107771Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:39.2108614Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:39.2109429Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:39.2110187Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:39.2110830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:39.2111460Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:39.2112199Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:39.2112935Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:39.2113659Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:39.2114303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:39.2115054Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:39.2115832Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:39.2116456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:39.2117076Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:39.2117998Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:39.2118701Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:39.2119326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:39.2119991Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:39.2120733Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:39.2121469Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:39.2122112Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2122746Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2123723Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2124598Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2125399Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2126255Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2127127Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2127986Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2128877Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2129770Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2130613Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2131472Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2132438Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2133279Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2134141Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2135044Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2135905Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2136739Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2137570Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2138381Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2139224Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2140253Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2141110Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2141958Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2143029Z 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:22:39.2143972Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2145000Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2145895Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2146784Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2147600Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2148577Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2149534Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2150362Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:39.2151074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:39.2151725Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:39.2152491Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:39.2153302Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:39.2153987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2154587Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2155326Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2156074Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2156794Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2157567Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2158326Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2159014Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:39.2159640Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2160271Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2160985Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2161752Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2162567Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2163329Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2164148Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2537877Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2539006Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2539751Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2540528Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2541643Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2542460Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2543333Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2544221Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2545202Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2546103Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2546960Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2547912Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2548691Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2549428Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2550243Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2551192Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2552147Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2552955Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2553757Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2554557Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2555319Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2556045Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2556829Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2557642Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2558415Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2559162Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:39.2559835Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:39.2560569Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:39.2561425Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:39.2562290Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:39.2563158Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:39.2563886Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:39.2564703Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:39.2565650Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:39.2566591Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:39.2567726Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:39.2568651Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:39.2569475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.2570477Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.2571828Z 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:22:39.2573151Z 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:22:39.2574447Z 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:22:39.2575387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2576277Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2577366Z 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:22:39.2578386Z 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:22:39.2579347Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2580286Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2581270Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2582294Z 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:22:39.2583241Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2584144Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2585074Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2586006Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2586946Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2587992Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2589023Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2590042Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2590995Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2591880Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2592737Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:39.2593665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:39.2594565Z 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:22:39.2595620Z 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:22:39.2596480Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:39.2597426Z 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:22:39.2598625Z 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:22:39.2599739Z 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:22:39.2600560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:39.2601297Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:39.2602014Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:39.2602719Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:39.2948656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:39.2949667Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:39.2950474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:22:39.2951340Z 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:22:39.2952213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:39.2952972Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:39.2953870Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:39.2954638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:39.2955437Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:39.2956421Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:39.2957391Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:39.2958366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:39.2959165Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:39.2960067Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:39.2960860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:39.2961631Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:39.2962544Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:39.2963433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:39.2964348Z 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:22:39.2965582Z 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:22:39.2966405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:39.2967234Z 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:22:39.2968018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:39.2968702Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:39.2969392Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:39.2970166Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:39.2970901Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:39.2971726Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:39.2972731Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:39.2973879Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:39.2974806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:39.2975647Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:39.2976438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:39.2977213Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:39.2977986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:39.2978734Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:39.2979717Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:39.2980542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:39.2981283Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:39.2982004Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:39.2982750Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:39.2983623Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:39.2984593Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:39.2985437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:39.2986217Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:39.2986966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:39.2987666Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:39.2988366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:39.2989086Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:39.2989850Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.2991133Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.2992433Z 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:22:39.2993539Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.2994618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:39.2995576Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:39.2996539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:39.2997448Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:39.2998339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:39.2999129Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:39.3000068Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:39.3001053Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:39.3002047Z 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:22:39.3003239Z 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:22:39.3004431Z 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:22:39.3005576Z 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:22:39.3006738Z 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:22:39.3007537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:39.3008335Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:39.3009233Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:39.3010245Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:39.3011265Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:39.3012325Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:39.3013414Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:39.3014264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:39.3015021Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:39.3234041Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:39.3235051Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:39.3235968Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:39.3236997Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:39.3237811Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:39.3238859Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:39.3239915Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:39.3240867Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:39.3241648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:39.3242451Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:39.3243301Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:39.3244315Z 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:22:39.3245515Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:39.3246690Z 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:22:39.3248393Z 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:22:39.3249428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:39.3250259Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:39.3251283Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:39.3252517Z 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:22:39.3253663Z 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:22:39.3254565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:39.3255448Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:39.3256405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:39.3257475Z 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:22:39.3258793Z 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:22:39.3260129Z 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:22:39.3261449Z 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:22:39.3262577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:39.3264058Z 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:22:39.3265712Z 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:22:39.3266890Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:39.3267905Z 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:22:39.3268982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:39.3269816Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:39.3270879Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:39.3271965Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:39.3272810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:39.3273560Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:39.3274344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:39.3275258Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:39.3276271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:39.3277311Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:39.3278426Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:39.3279346Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:39.3280341Z 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:22:39.3281322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:39.3282268Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:39.3283218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:39.3283921Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:39.3284637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:39.3285455Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:39.3286492Z 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:22:39.3287295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:39.3287890Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:39.3288533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:39.3289280Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:39.3290388Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:39.3291373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.3292405Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.3293328Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.3294252Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.3295031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:39.3295785Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:39.3296805Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:39.3297545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:39.3298267Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:39.3299104Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:39.3299813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.9728561Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.9729443Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.9730172Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.9730898Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.9731851Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.9732975Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.9733895Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.9734679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:39.9735543Z 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:22:39.9736614Z 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:22:39.9737481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.9738328Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.9739401Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.9740474Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.9741354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:22:39.9742249Z 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:22:39.9743154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.9744034Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.9745749Z 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:22:39.9747088Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.9748212Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.9749111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.9750005Z 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:22:39.9751109Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.9752193Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.9753249Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.9754102Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.9754998Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:39.9755969Z 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:22:39.9756951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:39.9758220Z 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:22:39.9759225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:39.9760152Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:39.9760945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:39.9761763Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:39.9762582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.9763426Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.9764527Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.9765675Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.9766688Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.9767603Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.9768529Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.9769523Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.9770697Z 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:22:39.9772054Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.9773412Z 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:22:39.9774487Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.9775682Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.9776975Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.9778083Z 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:22:39.9779314Z 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:22:39.9780217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:39.9780798Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:39.9781402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:39.9782275Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:39.9782917Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.9783558Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.9784270Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.9784929Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.9785429Z running egg_info 2025-03-21T20:22:39.9785696Z creating executorch.egg-info 2025-03-21T20:22:39.9786013Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:22:39.9786470Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:22:39.9787003Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:22:39.9787497Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:22:39.9788189Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:22:39.9788658Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.9789121Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.9789513Z adding license file 'LICENSE' 2025-03-21T20:22:39.9789881Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.9790638Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:22:39.9791737Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.9792812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:39.9794076Z 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:22:39.9795247Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:40.0016393Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:40.0018189Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:40.0019834Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:40.0021222Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:40.0022167Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:40.0023932Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:40.0025541Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:40.0026741Z 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:22:40.0028226Z 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:22:40.0030216Z 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:22:40.0032316Z 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:22:40.0033839Z 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:22:40.0035138Z 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:22:40.0037053Z 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:22:40.0039179Z 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:22:40.0040798Z 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:22:40.0042109Z 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:22:40.0043942Z 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:22:40.0045986Z 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:22:40.0047489Z 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:22:40.0048961Z 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:22:40.0051261Z 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:22:40.0053229Z 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:22:40.0054766Z 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:22:40.0056581Z 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:22:40.0058838Z 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:22:40.0060680Z 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:22:40.0062553Z 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:22:40.0064924Z 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:22:40.0066444Z 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:22:40.0067774Z 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:22:40.0069876Z 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:22:40.0071719Z 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:22:40.0073208Z 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:22:40.0074914Z 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:22:40.0077163Z 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:22:40.0078475Z 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:22:40.0080016Z 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:22:40.0082336Z 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:22:40.0084001Z 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:22:40.0085598Z 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:22:40.0087067Z 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:22:40.0089568Z 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:22:40.0091120Z 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:22:40.0092564Z 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:22:40.0094534Z 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:22:40.0096472Z 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:22:40.0098014Z 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:22:40.0099946Z 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:22:40.0102086Z 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:22:40.0103654Z 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:22:40.0105092Z 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:22:40.0107388Z 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:22:40.0213829Z 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:22:40.0216455Z 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:22:40.0219086Z 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:22:40.0221638Z 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:22:40.0224104Z 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:22:40.0226573Z 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:22:40.0229094Z 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:22:40.0231580Z 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:22:40.0234007Z 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:22:40.0236458Z 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:22:40.0238935Z 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:22:40.0241424Z 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:22:40.0243863Z 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:22:40.0246237Z 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:22:40.0249033Z 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:22:40.0251458Z 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:22:40.0253244Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:40.0255157Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:40.0256788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:40.0258583Z 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:22:40.0260862Z 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:22:40.0263151Z 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:22:40.0265408Z 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:22:40.0267785Z 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:22:40.0270103Z 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:22:40.0272281Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:40.0274406Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:40.0276559Z 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:22:40.0278755Z 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:22:40.0280891Z 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:22:40.0283062Z 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:22:40.0285377Z 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:22:40.0288011Z 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:22:40.0290793Z 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:22:40.0292919Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:40.0294976Z 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:22:40.0297534Z 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:22:40.0300109Z 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:22:40.0302718Z 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:22:40.0305374Z 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:22:40.0308301Z 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:22:40.0310778Z 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:22:40.0313295Z 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:22:40.0315859Z 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:22:40.0318384Z 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:22:40.0320899Z 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:22:40.0323533Z 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:22:40.0326133Z 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:22:40.0328564Z 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:22:40.0331008Z 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:22:40.0333534Z 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:22:40.0336014Z 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:22:40.0338651Z 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:22:40.0341269Z 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:22:40.0343746Z 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:22:40.0346282Z 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:22:40.0348993Z 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:22:40.0351548Z 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:22:40.0354144Z 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:22:40.0356639Z 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:22:40.0359075Z 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:22:40.0361898Z 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:22:40.0364490Z 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:22:40.0367000Z 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:22:40.0369494Z 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:22:40.0372091Z 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:22:40.0374578Z 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:22:40.0377038Z 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:22:40.0379613Z 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:22:40.0382237Z 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:22:40.0384858Z 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:22:40.0387391Z 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:22:40.0389959Z 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:22:40.0392550Z 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:22:40.0395206Z 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:22:40.0397815Z 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:22:40.0400253Z 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:22:40.0402695Z 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:22:40.0405138Z 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:22:40.0407587Z 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:22:40.0410052Z 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:22:40.0412734Z 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:22:40.0415644Z 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:22:40.0418290Z 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:22:40.0420923Z 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:22:40.0423534Z 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:22:40.0426034Z 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:22:40.0428725Z 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:22:40.0431401Z 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:22:40.0434037Z 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:22:40.0436626Z 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:22:40.0438343Z 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:22:40.0439807Z 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:22:40.0441899Z 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:22:40.0443943Z 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:22:40.0445418Z 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:22:40.0446963Z 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:22:40.0449595Z 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:22:40.0451141Z 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:22:40.0452721Z 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:22:40.0512790Z 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:22:40.0515731Z 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:22:40.0518663Z 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:22:40.0521055Z 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:22:40.0523633Z 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:22:40.0525526Z 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:22:40.0526882Z 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:22:40.0528200Z 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:22:40.0529503Z 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:22:40.0530887Z 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:22:40.0532436Z 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:22:40.0533900Z 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:22:40.0535398Z 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:22:40.0536932Z 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:22:40.0538431Z 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:22:40.0539875Z 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:22:40.0541320Z 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:22:40.0542799Z 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:22:40.0544254Z 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:22:40.0545666Z 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:22:40.0547126Z 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:22:40.0548906Z 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:22:40.0550428Z 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:22:40.0552225Z 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:22:40.0553672Z 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:22:40.0555089Z 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:22:40.0556503Z 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:22:40.0557920Z 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:22:40.0559378Z 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:22:40.0560880Z 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:22:40.0562402Z 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:22:40.0563860Z 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:22:40.0565287Z 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:22:40.0566731Z 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:22:40.0568221Z 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:22:40.0569706Z 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:22:40.0571802Z 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:22:40.0573066Z 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:22:40.0574157Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:40.0575201Z 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:22:40.0576257Z 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:22:40.0577095Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:40.0577835Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:40.0578730Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:40.0579756Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0581016Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0582126Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:40.0583127Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:40.0584116Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:40.0584908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:40.0585501Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:40.0586175Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:40.1152165Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:40.1153824Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:40.1155710Z 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:22:40.1157863Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.1159999Z 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:22:40.1162179Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.1163786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:40.1165209Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:40.1166734Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:40.1168056Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:40.1169861Z 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:22:40.1172133Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:40.1173705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:22:40.1175231Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:22:40.1176941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1178380Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1180046Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1181689Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1183285Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1184904Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1186586Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1188847Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1190741Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1192594Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1194430Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1196288Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1198067Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1199763Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1201451Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1203033Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1204686Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1206414Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.1208068Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:40.1209764Z 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:22:40.1211592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:40.1213774Z 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:22:40.1216278Z 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:22:40.1218307Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.1220210Z 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:22:40.1222093Z 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:22:40.1223379Z 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:22:40.1224661Z 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:22:40.1226343Z 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:22:40.1228183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.1230040Z 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:22:40.1232155Z 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:22:40.1234581Z 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:22:40.1236756Z 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:22:40.1238905Z 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:22:40.1240795Z 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:22:40.1242754Z 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:22:40.1244693Z 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:22:40.1245893Z 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:22:40.1247066Z 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:22:40.1248772Z 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:22:40.1250581Z 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:22:40.1252525Z 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:22:40.1254168Z 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:22:40.1255283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:40.1256498Z 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:22:40.1258694Z 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:22:40.1260756Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.1678912Z 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:22:40.1681848Z 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:22:40.1684582Z 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:22:40.1687224Z 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:22:40.1689833Z 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:22:40.1692679Z 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:22:40.1695350Z 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:22:40.1698464Z 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:22:40.1701175Z 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:22:40.1703189Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.1704802Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.1706757Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.1708711Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.1710721Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.1712458Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:40.1714160Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:40.1715820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1717410Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1719221Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1721054Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1722949Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1724818Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1726603Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1728419Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1730291Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1732210Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1734058Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1735868Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.1737505Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:40.1739273Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:40.1741059Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.1742951Z 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:22:40.1745156Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.1747516Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.1749435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.1750959Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.1752862Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.1754770Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.1756670Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.1758384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.1760257Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.1762294Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.1764362Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.1765705Z running build_ext 2025-03-21T20:22:40.1766493Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:40.1767748Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:40.1769318Z 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:22:40.1771823Z 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:22:40.1774950Z 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:22:40.1778351Z 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:22:40.1781505Z 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:22:40.1783335Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:40.1783970Z running install 2025-03-21T20:22:40.1784387Z running install_lib 2025-03-21T20:22:40.1784885Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:40.1785559Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:22:40.1786379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:22:40.1787271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:22:40.1788791Z 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:22:40.1790939Z 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:22:40.1793139Z 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:22:40.1795822Z 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:22:40.1798163Z 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:22:40.1800418Z 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:22:40.1802671Z 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:22:40.1804945Z 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:22:40.1807207Z 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:22:40.1809520Z 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:22:40.1811864Z 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:22:40.1813499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:22:40.1815295Z 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:22:40.1817936Z 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:22:40.1820718Z 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:22:40.1823369Z 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:22:40.1825862Z 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:22:40.1828315Z 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:22:40.1830857Z 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:22:40.1833476Z 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:22:40.1836254Z 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:22:40.1838961Z 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:22:40.1841517Z 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:22:40.1844069Z 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:22:40.1846614Z 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:22:40.1849663Z 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:22:40.1852327Z 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:22:40.1854872Z 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:22:40.1857400Z 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:22:40.1859984Z 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:22:40.1862604Z 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:22:40.1865122Z 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:22:40.1867616Z 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:22:40.1870308Z 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:22:40.1872958Z 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:22:40.1875646Z 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:22:40.1878303Z 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:22:40.1880874Z 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:22:40.1883541Z 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:22:40.1886193Z 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:22:40.1888748Z 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:22:40.1891362Z 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:22:40.1893955Z 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:22:40.1896584Z 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:22:40.1899086Z 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:22:40.1901802Z 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:22:40.1904352Z 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:22:40.1906955Z 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:22:40.1909617Z 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:22:40.1912379Z 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:22:40.1914426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:22:40.1916380Z 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:22:40.1919127Z 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:22:40.1922026Z 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:22:40.1924842Z 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:22:40.1927727Z 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:22:40.1930601Z 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:22:40.1933542Z 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:22:40.1936410Z 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:22:40.1939327Z 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:22:40.1941416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:22:40.1943228Z 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:22:40.1945800Z 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:22:40.1948666Z 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:22:40.1951057Z 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:22:40.1953824Z 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:22:40.1956301Z 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:22:40.1958753Z 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:22:40.1961242Z 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:22:40.1963788Z 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:22:40.1966229Z 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:22:40.1968752Z 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:22:40.1971325Z 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:22:40.1973978Z 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:22:40.1976439Z 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:22:40.1978902Z 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:22:40.1981315Z 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:22:40.1983738Z 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:22:40.1986218Z 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:22:40.1988673Z 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:22:40.1991093Z 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:22:40.1993565Z 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:22:40.1995997Z 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:22:40.1998514Z 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:22:40.2001060Z 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:22:40.2003614Z 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:22:40.2006267Z 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:22:40.2008840Z 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:22:40.2011423Z 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:22:40.2013908Z 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:22:40.2016323Z 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:22:40.2018845Z 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:22:40.2021416Z 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:22:40.2023936Z 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:22:40.2026403Z 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:22:40.2028881Z 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:22:40.2031355Z 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:22:40.2033790Z 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:22:40.2036226Z 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:22:40.2038688Z 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:22:40.2041255Z 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:22:40.2043836Z 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:22:40.2046464Z 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:22:40.2049209Z 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:22:40.2051609Z 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:22:40.2054173Z 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:22:40.2055948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:22:40.2057700Z 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:22:40.2060583Z 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:22:40.2063157Z 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:22:40.2065896Z 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:22:40.2068593Z 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:22:40.2070479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:22:40.2072160Z 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:22:40.2074423Z 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:22:40.2076836Z 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:22:40.2079214Z 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:22:40.2080941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:22:40.2082812Z 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:22:40.2085496Z 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:22:40.2088149Z 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:22:40.2090769Z 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:22:40.2093526Z 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:22:40.2096260Z 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:22:40.2099040Z 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:22:40.2101914Z 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:22:40.2104721Z 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:22:40.2106615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:22:40.2108539Z 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:22:40.2111327Z 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:22:40.2114028Z 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:22:40.2116655Z 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:22:40.2119364Z 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:22:40.2122135Z 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:22:40.2124831Z 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:22:40.2127598Z 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:22:40.2130221Z 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:22:40.2132148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:22:40.2133903Z 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:22:40.2136270Z 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:22:40.2138737Z 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:22:40.2141156Z 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:22:40.2143516Z 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:22:40.2145957Z 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:22:40.2148676Z 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:22:40.2151139Z 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:22:40.2153572Z 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:22:40.2156009Z 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:22:40.2158443Z 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:22:40.2160874Z 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:22:40.2163441Z 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:22:40.2166354Z 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:22:40.2168885Z 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:22:40.2171454Z 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:22:40.2174117Z 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:22:40.2176677Z 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:22:40.2179082Z 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:22:40.2181539Z 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:22:40.2183999Z 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:22:40.2186492Z 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:22:40.2188957Z 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:22:40.2191343Z 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:22:40.2193785Z 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:22:40.2196281Z 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:22:40.2198829Z 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:22:40.2201358Z 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:22:40.2203885Z 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:22:40.2206420Z 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:22:40.2208906Z 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:22:40.2211408Z 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:22:40.2213919Z 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:22:40.2216410Z 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:22:40.2219157Z 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:22:40.2221652Z 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:22:40.2224203Z 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:22:40.2226758Z 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:22:40.2229298Z 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:22:40.2231819Z 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:22:40.2234247Z 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:22:40.2236767Z 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:22:40.2239356Z 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:22:40.2241910Z 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:22:40.2244415Z 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:22:40.2246889Z 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:22:40.2249381Z 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:22:40.2251879Z 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:22:40.2254325Z 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:22:40.2256818Z 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:22:40.2259431Z 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:22:40.2262080Z 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:22:40.2264652Z 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:22:40.2267197Z 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:22:40.2269610Z 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:22:40.2272485Z 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:22:40.2275002Z 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:22:40.2277458Z 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:22:40.2279921Z 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:22:40.2282417Z 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:22:40.2284991Z 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:22:40.2287637Z 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:22:40.2290236Z 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:22:40.2292770Z 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:22:40.2294663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:22:40.2296629Z 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:22:40.2299414Z 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:22:40.2302127Z 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:22:40.2304911Z 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:22:40.2307761Z 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:22:40.2310662Z 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:22:40.2313514Z 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:22:40.2316423Z 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:22:40.2319291Z 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:22:40.2322156Z 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:22:40.2324489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:22:40.2326552Z 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:22:40.2328610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:22:40.2330430Z 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:22:40.2333148Z 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:22:40.2335869Z 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:22:40.2338577Z 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:22:40.2340518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:22:40.2342407Z 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:22:40.2344265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:22:40.2346047Z 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:22:40.2348010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:22:40.2349295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:40.2351535Z 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:22:40.2353864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:22:40.2355552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:40.2358319Z 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:22:40.2362370Z 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:22:40.2365321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:40.2368225Z 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:22:40.2372228Z 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:22:40.2375978Z 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:22:40.2380080Z 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:22:40.2383906Z 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:22:40.2387612Z 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:22:40.2391340Z 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:22:40.2395063Z 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:22:40.2398605Z 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:22:40.2402447Z 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:22:40.2406285Z 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:22:40.2410027Z 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:22:40.2413848Z 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:22:40.2417450Z 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:22:40.2420969Z 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:22:40.2424569Z 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:22:40.2428215Z 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:22:40.2431933Z 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:22:40.2435840Z 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:22:40.2439679Z 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:22:40.2443460Z 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:22:40.2447209Z 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:22:40.2451123Z 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:22:40.2454981Z 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:22:40.2458784Z 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:22:40.2462524Z 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:22:40.2466168Z 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:22:40.2469826Z 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:22:40.2473434Z 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:22:40.2477208Z 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:22:40.2481161Z 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:22:40.2484906Z 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:22:40.2488664Z 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:22:40.2492469Z 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:22:40.2495286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:22:40.2496900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:40.2499529Z 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:22:40.2502237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:40.2505026Z 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:22:40.2507674Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:40.2510115Z 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:22:40.2512315Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:22:40.2514032Z 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:22:40.2516501Z 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:22:40.2518994Z 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:22:40.2521520Z 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:22:40.2523594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:40.2526127Z 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:22:40.2529640Z 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:22:40.2532225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:22:40.2534426Z 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:22:40.2537351Z 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:22:40.2540214Z 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:22:40.2543155Z 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:22:40.2546118Z 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:22:40.2549363Z 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:22:40.2552383Z 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:22:40.2555282Z 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:22:40.2558151Z 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:22:40.2561040Z 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:22:40.2563026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:22:40.2564714Z 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:22:40.2567112Z 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:22:40.2569561Z 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:22:40.2571355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:22:40.2573261Z 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:22:40.2576086Z 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:22:40.2578239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:22:40.2580173Z 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:22:40.2582900Z 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:22:40.2585666Z 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:22:40.2588376Z 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:22:40.2590332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:22:40.2592069Z 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:22:40.2593884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:22:40.2595726Z 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:22:40.2598384Z 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:22:40.2601150Z 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:22:40.2604112Z 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:22:40.2606784Z 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:22:40.2609529Z 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:22:40.2612492Z 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:22:40.2615346Z 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:22:40.2618048Z 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:22:40.2620644Z 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:22:40.2623402Z 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:22:40.2626169Z 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:22:40.2628983Z 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:22:40.2631654Z 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:22:40.2634334Z 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:22:40.2637036Z 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:22:40.2639641Z 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:22:40.2642369Z 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:22:40.2645054Z 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:22:40.2648090Z 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:22:40.2650851Z 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:22:40.2653610Z 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:22:40.2657139Z 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:22:40.2659857Z 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:22:40.2662598Z 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:22:40.2665336Z 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:22:40.2667995Z 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:22:40.2670592Z 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:22:40.2672429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:22:40.2674283Z 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:22:40.2677009Z 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:22:40.2679641Z 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:22:40.2682330Z 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:22:40.2685002Z 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:22:40.2705095Z 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:22:40.2707783Z 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:22:40.2710497Z 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:22:40.2713189Z 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:22:40.2715818Z 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:22:40.2718403Z 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:22:40.2720966Z 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:22:40.2723617Z 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:22:40.2726383Z 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:22:40.2729113Z 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:22:40.2731831Z 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:22:40.2734579Z 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:22:40.2737267Z 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:22:40.2739914Z 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:22:40.2742585Z 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:22:40.2745162Z 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:22:40.2747939Z 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:22:40.2750231Z 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:22:40.2752811Z 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:22:40.2755451Z 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:22:40.2758139Z 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:22:40.2760806Z 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:22:40.2763490Z 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:22:40.2766153Z 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:22:40.2768933Z 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:22:40.2771705Z 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:22:40.2774367Z 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:22:40.2777128Z 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:22:40.2780078Z 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:22:40.2782870Z 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:22:40.2785504Z 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:22:40.2788179Z 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:22:40.2790858Z 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:22:40.2793578Z 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:22:40.2796276Z 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:22:40.2798906Z 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:22:40.2801534Z 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:22:40.2804213Z 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:22:40.2806929Z 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:22:40.2809624Z 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:22:40.2812320Z 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:22:40.2814905Z 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:22:40.2817380Z 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:22:40.2819974Z 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:22:40.2822569Z 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:22:40.2825107Z 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:22:40.2827738Z 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:22:40.2830362Z 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:22:40.2833032Z 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:22:40.2835873Z 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:22:40.2838499Z 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:22:40.2841165Z 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:22:40.2843776Z 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:22:40.2846466Z 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:22:40.2849360Z 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:22:40.2852023Z 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:22:40.2854606Z 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:22:40.2857266Z 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:22:40.2859999Z 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:22:40.2862662Z 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:22:40.2865436Z 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:22:40.2868113Z 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:22:40.2870785Z 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:22:40.2873437Z 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:22:40.2876156Z 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:22:40.2878871Z 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:22:40.2881500Z 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:22:40.2884051Z 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:22:40.2886727Z 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:22:40.2889800Z 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:22:40.2892641Z 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:22:40.2895490Z 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:22:40.2898265Z 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:22:40.2900973Z 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:22:40.2903688Z 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:22:40.2905593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:22:40.2907432Z 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:22:40.2909372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:22:40.2911314Z 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:22:40.2914150Z 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:22:40.2916984Z 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:22:40.2918919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:40.2920910Z 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:22:40.2923746Z 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:22:40.2926539Z 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:22:40.2929372Z 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:22:40.2931361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:40.2933762Z 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:22:40.2936070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:22:40.2938128Z 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:22:40.2941043Z 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:22:40.2944312Z 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:22:40.2946391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:22:40.2948292Z 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:22:40.2950864Z 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:22:40.2953459Z 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:22:40.2955284Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:22:40.2957181Z 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:22:40.2959740Z 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:22:40.2961525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:22:40.2962609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:40.2964356Z 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:22:40.2966142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:22:40.2967861Z 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:22:40.2970311Z 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:22:40.2972956Z 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:22:40.2975461Z 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:22:40.2978028Z 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:22:40.2980698Z 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:22:40.2983310Z 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:22:40.2985828Z 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:22:40.2988349Z 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:22:40.2990828Z 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:22:40.2993271Z 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:22:40.2996072Z 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:22:40.2998648Z 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:22:40.3001092Z 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:22:40.3003614Z 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:22:40.3005537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:22:40.3007680Z 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:22:40.3010717Z 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:22:40.3013564Z 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:22:40.3015423Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:22:40.3017019Z 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:22:40.3019263Z 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:22:40.3021618Z 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:22:40.3023889Z 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:22:40.3026179Z 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:22:40.3027932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:22:40.3029715Z 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:22:40.3032314Z 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:22:40.3035026Z 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:22:40.3037679Z 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:22:40.3040345Z 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:22:40.3043070Z 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:22:40.3045901Z 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:22:40.3048879Z 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:22:40.3050786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:22:40.3052890Z 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:22:40.3054915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:22:40.3056850Z 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:22:40.3058820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:22:40.3060657Z 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:22:40.3062559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:22:40.3063807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:22:40.3065140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:40.3067487Z 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:22:40.3070779Z 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:22:40.3074076Z 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:22:40.3077302Z 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:22:40.3080451Z 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:22:40.3083621Z 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:22:40.3086841Z 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:22:40.3090210Z 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:22:40.3093690Z 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:22:40.3096907Z 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:22:40.3100222Z 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:22:40.3103443Z 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:22:40.3106595Z 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:22:40.3109713Z 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:22:40.3112868Z 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:22:40.3116225Z 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:22:40.3119675Z 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:22:40.3123021Z 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:22:40.3126310Z 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:22:40.3129576Z 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:22:40.3133096Z 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:22:40.3136553Z 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:22:40.3139842Z 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:22:40.3143169Z 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:22:40.3146497Z 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:22:40.3149833Z 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:22:40.3152876Z 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:22:40.3156014Z 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:22:40.3159550Z 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:22:40.3162804Z 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:22:40.3166094Z 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:22:40.3169412Z 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:22:40.3172631Z 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:22:40.3175843Z 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:22:40.3179271Z 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:22:40.3182660Z 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:22:40.3185914Z 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:22:40.3189087Z 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:22:40.3192217Z 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:22:40.3195472Z 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:22:40.3198616Z 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:22:40.3201744Z 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:22:40.3204816Z 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:22:40.3208001Z 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:22:40.3211133Z 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:22:40.3214544Z 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:22:40.3217884Z 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:22:40.3221105Z 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:22:40.3224502Z 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:22:40.3227863Z 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:22:40.3231090Z 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:22:40.3234406Z 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:22:40.3237674Z 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:22:40.3240956Z 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:22:40.3244151Z 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:22:40.3247245Z 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:22:40.3250358Z 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:22:40.3253717Z 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:22:40.3256815Z 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:22:40.3259947Z 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:22:40.3263147Z 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:22:40.3266305Z 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:22:40.3268495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:22:40.3270791Z 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:22:40.3273931Z 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:22:40.3276947Z 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:22:40.3279786Z 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:22:40.3281751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:22:40.3283627Z 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:22:40.3286357Z 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:22:40.3289037Z 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:22:40.3291041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:40.3293039Z 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:22:40.3295831Z 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:22:40.3298850Z 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:22:40.3300955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:40.3303084Z 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:22:40.3305998Z 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:22:40.3309024Z 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:22:40.3312095Z 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:22:40.3315044Z 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:22:40.3318038Z 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:22:40.3320049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:40.3321923Z 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:22:40.3324103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:22:40.3325308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:40.3327324Z 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:22:40.3329430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:22:40.3330969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:40.3333630Z 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:22:40.3337216Z 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:22:40.3340796Z 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:22:40.3344340Z 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:22:40.3347969Z 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:22:40.3351389Z 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:22:40.3354908Z 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:22:40.3357664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:40.3360430Z 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:22:40.3363174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:22:40.3364732Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:22:40.3366564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:40.3369707Z 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:22:40.3372515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:22:40.3373668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:22:40.3374879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:40.3377058Z 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:22:40.3380523Z 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:22:40.3383465Z 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:22:40.3386499Z 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:22:40.3389571Z 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:22:40.3392698Z 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:22:40.3394755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:22:40.3396411Z 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:22:40.3398759Z 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:22:40.3400573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:22:40.3402344Z 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:22:40.3405048Z 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:22:40.3407811Z 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:22:40.3410462Z 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:22:40.3413188Z 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:22:40.3415889Z 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:22:40.3418568Z 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:22:40.3421237Z 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:22:40.3423945Z 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:22:40.3426673Z 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:22:40.3429280Z 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:22:40.3432196Z 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:22:40.3434827Z 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:22:40.3436693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:22:40.3438547Z 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:22:40.3441192Z 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:22:40.3443874Z 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:22:40.3446496Z 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:22:40.3449304Z 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:22:40.3452008Z 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:22:40.3454685Z 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:22:40.3457262Z 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:22:40.3459887Z 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:22:40.3462546Z 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:22:40.3465186Z 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:22:40.3467815Z 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:22:40.3470594Z 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:22:40.3473432Z 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:22:40.3476163Z 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:22:40.3478723Z 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:22:40.3481424Z 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:22:40.3484350Z 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:22:40.3487176Z 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:22:40.3489920Z 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:22:40.3492789Z 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:22:40.3495561Z 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:22:40.3498262Z 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:22:40.3501007Z 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:22:40.3503642Z 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:22:40.3506381Z 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:22:40.3509032Z 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:22:40.3511745Z 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:22:40.3514394Z 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:22:40.3517100Z 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:22:40.3519802Z 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:22:40.3522540Z 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:22:40.3525212Z 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:22:40.3527821Z 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:22:40.3530418Z 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:22:40.3533069Z 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:22:40.3535727Z 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:22:40.3538524Z 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:22:40.3541245Z 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:22:40.3543966Z 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:22:40.3546700Z 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:22:40.3549658Z 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:22:40.3552550Z 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:22:40.3555409Z 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:22:40.3558052Z 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:22:40.3560663Z 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:22:40.3562654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:22:40.3564577Z 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:22:40.3567398Z 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:22:40.3569297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:40.3571220Z 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:22:40.3574199Z 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:22:40.3577239Z 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:22:40.3580345Z 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:22:40.3583401Z 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:22:40.3586515Z 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:22:40.3588640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:40.3590784Z 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:22:40.3594036Z 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:22:40.3596046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:40.3597981Z 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:22:40.3600824Z 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:22:40.3602900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:22:40.3604994Z 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:22:40.3608040Z 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:22:40.3611113Z 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:22:40.3614058Z 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:22:40.3616021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:22:40.3617903Z 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:22:40.3620627Z 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:22:40.3622607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:22:40.3624589Z 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:22:40.3627262Z 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:22:40.3629958Z 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:22:40.3632798Z 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:22:40.3635642Z 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:22:40.3638459Z 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:22:40.3641290Z 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:22:40.3644087Z 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:22:40.3647200Z 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:22:40.3650064Z 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:22:40.3652879Z 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:22:40.3655665Z 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:22:40.3658418Z 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:22:40.3658916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:40.3660138Z 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:22:40.3661344Z 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:22:40.3662596Z 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:22:40.3663888Z 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:22:40.3665081Z 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:22:40.3666211Z 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:22:40.3667403Z 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:22:40.3668702Z 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:22:40.3669898Z 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:22:40.3671103Z 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:22:40.3672332Z 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:22:40.3673512Z 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:22:40.3674736Z 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:22:40.3675944Z 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:22:40.3677100Z 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:22:40.3678666Z 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:22:40.3679953Z 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:22:40.3681171Z 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:22:40.3682341Z 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:22:40.3683538Z 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:22:40.3684784Z 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:22:40.3686027Z 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:22:40.3687282Z 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:22:40.3688517Z 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:22:40.3689746Z 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:22:40.3690992Z 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:22:40.3692314Z 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:22:40.3693527Z 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:22:40.3694739Z 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:22:40.3696070Z 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:22:40.3697258Z 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:22:40.3698470Z 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:22:40.3699712Z 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:22:40.3700946Z 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:22:40.3702194Z 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:22:40.3703682Z 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:22:40.3704898Z 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:22:40.3706130Z 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:22:40.3707443Z 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:22:40.3708652Z 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:22:40.3709179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:40.3710505Z 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:22:40.3711855Z 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:22:40.3713313Z 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:22:40.3714670Z 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:22:40.3716091Z 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:22:40.3717446Z 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:22:40.3718835Z 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:22:40.3719350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:40.3720781Z 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:22:40.3722192Z 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:22:40.3723593Z 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:22:40.3724156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:40.3725581Z 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:22:40.3727032Z 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:22:40.3727793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:40.3729012Z 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:22:40.3730296Z 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:22:40.3730785Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:22:40.3731321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:40.3732745Z 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:22:40.3733366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:22:40.3734051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:40.3735565Z 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:22:40.3737103Z 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:22:40.3738619Z 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:22:40.3739229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:22:40.3739883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:40.3741432Z 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:22:40.3742778Z 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:22:40.3743345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:40.3744704Z 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:22:40.3746082Z 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:22:40.3746613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:40.3748146Z 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:22:40.3748773Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:40.3750329Z 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:22:40.3752011Z 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:22:40.3753976Z 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:22:40.3754691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:22:40.3755338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:40.3756932Z 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:22:40.3758482Z 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:22:40.3759924Z 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:22:40.3760534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:40.3762034Z 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:22:40.3763519Z 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:22:40.3764104Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:22:40.3764739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:40.3766258Z 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:22:40.3767829Z 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:22:40.3769557Z 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:22:40.3771156Z 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:22:40.3771906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:40.3773305Z 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:22:40.3774777Z 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:22:40.3776272Z 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:22:40.3778056Z 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:22:40.3779763Z 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:22:40.3781408Z 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:22:40.3783088Z 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:22:40.3784811Z 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:22:40.3786508Z 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:22:40.3788093Z 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:22:40.3789722Z 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:22:40.3791439Z 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:22:40.3793102Z 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:22:40.3794708Z 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:22:40.3796450Z 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:22:40.3798085Z 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:22:40.3799880Z 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:22:40.3801536Z 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:22:40.3803147Z 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:22:40.3804784Z 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:22:40.3806583Z 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:22:40.3808214Z 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:22:40.3809868Z 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:22:40.3811710Z 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:22:40.3813389Z 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:22:40.3815039Z 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:22:40.3816639Z 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:22:40.3817254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:40.3818805Z 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:22:40.3820419Z 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:22:40.3821974Z 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:22:40.3823611Z 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:22:40.3825220Z 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:22:40.3826769Z 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:22:40.3828282Z 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:22:40.3829854Z 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:22:40.3831398Z 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:22:40.3833193Z 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:22:40.3834757Z 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:22:40.3836420Z 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:22:40.3837878Z 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:22:40.3839326Z 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:22:40.3840843Z 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:22:40.3842307Z 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:22:40.3843862Z 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:22:40.3845480Z 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:22:40.3847041Z 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:22:40.3848697Z 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:22:40.3850209Z 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:22:40.3851858Z 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:22:40.3853429Z 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:22:40.3854994Z 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:22:40.3856504Z 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:22:40.3857983Z 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:22:40.3859895Z 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:22:40.3861499Z 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:22:40.3863051Z 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:22:40.3864645Z 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:22:40.3866184Z 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:22:40.3867642Z 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:22:40.3869185Z 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:22:40.3870799Z 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:22:40.3872371Z 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:22:40.3873951Z 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:22:40.3875458Z 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:22:40.3877066Z 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:22:40.3878565Z 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:22:40.3880260Z 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:22:40.3881753Z 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:22:40.3883213Z 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:22:40.3884703Z 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:22:40.3886494Z 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:22:40.3887974Z 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:22:40.3889497Z 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:22:40.3891092Z 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:22:40.3892804Z 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:22:40.3894340Z 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:22:40.3895921Z 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:22:40.3897544Z 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:22:40.3899168Z 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:22:40.3900794Z 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:22:40.3902432Z 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:22:40.3904036Z 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:22:40.3905649Z 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:22:40.3907285Z 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:22:40.3908865Z 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:22:40.3910435Z 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:22:40.3912091Z 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:22:40.3913918Z 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:22:40.3915528Z 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:22:40.3917014Z 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:22:40.3918614Z 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:22:40.3920247Z 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:22:40.3921881Z 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:22:40.3923511Z 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:22:40.3925038Z 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:22:40.3926566Z 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:22:40.3928070Z 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:22:40.3929550Z 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:22:40.3931075Z 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:22:40.3932624Z 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:22:40.3934006Z 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:22:40.3935383Z 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:22:40.3935851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:22:40.3936992Z 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:22:40.3938188Z 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:22:40.3939529Z 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:22:40.3940779Z 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:22:40.3941181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:22:40.3941599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:22:40.3942640Z 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:22:40.3943780Z 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:22:40.3944321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:22:40.3945559Z 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:22:40.3946911Z 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:22:40.3948352Z 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:22:40.3949617Z 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:22:40.3950934Z 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:22:40.3952322Z 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:22:40.3953602Z 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:22:40.3954873Z 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:22:40.3956157Z 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:22:40.3957569Z 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:22:40.3958821Z 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:22:40.3960078Z 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:22:40.3961378Z 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:22:40.3962657Z 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:22:40.3964317Z 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:22:40.3965604Z 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:22:40.3966850Z 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:22:40.3968142Z 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:22:40.3969443Z 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:22:40.3970844Z 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:22:40.3971352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:22:40.3972602Z 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:22:40.3973941Z 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:22:40.3974477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:22:40.3975881Z 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:22:40.3977321Z 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:22:40.3978690Z 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:22:40.3979139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:22:40.3980336Z 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:22:40.3981532Z 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:22:40.3982801Z 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:22:40.3984029Z 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:22:40.3985225Z 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:22:40.3986407Z 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:22:40.3987596Z 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:22:40.3988183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:22:40.3989471Z 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:22:40.3990662Z 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:22:40.3991113Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:22:40.3991622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:40.3992890Z 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:22:40.3994308Z 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:22:40.3994834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:22:40.3996128Z 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:22:40.3997515Z 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:22:40.3998036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:40.3999250Z 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:22:40.4000659Z 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:22:40.4001137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:22:40.4002490Z 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:22:40.4003822Z 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:22:40.4004335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:22:40.4004944Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:40.4006411Z 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:22:40.4006963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:40.4008384Z 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:22:40.4009649Z 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:22:40.4010060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:22:40.4010504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:22:40.4011523Z 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:22:40.4012941Z 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:22:40.4014101Z 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:22:40.4015273Z 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:22:40.4016392Z 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:22:40.4017559Z 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:22:40.4018734Z 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:22:40.4019938Z 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:22:40.4021125Z 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:22:40.4022243Z 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:22:40.4023335Z 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:22:40.4024533Z 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:22:40.4025665Z 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:22:40.4026769Z 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:22:40.4027921Z 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:22:40.4029083Z 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:22:40.4030186Z 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:22:40.4030715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:40.4031984Z 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:22:40.4033275Z 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:22:40.4034593Z 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:22:40.4035843Z 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:22:40.4036549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:22:40.4037834Z 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:22:40.4039242Z 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:22:40.4040533Z 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:22:40.4041807Z 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:22:40.4043110Z 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:22:40.4044432Z 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:22:40.4045721Z 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:22:40.4047072Z 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:22:40.4048372Z 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:22:40.4049426Z 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:22:40.4050549Z 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:22:40.4050966Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:22:40.4052185Z 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:22:40.4053331Z 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:22:40.4054543Z 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:22:40.4055724Z 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:22:40.4056185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:22:40.4057326Z 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:22:40.4058458Z 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:22:40.4059658Z 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:22:40.4060385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:40.4061757Z 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:22:40.4062350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:40.4063779Z 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:22:40.4065253Z 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:22:40.4065823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:40.4067256Z 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:22:40.4068711Z 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:22:40.4070171Z 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:22:40.4070729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:40.4072037Z 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:22:40.4072663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:40.4074138Z 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:22:40.4074845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:40.4076498Z 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:22:40.4078234Z 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:22:40.4079948Z 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:22:40.4080667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:40.4082315Z 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:22:40.4084014Z 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:22:40.4085703Z 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:22:40.4087650Z 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:22:40.4088395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:40.4090070Z 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:22:40.4091896Z 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:22:40.4093673Z 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:22:40.4095416Z 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:22:40.4096120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:40.4097717Z 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:22:40.4099359Z 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:22:40.4100061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:40.4101668Z 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:22:40.4103339Z 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:22:40.4104069Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:40.4105740Z 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:22:40.4107496Z 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:22:40.4109149Z 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:22:40.4110843Z 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:22:40.4112499Z 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:22:40.4114418Z 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:22:40.4116131Z 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:22:40.4116780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:40.4118160Z 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:22:40.4119625Z 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:22:40.4121064Z 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:22:40.4122568Z 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:22:40.4123077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:22:40.4123659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:40.4125216Z 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:22:40.4126870Z 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:22:40.4128529Z 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:22:40.4130170Z 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:22:40.4131819Z 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:22:40.4133392Z 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:22:40.4134971Z 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:22:40.4136490Z 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:22:40.4138034Z 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:22:40.4139803Z 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:22:40.4141447Z 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:22:40.4143108Z 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:22:40.4144714Z 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:22:40.4146323Z 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:22:40.4148107Z 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:22:40.4148458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:22:40.4149266Z 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:22:40.4149647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:22:40.4150602Z 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:22:40.4151567Z 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:22:40.4152579Z 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:22:40.4153527Z 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:22:40.4154648Z 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:22:40.4155629Z 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:22:40.4156627Z 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:22:40.4157073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:22:40.4158259Z 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:22:40.4159380Z 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:22:40.4160458Z 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:22:40.4161712Z 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:22:40.4162065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:22:40.4162668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:22:40.4163224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:22:40.4163718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:22:40.4164926Z 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:22:40.4166260Z 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:22:40.4167476Z 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:22:40.4168708Z 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:22:40.4169924Z 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:22:40.4170421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:40.4171574Z 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:22:40.4172883Z 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:22:40.4174139Z 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:22:40.4175337Z 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:22:40.4176562Z 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:22:40.4177888Z 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:22:40.4179153Z 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:22:40.4180406Z 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:22:40.4180839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:22:40.4181838Z 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:22:40.4182913Z 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:22:40.4183963Z 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:22:40.4185048Z 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:22:40.4185531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:22:40.4186849Z 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:22:40.4188096Z 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:22:40.4188554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:22:40.4189557Z 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:22:40.4190642Z 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:22:40.4191141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:22:40.4192360Z 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:22:40.4193569Z 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:22:40.4194256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:40.4195899Z 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:22:40.4197491Z 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:22:40.4199193Z 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:22:40.4200866Z 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:22:40.4202400Z 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:22:40.4204061Z 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:22:40.4204584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:40.4205804Z 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:22:40.4207004Z 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:22:40.4207498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:22:40.4208718Z 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:22:40.4209920Z 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:22:40.4210436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:22:40.4211949Z 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:22:40.4213134Z 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:22:40.4213566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:22:40.4214639Z 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:22:40.4215747Z 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:22:40.4216892Z 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:22:40.4218085Z 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:22:40.4219252Z 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:22:40.4220427Z 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:22:40.4221557Z 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:22:40.4222808Z 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:22:40.4223969Z 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:22:40.4225212Z 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:22:40.4226271Z 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:22:40.4227401Z 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:22:40.4228503Z 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:22:40.4229644Z 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:22:40.4230839Z 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:22:40.4231363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:22:40.4232507Z 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:22:40.4233798Z 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:22:40.4234338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:22:40.4236015Z 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:22:40.4237397Z 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:22:40.4238742Z 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:22:40.4240153Z 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:22:40.4240652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:22:40.4241924Z 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:22:40.4243236Z 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:22:40.4244504Z 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:22:40.4245139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:40.4246634Z 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:22:40.4248405Z 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:22:40.4249927Z 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:22:40.4251494Z 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:22:40.4252944Z 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:22:40.4254519Z 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:22:40.4256086Z 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:22:40.4257620Z 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:22:40.4259241Z 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:22:40.4260756Z 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:22:40.4262617Z 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:22:40.4264105Z 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:22:40.4265620Z 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:22:40.4267211Z 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:22:40.4268859Z 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:22:40.4270532Z 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:22:40.4272068Z 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:22:40.4272565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:22:40.4273950Z 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:22:40.4275253Z 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:22:40.4276607Z 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:22:40.4277119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:40.4278469Z 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:22:40.4278964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:40.4280233Z 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:22:40.4280830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:40.4282278Z 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:22:40.4283736Z 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:22:40.4285153Z 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:22:40.4286897Z 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:22:40.4287498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:40.4288773Z 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:22:40.4290147Z 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:22:40.4291542Z 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:22:40.4292995Z 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:22:40.4293654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:40.4295071Z 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:22:40.4295778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:40.4297217Z 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:22:40.4298757Z 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:22:40.4299422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:40.4300879Z 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:22:40.4302362Z 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:22:40.4303097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:40.4304661Z 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:22:40.4306331Z 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:22:40.4306757Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:22:40.4307824Z 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:22:40.4308965Z 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:22:40.4310115Z 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:22:40.4311392Z 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:22:40.4311835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:22:40.4313022Z 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:22:40.4314186Z 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:22:40.4314638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:22:40.4315679Z 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:22:40.4316793Z 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:22:40.4317258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:22:40.4318449Z 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:22:40.4319622Z 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:22:40.4320132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:40.4321314Z 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:22:40.4322543Z 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:22:40.4323037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:40.4324202Z 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:22:40.4325426Z 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:22:40.4325948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:40.4327249Z 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:22:40.4327725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:22:40.4328906Z 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:22:40.4330081Z 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:22:40.4331274Z 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:22:40.4332620Z 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:22:40.4334153Z 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:22:40.4334649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:22:40.4335827Z 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:22:40.4337072Z 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:22:40.4337526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:22:40.4338601Z 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:22:40.4339816Z 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:22:40.4340259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:22:40.4341378Z 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:22:40.4342464Z 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:22:40.4342905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:22:40.4343977Z 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:22:40.4345144Z 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:22:40.4345673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:22:40.4346948Z 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:22:40.4348399Z 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:22:40.4348851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:22:40.4349974Z 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:22:40.4351106Z 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:22:40.4351610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:22:40.4352767Z 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:22:40.4353981Z 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:22:40.4354430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:22:40.4354894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:22:40.4356122Z 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:22:40.4356742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:22:40.4357559Z 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:22:40.4358336Z 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:22:40.4359166Z 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:22:40.4360010Z 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:22:40.4360859Z 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:22:40.4361717Z 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:22:40.4362633Z 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:22:40.4363410Z 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:22:40.4364236Z 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:22:40.4365072Z 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:22:40.4365981Z 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:22:40.4366770Z 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:22:40.4367637Z 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:22:40.4368556Z 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:22:40.4369386Z 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:22:40.4370226Z 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:22:40.4371050Z 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:22:40.4371908Z 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:22:40.4372835Z 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:22:40.4373618Z 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:22:40.4374385Z 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:22:40.4375158Z 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:22:40.4375958Z 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:22:40.4376737Z 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:22:40.4377123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:22:40.4378291Z 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:22:40.4379221Z 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:22:40.4380208Z 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:22:40.4381171Z 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:22:40.4382183Z 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:22:40.4383085Z 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:22:40.4384088Z 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:22:40.4385075Z 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:22:40.4386034Z 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:22:40.4386467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:22:40.4387465Z 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:22:40.4388494Z 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:22:40.4389582Z 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:22:40.4390709Z 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:22:40.4391756Z 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:22:40.4392736Z 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:22:40.4393689Z 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:22:40.4394093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:22:40.4395029Z 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:22:40.4396035Z 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:22:40.4397139Z 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:22:40.4398145Z 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:22:40.4399110Z 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:22:40.4400204Z 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:22:40.4400756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:40.4402151Z 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:22:40.4403639Z 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:22:40.4405094Z 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:22:40.4406524Z 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:22:40.4406950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:22:40.4408099Z 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:22:40.4409292Z 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:22:40.4410437Z 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:22:40.4411538Z 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:22:40.4412725Z 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:22:40.4413790Z 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:22:40.4414991Z 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:22:40.4416037Z 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:22:40.4417160Z 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:22:40.4418265Z 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:22:40.4419385Z 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:22:40.4420493Z 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:22:40.4421621Z 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:22:40.4422732Z 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:22:40.4424110Z 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:22:40.4425200Z 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:22:40.4426252Z 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:22:40.4427266Z 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:22:40.4427727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:22:40.4428939Z 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:22:40.4430178Z 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:22:40.4430670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:40.4432027Z 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:22:40.4433373Z 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:22:40.4434575Z 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:22:40.4434984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:22:40.4435887Z 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:22:40.4436808Z 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:22:40.4437697Z 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:22:40.4438615Z 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:22:40.4438990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:22:40.4439914Z 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:22:40.4440823Z 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:22:40.4441242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:22:40.4442276Z 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:22:40.4442712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:22:40.4443916Z 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:22:40.4444311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:22:40.4445305Z 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:22:40.4445939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:22:40.4447034Z 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:22:40.4448204Z 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:22:40.4448601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:40.4449575Z 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:22:40.4450738Z 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:22:40.4451927Z 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:22:40.4452383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:22:40.4453397Z 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:22:40.4454511Z 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:22:40.4455004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:40.4456147Z 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:22:40.4456615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:22:40.4457673Z 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:22:40.4458744Z 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:22:40.4459180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:22:40.4460342Z 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:22:40.4461489Z 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:22:40.4462545Z 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:22:40.4462958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:22:40.4464099Z 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:22:40.4464465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:22:40.4465312Z 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:22:40.4466194Z 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:22:40.4467054Z 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:22:40.4467766Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:22:40.4468735Z 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:22:40.4469125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:22:40.4470088Z 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:22:40.4471028Z 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:22:40.4471950Z 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:22:40.4472391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:22:40.4473478Z 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:22:40.4473865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:22:40.4474776Z 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:22:40.4475850Z 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:22:40.4476822Z 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:22:40.4477821Z 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:22:40.4478899Z 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:22:40.4479883Z 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:22:40.4480921Z 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:22:40.4482061Z 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:22:40.4483102Z 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:22:40.4484102Z 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:22:40.4485213Z 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:22:40.4486208Z 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:22:40.4487250Z 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:22:40.4488297Z 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:22:40.4489384Z 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:22:40.4490548Z 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:22:40.4491583Z 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:22:40.4492654Z 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:22:40.4493625Z 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:22:40.4494686Z 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:22:40.4495745Z 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:22:40.4496726Z 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:22:40.4497785Z 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:22:40.4498947Z 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:22:40.4500031Z 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:22:40.4501056Z 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:22:40.4502163Z 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:22:40.4503193Z 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:22:40.4504135Z 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:22:40.4505128Z 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:22:40.4506014Z 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:22:40.4506941Z 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:22:40.4507246Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:22:40.4508046Z 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:22:40.4508861Z 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:22:40.4509699Z 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:22:40.4510095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:22:40.4511056Z 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:22:40.4512401Z 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:22:40.4513418Z 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:22:40.4513772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:22:40.4514639Z 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:22:40.4515576Z 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:22:40.4516464Z 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:22:40.4517425Z 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:22:40.4518325Z 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:22:40.4519214Z 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:22:40.4520068Z 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:22:40.4520400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:22:40.4521302Z 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:22:40.4522151Z 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:22:40.4523163Z 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:22:40.4524154Z 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:22:40.4525077Z 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:22:40.4526021Z 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:22:40.4526993Z 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:22:40.4527919Z 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:22:40.4528893Z 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:22:40.4529865Z 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:22:40.4530962Z 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:22:40.4531938Z 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:22:40.4532909Z 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:22:40.4534195Z 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:22:40.4535278Z 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:22:40.4536399Z 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:22:40.4537400Z 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:22:40.4538367Z 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:22:40.4539290Z 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:22:40.4540243Z 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:22:40.4541213Z 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:22:40.4542283Z 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:22:40.4543255Z 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:22:40.4544259Z 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:22:40.4545249Z 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:22:40.4546270Z 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:22:40.4547212Z 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:22:40.4548331Z 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:22:40.4549268Z 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:22:40.4550248Z 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:22:40.4551265Z 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:22:40.4552212Z 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:22:40.4552655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:22:40.4553751Z 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:22:40.4554830Z 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:22:40.4555944Z 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:22:40.4557272Z 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:22:40.4557719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:22:40.4558892Z 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:22:40.4559729Z 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:22:40.4560084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:22:40.4560505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:22:40.4561567Z 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:22:40.4562056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:22:40.4563102Z 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:22:40.4564191Z 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:22:40.4564619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:22:40.4565666Z 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:22:40.4566178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.4567399Z 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:22:40.4568722Z 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:22:40.4570043Z 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:22:40.4571300Z 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:22:40.4572678Z 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:22:40.4573168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:22:40.4574347Z 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:22:40.4574762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:22:40.4575812Z 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:22:40.4576833Z 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:22:40.4577807Z 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:22:40.4578440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:22:40.4579765Z 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:22:40.4580207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:22:40.4634177Z 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:22:40.4634703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:22:40.4635390Z 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:22:40.4636145Z 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:22:40.4636963Z 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:22:40.4637630Z 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:22:40.4638479Z 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:22:40.4638711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:22:40.4639317Z 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:22:40.4639564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:22:40.4640282Z 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:22:40.4640532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:22:40.4641280Z 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:22:40.4641573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:22:40.4642536Z 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:22:40.4642919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:22:40.4643762Z 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:22:40.4644710Z 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:22:40.4644979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:22:40.4645376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:22:40.4646321Z 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:22:40.4647015Z 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:22:40.4648449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:40.4649367Z 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:22:40.4649602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:22:40.4649854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:22:40.4650481Z 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:22:40.4651207Z 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:22:40.4651957Z 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:22:40.4652594Z 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:22:40.4653400Z 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:22:40.4654088Z 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:22:40.4654858Z 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:22:40.4655583Z 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:22:40.4655885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:40.4656907Z 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:22:40.4657269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:22:40.4657658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:40.4658877Z 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:22:40.4659802Z 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:22:40.4660650Z 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:22:40.4660905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:22:40.4661489Z 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:22:40.4662240Z 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:22:40.4663061Z 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:22:40.4663941Z 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:22:40.4664565Z 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:22:40.4665364Z 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:22:40.4665666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:22:40.4666269Z 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:22:40.4667117Z 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:22:40.4667758Z 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:22:40.4668498Z 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:22:40.4668864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:22:40.4669517Z 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:22:40.4714948Z 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:22:40.4716314Z 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:22:40.4717748Z 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:22:40.4718201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:22:40.4719388Z 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:22:40.4720626Z 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:22:40.4721889Z 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:22:40.4723109Z 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:22:40.4723609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:40.4724994Z 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:22:40.4725458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:22:40.4726685Z 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:22:40.4727580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:40.4729143Z 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:22:40.4730748Z 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:22:40.4732391Z 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:22:40.4733950Z 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:22:40.4734702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:22:40.4735474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:40.4737285Z 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:22:40.4739129Z 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:22:40.4739691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:22:40.4740287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:40.4741803Z 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:22:40.4742159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:22:40.4742579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:22:40.4743683Z 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:22:40.4744127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:22:40.4745418Z 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:22:40.4746761Z 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:22:40.4748319Z 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:22:40.4749482Z 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:22:40.4750728Z 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:22:40.4751100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:22:40.4751976Z 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:22:40.4752755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:22:40.4753876Z 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:22:40.4755136Z 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:22:40.4755630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:22:40.4757011Z 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:22:40.4757464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:22:40.4758004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.4758616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:40.4760111Z 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:22:40.4761401Z 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:22:40.4762859Z 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:22:40.4764334Z 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:22:40.4765724Z 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:22:40.4766677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:40.4767311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:40.4768815Z 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:22:40.4770334Z 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:22:40.4772257Z 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:22:40.4773846Z 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:22:40.4819391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:22:40.4820761Z 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:22:40.4822056Z 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:22:40.4823357Z 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:22:40.4824136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:22:40.4825406Z 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:22:40.4826618Z 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:22:40.4827763Z 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:22:40.4828968Z 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:22:40.4829434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:22:40.4830625Z 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:22:40.4831771Z 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:22:40.4832205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:22:40.4833304Z 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:22:40.4834877Z 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:22:40.4835404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:22:40.4836657Z 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:22:40.4838009Z 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:22:40.4839086Z 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:22:40.4839740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:22:40.4841164Z 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:22:40.4842270Z 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:22:40.4842747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:22:40.4844036Z 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:22:40.4844462Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:22:40.4845585Z 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:22:40.4846698Z 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:22:40.4848105Z 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:22:40.4849655Z 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:22:40.4850140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:22:40.4851437Z 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:22:40.4852784Z 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:22:40.4854120Z 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:22:40.4854632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:22:40.4855970Z 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:22:40.4857333Z 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:22:40.4857789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:22:40.4858961Z 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:22:40.4860284Z 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:22:40.4861656Z 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:22:40.4862030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:22:40.4862917Z 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:22:40.4863312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:22:40.4864311Z 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:22:40.4864735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:22:40.4865164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:22:40.4866338Z 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:22:40.4866698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:22:40.4867704Z 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:22:40.4868609Z 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:22:40.4869503Z 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:22:40.4869860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:22:40.4870762Z 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:22:40.4871674Z 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:22:40.4872700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:22:40.4873050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:22:40.4873415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:22:40.4874563Z 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:22:40.4874908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:22:40.4875327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:22:40.4875827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:22:40.4876364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.4897465Z 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:22:40.4898810Z 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:22:40.4900003Z 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:22:40.4900693Z 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:22:40.4901717Z 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:22:40.4902441Z 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:22:40.4903464Z 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:22:40.4904236Z 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:22:40.4905246Z 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:22:40.4906016Z 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:22:40.4906785Z 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:22:40.4907812Z 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:22:40.4908516Z 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:22:40.4909247Z 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:22:40.4910135Z 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:22:40.4911030Z 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:22:40.4912067Z 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:22:40.4912492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:40.4913285Z 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:22:40.4913774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:40.4914980Z 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:22:40.4916005Z 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:22:40.4916518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.4917799Z 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:22:40.4919099Z 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:22:40.4920514Z 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:22:40.4921736Z 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:22:40.4923141Z 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:22:40.4923645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.4924883Z 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:22:40.4926122Z 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:22:40.4927252Z 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:22:40.4928541Z 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:22:40.4929748Z 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:22:40.4930966Z 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:22:40.4932325Z 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:22:40.4933525Z 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:22:40.4934520Z 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:22:40.4935651Z 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:22:40.4936929Z 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:22:40.4937948Z 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:22:40.4938954Z 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:22:40.4971313Z 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:22:40.4972053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:22:40.4972733Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:22:40.4973489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:40.4975314Z 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:22:40.4977210Z 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:22:40.4978024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.4979791Z 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:22:40.4981679Z 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:22:40.4983667Z 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:22:40.4985649Z 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:22:40.4987368Z 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:22:40.4989063Z 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:22:40.4990356Z 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:22:40.4991631Z 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:22:40.4992573Z 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:22:40.4992878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.4993630Z 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:22:40.4994425Z 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:22:40.4995186Z 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:22:40.4995986Z 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:22:40.4996497Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:40.4997920Z 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:22:40.4998472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.4999784Z 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:22:40.5001131Z 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:22:40.5002413Z 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:22:40.5003190Z 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:22:40.5004110Z 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:22:40.5004835Z 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:22:40.5005577Z 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:22:40.5006330Z 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:22:40.5007062Z 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:22:40.5007817Z 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:22:40.5008543Z 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:22:40.5008892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:40.5009699Z 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:22:40.5009983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:22:40.5010313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.5011187Z 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:22:40.5012065Z 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:22:40.5012847Z 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:22:40.5013150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.5013903Z 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:22:40.5510047Z 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:22:40.5511967Z 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:22:40.5513840Z 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:22:40.5515120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.5516815Z 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:22:40.5518926Z 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:22:40.5520896Z 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:22:40.5522069Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:22:40.5522627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:22:40.5523513Z 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:22:40.5524718Z 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:22:40.5525471Z running install_egg_info 2025-03-21T20:22:40.5526032Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:22:40.5526738Z running install_scripts 2025-03-21T20:22:40.5527305Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:22:40.5528286Z creating '/tmp/pip-wheel-rz3ujctf/.tmp-5_iddzei/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:22:40.5529084Z adding 'executorch/version.py' 2025-03-21T20:22:40.5529523Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:22:40.5530141Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:22:40.5530809Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:22:40.5531410Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:22:40.5532087Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:22:40.5532774Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:22:40.5533486Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:22:40.5534078Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:22:40.5534810Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:22:40.5535597Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:22:40.5536219Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:22:40.5536734Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:22:40.5537274Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:22:40.5537897Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:22:40.5538470Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:22:40.5539023Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:22:40.5539535Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:22:40.5540059Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:22:40.5540602Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:22:40.5541159Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:22:40.5541774Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:22:40.5542458Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:22:40.5543078Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:22:40.5543609Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:22:40.5544114Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:22:40.5544925Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:22:40.5545583Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:22:40.5546135Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:22:40.5546642Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:22:40.5547150Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:22:40.5547660Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:22:40.5548416Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:22:40.5549097Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:22:40.5549933Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:22:40.5550876Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:22:40.5551950Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:22:40.5553154Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:22:40.5554234Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:22:40.5555162Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:22:40.5556066Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:22:40.5557105Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:22:40.5558104Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:22:40.5559059Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:22:40.5559865Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:22:40.5560850Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:22:40.5561607Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:22:40.5562233Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:22:40.5563069Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:22:40.5563837Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:22:40.5564532Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:22:40.5565337Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:22:40.5566009Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:22:40.5566661Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:22:40.5567406Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:22:40.5568126Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:22:40.5568629Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:22:40.5569411Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:22:40.5570190Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:22:40.5570753Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:22:40.5571331Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:22:40.5572390Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:22:40.5573393Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:22:40.5574157Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:22:40.5575045Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:22:40.5575964Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:40.5577059Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:22:40.5578173Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:22:40.5579293Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:22:40.5580274Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:22:40.5581596Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:22:40.5582647Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:22:40.5583597Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:22:40.5584589Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:22:40.5585611Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:22:40.5586618Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:22:40.5587650Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:22:40.5588663Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:22:40.5589627Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:22:40.5590576Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:22:40.5591620Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:22:40.5592648Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:22:40.5593597Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:22:40.5594733Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:22:40.5595551Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:22:40.5596627Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:22:40.5597341Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:22:40.5598269Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:22:40.5599285Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:22:40.5599901Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:22:40.5600929Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:22:40.5601906Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:22:40.5864243Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:22:40.5865239Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:22:40.5865850Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:22:40.5866564Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:40.5867285Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:22:40.5867868Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:22:40.5868430Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:22:40.5869024Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:22:40.5869688Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:22:40.5870414Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:22:40.5871023Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:22:40.5871628Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:22:40.5872214Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:22:40.5872892Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:22:40.5873593Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:22:40.5874102Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:22:40.5874555Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:22:40.5874988Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:22:40.5875424Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:22:40.5875849Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:22:40.5876722Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:22:40.5877296Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:22:40.5877758Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:22:40.5878183Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:22:40.5878618Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:22:40.5879095Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:22:40.5879667Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:22:40.5880185Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:22:40.5880672Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:22:40.5881107Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:22:40.5881525Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:22:40.5881977Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:22:40.5882428Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:22:40.5882933Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:22:40.5883438Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:22:40.5883908Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:22:40.5884362Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:22:40.5884833Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:22:40.5885295Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:22:40.5885742Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:22:40.5886290Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:22:40.5886861Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:22:40.5887335Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:22:40.5887798Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:22:40.5888263Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:22:40.5888719Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:22:40.5889160Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:22:40.5889744Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:22:40.5890263Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:22:40.5890696Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:22:40.5891133Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:22:40.5891557Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:22:40.5892113Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:22:40.5892621Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:22:40.5893293Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:22:40.5893894Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:22:40.5894408Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:22:40.5894850Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:22:40.5895311Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:22:40.5895763Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:22:40.5896231Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:22:40.5896911Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:22:40.5897528Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:22:40.5898093Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:22:40.5898572Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:22:40.5898975Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:22:40.5899518Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:22:40.5900155Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:22:40.5900700Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:22:40.5901252Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:22:40.5901789Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:22:40.5902336Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:22:40.5902967Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:22:40.5903654Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:22:40.5904222Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:22:40.5904861Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:22:40.5905476Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:22:40.5906060Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:22:40.5906645Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:22:40.5907174Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:22:40.5907662Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:22:40.5908200Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:22:40.5908767Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:22:40.5909305Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:22:40.5910005Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:22:40.5910583Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:22:40.5911046Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:22:40.5911482Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:22:40.5911938Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:22:40.5912385Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:22:40.5912814Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:22:40.5913423Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:22:40.5914092Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:22:40.5914583Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:22:40.5915039Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:22:40.5915462Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:22:40.5915907Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:22:40.5916367Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:22:40.5917024Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:22:40.5917610Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:22:40.5918126Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:22:40.5918600Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:22:40.5919124Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:22:40.5919612Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:22:40.5920057Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:22:40.5920643Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:22:40.5921306Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:22:40.5922061Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:22:40.5923022Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:22:40.5923768Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:22:40.5924552Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:22:40.5925539Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:22:40.5926545Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:22:40.5927415Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:22:40.5927916Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:22:40.5928727Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:22:40.5929545Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:22:40.5930202Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:22:40.5930988Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:22:40.5931949Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:22:40.5932618Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:22:40.5933417Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:22:40.5934280Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:22:40.5934924Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:22:40.5935682Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:22:40.5936515Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:22:40.5937198Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:22:40.5937654Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:22:40.5938299Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:22:40.5939178Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:22:40.5939980Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:22:40.5940641Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:22:40.5941492Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:22:40.6280777Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:22:40.6281719Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:22:40.6282218Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:22:40.6282718Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:22:40.6283369Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:22:40.6283943Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:22:40.6284562Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:22:40.6285029Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:22:40.6285475Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:22:40.6285940Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:22:40.6286454Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:22:40.6286987Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:22:40.6287485Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:22:40.6288011Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:22:40.6288616Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:22:40.6289238Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:22:40.6289677Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:22:40.6290179Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:22:40.6290807Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:22:40.6291471Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:22:40.6292195Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:22:40.6292812Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:22:40.6293542Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:22:40.6294451Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:22:40.6295361Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:22:40.6296060Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:22:40.6296671Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:40.6297325Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:22:40.6297934Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:22:40.6298628Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:22:40.6299142Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:22:40.6299636Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:22:40.6300128Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:22:40.6300864Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:22:40.6301643Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:22:40.6302518Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:22:40.6303591Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:22:40.6304437Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:22:40.6305191Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:22:40.6306228Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:22:40.6307015Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:22:40.6307856Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:22:40.6308731Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:22:40.6309475Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:22:40.6310357Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:22:40.6311190Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:22:40.6312046Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:22:40.6312964Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:22:40.6313730Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:22:40.6314469Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:22:40.6315196Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:22:40.6316120Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:22:40.6316920Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:22:40.6317713Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:22:40.6318521Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:22:40.6319445Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:22:40.6320221Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:22:40.6320993Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:22:40.6321939Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:22:40.6322916Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:22:40.6323694Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:22:40.6324435Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:22:40.6325182Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:22:40.6326002Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:22:40.6326836Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:22:40.6327618Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:22:40.6328465Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:22:40.6329251Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:22:40.6330197Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:22:40.6330968Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:22:40.6331732Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:22:40.6332458Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:22:40.6333374Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:22:40.6333992Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:22:40.6334456Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:22:40.6334888Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:22:40.6335402Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:22:40.6336014Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:22:40.6336491Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:22:40.6336979Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:22:40.6337505Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:22:40.6337967Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:22:40.6338468Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:22:40.6339049Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:22:40.6339538Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:22:40.6340036Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:22:40.6340513Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:22:40.6340944Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:22:40.6341428Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:22:40.6342078Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:22:40.6342525Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:22:40.6342991Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:22:40.6343456Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:22:40.6343889Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:22:40.6344367Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:22:40.6344886Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:22:40.6345461Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:22:40.6346158Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:22:40.6346702Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:22:40.6347402Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:22:40.6348311Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:22:40.6349004Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:22:40.6349586Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:22:40.6350199Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:22:40.6350814Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:22:40.6351431Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:22:40.6352090Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:22:40.6352568Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:22:40.6353032Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:22:40.6627821Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:22:40.6628738Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:22:40.6629271Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:22:40.6629952Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:22:40.6630512Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:22:40.6631382Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:22:40.6632458Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:22:40.6633487Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:22:40.6634645Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:22:40.6635830Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:22:40.6636836Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:22:40.6637793Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:22:40.6639062Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:22:40.6639817Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:22:40.6641116Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:22:40.6642159Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:22:40.6642977Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:22:40.6643673Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:22:40.6644351Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:22:40.6645061Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:22:40.6645967Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:22:40.6646709Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:22:40.6647400Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:22:40.6648398Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:22:40.6649149Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:22:40.6649858Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:22:40.6650593Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:22:40.6651334Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:22:40.6652310Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:22:40.6653213Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:22:40.6653978Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:22:40.6654858Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:22:40.6655558Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:22:40.6656356Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:22:40.6656984Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:22:40.6657576Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:22:40.6658190Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:22:40.6658809Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:22:40.6659492Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:22:40.6660349Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:22:40.6661116Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:22:40.6661888Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:22:40.6662748Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:22:40.6663492Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:22:40.6664236Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:22:40.6665005Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:22:40.6665760Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:22:40.6666452Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:22:40.6667233Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:22:40.6668035Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:22:40.6668797Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:22:40.6669618Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:22:40.6670342Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:22:40.6670927Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:22:40.6671404Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:22:40.6671995Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:22:40.6672486Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:22:40.6673121Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:22:40.6673945Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:22:40.6674745Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:22:40.6675328Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:22:40.6675849Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:22:40.6676509Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:22:40.6677061Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:22:40.6677593Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:22:40.6678134Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:22:40.6678764Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:22:40.6679434Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:22:40.6679958Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:22:40.6680464Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:22:40.6680959Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:22:40.6681394Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:22:40.6681842Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:22:40.6682435Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:22:40.6683147Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:22:40.6683623Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:22:40.6684110Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:22:40.6684599Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:22:40.6685153Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:22:40.6685624Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:22:40.6686138Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:22:40.6686695Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:22:40.6687344Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:22:40.6687879Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:22:40.6688444Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:22:40.6689084Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:22:40.6689789Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:22:40.6690316Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:22:40.6690848Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:22:40.6691441Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:22:40.6692205Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:22:40.6692854Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:22:40.6693399Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:22:40.6693944Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:22:40.6694605Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:22:40.6695131Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:22:40.6695676Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:22:40.6696291Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:22:40.6697007Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:22:40.6697594Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:22:40.6698140Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:22:40.6698749Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:22:40.6699366Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:22:40.6699933Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:22:40.6700520Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:22:40.6701168Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:22:40.6701681Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:22:40.6702123Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:22:40.6702578Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:22:40.7021185Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:22:40.7022050Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:22:40.7022606Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:22:40.7023159Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:22:40.7023639Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:22:40.7024125Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:22:40.7024620Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:22:40.7025145Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:22:40.7025638Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:22:40.7026104Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:22:40.7026572Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:22:40.7027049Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:22:40.7027538Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:22:40.7028015Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:22:40.7028529Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:22:40.7029078Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:22:40.7029576Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:22:40.7030057Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:22:40.7030553Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:22:40.7031024Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:22:40.7031593Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:22:40.7032083Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:22:40.7032562Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:22:40.7033028Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:22:40.7033522Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:22:40.7034011Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:22:40.7034509Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:22:40.7035166Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:22:40.7035664Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:22:40.7036151Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:22:40.7036642Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:22:40.7037293Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:22:40.7037830Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:22:40.7038388Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:22:40.7039065Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:22:40.7039532Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:22:40.7040031Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:22:40.7040661Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:22:40.7041156Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:22:40.7041625Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:22:40.7042091Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:22:40.7042664Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:22:40.7043180Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:22:40.7043364Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:22:40.7043534Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:22:40.7043953Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:22:40.7044246Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:22:40.7044418Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:22:40.7044604Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:22:40.7044775Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:22:40.7044969Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:22:40.7045162Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:22:40.7045340Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:22:40.7045538Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:22:40.7045731Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:22:40.7045935Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:22:40.7046165Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:22:40.7046436Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:22:40.7046625Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:22:40.7046797Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:22:40.7047001Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:22:40.7047203Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:22:40.7047403Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:22:40.7047624Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:22:40.7048363Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:22:40.7048591Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:22:40.7048873Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:22:40.7049088Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:22:40.7049305Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:22:40.7049495Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:22:40.7049668Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:22:40.7049859Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:22:40.7050062Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:22:40.7050259Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:22:40.7050520Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:22:40.7050760Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:22:40.7050949Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:22:40.7051151Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:22:40.7051333Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:22:40.7051506Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:22:40.7051779Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:22:40.7052116Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:22:40.7052372Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:22:40.7052584Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:22:40.7052810Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:22:40.7053002Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:22:40.7053191Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:22:40.7053510Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:22:40.7053772Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:22:40.7054285Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:22:40.7054646Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:22:40.7054809Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:22:40.7055029Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:22:40.7055188Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:22:40.7055359Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:22:40.7055528Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:22:40.7055678Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:22:40.7055885Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:22:40.7056078Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:22:40.7056333Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:22:40.7056714Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:40.7056998Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:40.7057211Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:22:40.7057406Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:22:40.7057598Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:22:40.7057782Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:22:40.7057963Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:22:40.7058155Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:22:40.7058441Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:22:40.7058684Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:22:40.7059026Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:22:40.7059361Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:22:40.7059648Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:40.7059883Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:22:40.7060024Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:22:40.7060186Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:22:40.7060348Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:22:40.7060483Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:22:40.7060672Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:22:40.7060839Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:22:40.7061162Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:22:40.7061517Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:22:40.7061751Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:22:40.7062022Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:22:40.7062239Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:22:40.7062488Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:22:40.7062703Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:22:40.7062950Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:22:40.7402519Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:22:40.7402879Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:22:40.7403443Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:22:40.7403754Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:22:40.7404389Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:22:40.7404685Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:22:40.7404954Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:22:40.7405207Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:22:40.7405455Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:22:40.7405865Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:22:40.7406158Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:22:40.7406426Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:22:40.7406665Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:22:40.7406901Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:22:40.7407137Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:22:40.7407467Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:22:40.7407795Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:22:40.7408223Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:22:40.7408554Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:22:40.7408875Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:22:40.7409125Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:22:40.7409411Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:22:40.7409793Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:22:40.7410094Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:22:40.7410369Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:22:40.7410821Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:22:40.7411117Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:22:40.7411362Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:22:40.7411586Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:22:40.7411925Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:22:40.7412190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:22:40.7412467Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:22:40.7412778Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:22:40.7413068Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:22:40.7413323Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:22:40.7413625Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:22:40.7413991Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:22:40.7414260Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:22:40.7414537Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:22:40.7414833Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:22:40.7415182Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:22:40.7415603Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:22:40.7415862Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:22:40.7416118Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:22:40.7416373Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:22:40.7416689Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:22:40.7416923Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:22:40.7417205Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:22:40.7417498Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:22:40.7417794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:22:40.7418288Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:22:40.7418637Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:22:40.7418921Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:22:40.7419203Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:22:40.7419494Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:22:40.7419773Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:22:40.7420055Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:22:40.7420328Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:22:40.7420618Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:22:40.7420911Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:22:40.7421157Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:22:40.7421544Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:22:40.7421840Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:22:40.7422073Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:22:40.7422265Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:22:40.7422532Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:22:40.7422778Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:22:40.7423038Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:22:40.7423251Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:22:40.7423462Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:22:40.7423712Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:22:40.7423906Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:22:40.7424099Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:22:40.7424354Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:22:40.7424651Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:22:40.7424877Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:22:40.7425129Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:22:40.7425398Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:22:40.7425699Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:22:40.7426170Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:22:40.7426516Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:22:40.7426856Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:22:40.7427155Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:22:40.7427459Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:22:40.7427932Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:22:40.7428217Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:22:40.7428514Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:22:40.7428957Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:22:40.7429299Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:22:40.7429720Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:22:40.7429947Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:22:40.7430197Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:22:40.7430463Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:22:40.7430700Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:22:40.7430947Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:22:40.7431244Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:22:40.7431472Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:22:40.7431632Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:22:40.7431839Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:22:40.7432098Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:22:40.7432435Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:22:40.7432694Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:40.7432913Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:22:40.7836733Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:22:40.7837287Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:22:40.7837673Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:22:40.7837977Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:22:40.7838289Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:40.7838646Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:22:40.7838945Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:22:40.7839236Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:22:40.7839439Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:22:40.7839622Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:22:40.7839833Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:22:40.7840009Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:22:40.7840195Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:22:40.7840375Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:22:40.7840596Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:22:40.7840779Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:22:40.7841119Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:22:40.7841416Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:22:40.7841598Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:22:40.7841798Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:22:40.7842018Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:22:40.7842420Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:22:40.7842770Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:22:40.7842945Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:22:40.7843136Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:22:40.7843334Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:22:40.7843541Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:22:40.7843750Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:22:40.7843936Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:22:40.7844211Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:22:40.7844399Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:22:40.7844619Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:22:40.7844808Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:22:40.7845010Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:22:40.7845223Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:22:40.7845591Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:22:40.7845985Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:22:40.7846182Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:22:40.7846386Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:22:40.7846607Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:22:40.7846797Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:22:40.7846975Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:22:40.7847151Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:22:40.7847354Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:22:40.7847545Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:22:40.7847922Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:22:40.7848115Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:22:40.7848310Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:22:40.7848521Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:22:40.7848713Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:22:40.7848974Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:22:40.7849242Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:22:40.7849517Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:22:40.7849782Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:22:40.7850045Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:22:40.7850225Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:22:40.7850460Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:22:40.7850685Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:22:40.7850915Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:22:40.7851332Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:22:40.7851709Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:22:40.7851996Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:22:40.7852239Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:22:40.7852631Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:22:40.7852843Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:22:40.7853131Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:22:40.7853437Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:22:40.7853670Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:22:40.7853885Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:22:40.7854142Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:22:40.7854420Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:22:40.7854637Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:22:40.7854873Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:22:40.7855108Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:22:40.7855282Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:22:40.7855582Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:22:40.7864878Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:22:40.7865286Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:22:40.7865525Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:22:40.7865749Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:22:40.7865979Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:22:40.7866212Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:22:40.7866394Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:22:40.7866629Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:22:40.7866847Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:22:40.7867022Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:22:40.7867213Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:22:40.7867390Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:22:40.7867612Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:22:40.7867822Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:22:40.7868012Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:22:40.7868190Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:22:40.7868379Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:22:40.7868624Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:22:40.7868834Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:22:40.7869125Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:22:40.7869350Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:22:40.7869590Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:22:40.7869779Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:22:40.7869960Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:22:40.7870183Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:22:40.7870432Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:22:40.7870754Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:22:40.7871019Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:22:40.7871200Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:22:40.7871403Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:22:40.7871593Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:22:40.7871798Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:22:40.7872005Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:22:40.7872197Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:22:40.7872405Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:22:40.7872590Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:22:40.7872793Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:22:40.7872972Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:22:40.7873158Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:22:40.7873418Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:22:40.7873595Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:22:40.7873788Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:22:40.7874045Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:22:40.7874279Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:22:40.7874536Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:22:40.7874728Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:22:40.7874917Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:22:40.7875130Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:22:40.8178950Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:22:40.8179224Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:22:40.8179607Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:22:40.8179987Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:22:40.8180500Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:22:40.8180896Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:22:40.8181291Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:22:40.8181693Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:22:40.8182126Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:22:40.8182544Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:22:40.8182955Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:22:40.8183355Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:22:40.8183725Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:22:40.8184080Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:22:40.8184274Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:22:40.8184471Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:22:40.8184750Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:22:40.8184967Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:22:40.8185255Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:22:40.8185522Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:22:40.8186060Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:22:40.8186308Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:22:40.8186576Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:22:40.8186795Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:22:40.8187005Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:22:40.8187296Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:22:40.8187701Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:22:40.8188338Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:22:40.8188833Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:22:40.8189354Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:22:40.8189896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:22:40.8190424Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:22:40.8190961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:22:40.8191334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:22:40.8191638Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:22:40.8191924Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:22:40.8192223Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:22:40.8192521Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:22:40.8192822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:22:40.8193110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:22:40.8193440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:22:40.8193709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:22:40.8193963Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:22:40.8194242Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:22:40.8194664Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:22:40.8195195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:22:40.8195770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:22:40.8196323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:22:40.8196751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:22:40.8197092Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:22:40.8197395Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:22:40.8197697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:22:40.8197996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:22:40.8198274Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:22:40.8198541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:22:40.8198838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:22:40.8199312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:22:40.8199615Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:22:40.8200118Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:22:40.8200646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:22:40.8201138Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:22:40.8201689Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:22:40.8202151Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.8202485Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.8202783Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:22:40.8203076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:22:40.8203393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:22:40.8203678Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:22:40.8204021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:22:40.8204385Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:22:40.8204858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:22:40.8205333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:22:40.8205838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:22:40.8206306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:22:40.8206700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:22:40.8207033Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:22:40.8207349Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:22:40.8207654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:22:40.8207981Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.8208418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.8209018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.8209651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:40.8210259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.8210705Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.8211042Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.8211374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:40.8211792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.8212290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.8212920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:22:40.8213570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:22:40.8214141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:22:40.8214703Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:22:40.8215017Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:22:40.8215345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:22:40.8215662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:22:40.8216175Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:22:40.8216648Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:22:41.1463004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:22:41.1464081Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:22:41.1464896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:22:41.1465761Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:22:41.1466411Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:22:41.1467018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:22:41.1467805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:22:41.1468688Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:22:41.1469470Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:22:41.1470342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:22:41.1471302Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:22:41.1472155Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:22:41.1473088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:22:41.1473859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:22:41.1474775Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:22:41.1475582Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:22:41.1476315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:22:41.1477074Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:22:41.1477958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:22:41.1478793Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:22:41.1479675Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:22:41.1480561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:22:41.1481289Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:22:41.1482086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:22:41.1482809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:22:41.1483564Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:22:41.1484374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:22:41.1485378Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:22:41.1486147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:22:41.1487147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:22:41.1487886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:22:41.1488553Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:22:41.1489176Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:22:41.1489785Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:22:41.1490397Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:22:41.1491151Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:22:41.1491879Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:22:41.1492576Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:22:41.1493364Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:22:41.1494140Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:22:41.1494831Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:22:41.1495540Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:22:41.1496053Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:22:41.1496512Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:22:41.1496962Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:22:41.1497432Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:22:41.1497879Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:22:41.1498234Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:22:41.1498632Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:22:41.1499045Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:22:41.1499448Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:22:41.1499902Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:22:41.1500338Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:22:41.1500766Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:22:41.1501325Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:22:41.1501822Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:22:41.1502337Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:22:41.1502916Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:22:41.1503390Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:22:41.1503735Z adding 'executorch/data/bin/flatc' 2025-03-21T20:22:41.1504077Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:22:41.1504478Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:22:41.1504956Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:22:41.1505566Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:22:41.1506093Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:22:41.1506526Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:22:41.1506968Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:22:41.1507454Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:22:41.1508022Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:22:41.1508831Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:22:41.1509430Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:22:41.1510000Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:22:41.1510739Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:22:41.1511350Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:22:41.1511968Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:22:41.1512658Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:22:41.1513266Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:22:41.1513815Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:22:41.1514345Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:22:41.1514877Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:22:41.1515397Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:22:41.1515945Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:22:41.1516471Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:22:41.1516938Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:22:41.1517352Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:22:41.1517775Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:22:41.1518227Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:22:41.1518757Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:22:41.1519173Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:22:41.1519623Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:22:41.1520082Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:22:41.1520509Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:22:41.1520976Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:22:41.1521533Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:22:41.1522120Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:22:41.1522641Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:22:41.1523192Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:22:41.1523805Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:22:41.1524437Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:22:41.1524970Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:22:41.1525457Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:22:41.1526023Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:22:41.1526623Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:22:41.1527243Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:22:41.1527757Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:22:41.1528218Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:22:41.1528670Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:22:41.1529206Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:22:41.1529718Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:22:41.1530381Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:22:41.1530979Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:22:41.1531555Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:22:41.1532257Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:22:41.1532826Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:22:41.1844224Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:22:41.1845232Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:22:41.1845998Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:22:41.1846622Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:22:41.1847249Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:22:41.1848084Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:22:41.1848625Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:22:41.1849074Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:22:41.1849504Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:22:41.1849956Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:22:41.1850541Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:22:41.1851170Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:22:41.1851979Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:22:41.1852772Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:22:41.1853555Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:22:41.1854247Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:22:41.1855049Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:22:41.1855684Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:22:41.1856172Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:22:41.1856655Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:22:41.1857252Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:22:41.1857734Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:22:41.1858216Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:22:41.1858719Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:22:41.1859161Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:22:41.1859613Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:22:41.1860165Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:22:41.1860635Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:22:41.1861118Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:22:41.1861590Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:22:41.1862109Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:22:41.1862754Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:22:41.1863238Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:22:41.1863694Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:22:41.1864133Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:22:41.1864565Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:22:41.1864972Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:22:41.1865467Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:22:41.1866010Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:22:41.1866538Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:22:41.1867082Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:22:41.1867667Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:22:41.1868253Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:22:41.1868988Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:22:41.1869525Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:22:41.1870189Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:22:41.1870769Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:22:41.1871333Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:22:41.1872121Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:22:41.1872817Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:22:41.1873484Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:22:41.1874129Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:22:41.1874781Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:22:41.1875470Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:22:41.1876114Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:22:41.1876789Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:22:41.1877469Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:22:41.1878089Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:22:41.1878692Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:22:41.1879323Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:22:41.1880014Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:22:41.1880750Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:22:41.1881562Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:22:41.1882325Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:22:41.1883021Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:22:41.1883784Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:22:41.1884374Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:22:41.1884939Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:22:41.1885466Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:22:41.1886032Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:22:41.1886696Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:22:41.1887384Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:22:41.1888076Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:22:41.1888682Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:22:41.1889255Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:22:41.1889849Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:22:41.1890426Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:22:41.1891006Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:22:41.1891710Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:22:41.1892422Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:22:41.1893114Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:22:41.1893748Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:22:41.1894403Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:22:41.1895306Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:22:41.1895920Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:22:41.1896363Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:22:41.1896833Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:22:41.1897272Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:22:41.1897723Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:22:41.1898215Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:22:41.1898653Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:22:41.1899072Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:22:41.1899516Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:22:41.1900111Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:22:41.1900592Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:22:41.1901078Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:22:41.1901544Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:22:41.1902024Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:22:41.1902498Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:22:41.1902976Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:22:41.1903443Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:22:41.1903940Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:22:41.1904473Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:22:41.1904975Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:22:41.1905507Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:22:41.1906026Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:22:41.1906537Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:22:41.1907021Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:22:41.1907502Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:22:41.1907982Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:22:41.1908411Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:22:41.1908835Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:22:41.1909355Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:22:41.1909842Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:22:41.1910352Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:22:41.1910832Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:22:41.1911286Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:22:41.1911737Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:22:41.1912211Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:22:41.1912617Z adding 'executorch/exir/__init__.py' 2025-03-21T20:22:41.2580324Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:22:41.2580979Z adding 'executorch/exir/common.py' 2025-03-21T20:22:41.2581572Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:22:41.2581915Z adding 'executorch/exir/delegate.py' 2025-03-21T20:22:41.2582254Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:22:41.2582659Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:22:41.2583019Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:22:41.2583367Z adding 'executorch/exir/error.py' 2025-03-21T20:22:41.2583694Z adding 'executorch/exir/graph.py' 2025-03-21T20:22:41.2584032Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:22:41.2584531Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:22:41.2585345Z adding 'executorch/exir/memory.py' 2025-03-21T20:22:41.2586079Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:22:41.2586729Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:22:41.2587347Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:22:41.2587964Z adding 'executorch/exir/print_program.py' 2025-03-21T20:22:41.2588595Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:22:41.2589223Z adding 'executorch/exir/schema.py' 2025-03-21T20:22:41.2589806Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:22:41.2590397Z adding 'executorch/exir/tensor.py' 2025-03-21T20:22:41.2590998Z adding 'executorch/exir/tracer.py' 2025-03-21T20:22:41.2591564Z adding 'executorch/exir/types.py' 2025-03-21T20:22:41.2592144Z adding 'executorch/exir/version.py' 2025-03-21T20:22:41.2592761Z adding 'executorch/exir/wrap.py' 2025-03-21T20:22:41.2593386Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:22:41.2593904Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:22:41.2594350Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:22:41.2594846Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:22:41.2595290Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:22:41.2595726Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:22:41.2596141Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:22:41.2596565Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:22:41.2597009Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:22:41.2597654Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:22:41.2598375Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:22:41.2599119Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:22:41.2599731Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:22:41.2600564Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:22:41.2601507Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:22:41.2602418Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:22:41.2603212Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:22:41.2603788Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:22:41.2604464Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:22:41.2605277Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:22:41.2605980Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:22:41.2606367Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:22:41.2606878Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:22:41.2607820Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:22:41.2609188Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:22:41.2610513Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:22:41.2611737Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:22:41.2612850Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:22:41.2613939Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:22:41.2614927Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:22:41.2615575Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:22:41.2616277Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:22:41.2617277Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:22:41.2618046Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:22:41.2618528Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:22:41.2619018Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:22:41.2619768Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:22:41.2620656Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:22:41.2621625Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:22:41.2622251Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:22:41.2623218Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:22:41.2624173Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:22:41.2624653Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:22:41.2625134Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:22:41.2625650Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:22:41.2626692Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:22:41.2627770Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:22:41.2628497Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:22:41.2629078Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:22:41.2629512Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:22:41.2629896Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:22:41.2630260Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:22:41.2630635Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:22:41.2631008Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:22:41.2631380Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:22:41.2631758Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:22:41.2632218Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:22:41.2632686Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:22:41.2633149Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:22:41.2633866Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:22:41.2634623Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:22:41.2635303Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:22:41.2635756Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:22:41.2636470Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:22:41.2637239Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:22:41.2637981Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:22:41.2638460Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:22:41.2639147Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:22:41.2639911Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:22:41.2640670Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:22:41.2641171Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:22:41.2641699Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:22:41.2642131Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:22:41.2642504Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:22:41.2642882Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:22:41.2643257Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:22:41.2643645Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:22:41.2644028Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:22:41.2644380Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:22:41.2644792Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:22:41.2645216Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:22:41.2645683Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:22:41.2646176Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:22:41.2646719Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:22:41.2647251Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:22:41.2647937Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:22:41.2648422Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:22:41.2648930Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:22:41.2649421Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:22:41.2649882Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:22:41.2650386Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:22:41.2650912Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:22:41.2651382Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:22:41.2651927Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:22:41.2652433Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:22:41.2652916Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:22:41.2653366Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:22:41.2653837Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:22:41.2654266Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:22:41.2654714Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:22:41.2655425Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:22:41.2656235Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:22:41.2657077Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:22:41.2657771Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:22:41.2658364Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:22:41.2659108Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:22:41.2660084Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:22:41.2661014Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:22:41.2661831Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:22:41.2662563Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:22:41.2662998Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:22:41.2663457Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:22:41.2663892Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:22:41.2664281Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:22:41.2664681Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:22:41.2665058Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:22:41.2665557Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:22:41.2666374Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:22:41.2667127Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:22:41.2667690Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:22:41.2668081Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:22:41.2668473Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:22:41.2669145Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:22:41.8601843Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:22:41.8602561Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:22:41.8603194Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:22:41.8603817Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:22:41.8604512Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:22:41.8605278Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:22:41.8606013Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:22:41.8606738Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:22:41.8607824Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:22:41.8608706Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:22:41.8609278Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:22:41.8609999Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:22:41.8610914Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:22:41.8611833Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:22:41.8612580Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:22:41.8613390Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:22:41.8613926Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:22:41.8614614Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:22:41.8615535Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:22:41.8616307Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:22:41.8616791Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:22:41.8617192Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:22:41.8617603Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:22:41.8618079Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:22:41.8618569Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:22:41.8619012Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:22:41.8619450Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:22:41.8619886Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:22:41.8620296Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:22:41.8620679Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:22:41.8621060Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:22:41.8621461Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:22:41.8621860Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:22:41.8622254Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:22:41.8622674Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:22:41.8623102Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:22:41.8623531Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:22:41.8623945Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:22:41.8624398Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:22:41.8625145Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:22:41.8625943Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:22:41.8626685Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:22:41.8627200Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:22:41.8627681Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:22:41.8628222Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:22:41.8628812Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:22:41.8629479Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:22:41.8630479Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:22:41.8631437Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:22:41.8632063Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:22:41.8632538Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:22:41.8633019Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:22:41.8633575Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:22:41.8634485Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:22:41.8635347Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:22:41.8636048Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:22:41.8636850Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:22:41.8637445Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:22:41.8638009Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:22:41.8638613Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:22:41.8639221Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:22:41.8639786Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:22:41.8640383Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:22:41.8641081Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:22:41.8641751Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:22:41.8642296Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:22:41.8642723Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:22:41.8643157Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:22:41.8643636Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:22:41.8644112Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:22:41.8644599Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:22:41.8645074Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:22:41.8645567Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:22:41.8646189Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:22:41.8646925Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:22:41.8647929Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:22:41.8648713Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:22:41.8649323Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:22:41.8650076Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:22:41.8651076Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:22:41.8651984Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:22:41.8652844Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:22:41.8653676Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:22:41.8654366Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:22:41.8654856Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:22:41.8655389Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:22:41.8656047Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:22:41.8656699Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:22:41.8657348Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:22:41.8658053Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:22:41.8658797Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:41.8659464Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:41.8660119Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:22:41.8660721Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:22:41.8661189Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:22:41.8661648Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:22:41.8662186Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:22:41.8662944Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:22:41.8663517Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:22:41.8664095Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:22:41.8664800Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:22:41.8665681Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:22:41.8666393Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:22:41.8666949Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:22:41.8667693Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:22:41.8668758Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:22:41.8669740Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:22:41.8670982Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:22:41.8672402Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:22:41.8673614Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:22:41.8674706Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:22:41.8675606Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:22:41.8676721Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:22:41.8677808Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:22:41.8679010Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:22:41.8680213Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:22:41.8681307Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:22:41.8682446Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:22:41.8683175Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:22:41.8683867Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:22:41.8684791Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:22:41.8685592Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:22:41.8686124Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:22:41.8686831Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:22:41.8688030Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:22:41.8689207Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:22:41.8690357Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:22:41.8691036Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:22:44.7366270Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:22:44.7367028Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:22:44.7367564Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:22:44.7368050Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:22:44.7368673Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:22:44.7369358Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:22:44.7370010Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:22:44.7370756Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:22:44.7371596Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:22:44.7372465Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:22:44.7373518Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:22:44.7374462Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:22:44.7375332Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:22:44.7376128Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:22:44.7376848Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:22:44.7377641Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:22:44.7378443Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:22:44.7379237Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:22:44.7379932Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:22:44.7380627Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:22:44.7381318Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:22:44.7382040Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:22:44.7382685Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:22:44.7383462Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:22:44.7384134Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:22:44.7384848Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:22:44.7385496Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:22:44.7386251Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:22:44.7387077Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:22:44.7387949Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:22:44.7388773Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:22:44.7389670Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:22:44.7390502Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:22:44.7391294Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:22:44.7392130Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:22:44.7392968Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:22:44.7393818Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:22:44.7394733Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:22:44.7395589Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:22:44.7396299Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:22:44.7396986Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:22:44.7397674Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:22:44.7398378Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:22:44.7399071Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:22:44.7399689Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:22:44.7400258Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:22:44.7400951Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:22:44.7401623Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:22:44.7402267Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:22:44.7402841Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:22:44.7403424Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:22:44.7404017Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:22:44.7404588Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:22:44.7405191Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:22:44.7405723Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:22:44.7406367Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:22:44.7406930Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:22:44.7407461Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:22:44.7408000Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:22:44.7408568Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:22:44.7409175Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:22:44.7409748Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:22:44.7410280Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:22:44.7410718Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:22:44.7411194Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:22:44.7411581Z adding 'executorch/schema/program.fbs' 2025-03-21T20:22:44.7412049Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:22:44.7412499Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:22:44.7412971Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:22:44.7413424Z adding 'executorch/util/collect_env.py' 2025-03-21T20:22:44.7413837Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:22:44.7414269Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:22:44.7414727Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:22:44.7415208Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:22:44.7415721Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:22:44.7416227Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:22:44.7416751Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:22:44.7417194Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:44.7417918Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:44.7419023Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=90400a6621ac999b43e4c6aa268dba2dbf033b525b2a70ed02de4f7536d49524 2025-03-21T20:22:44.7420403Z Stored in directory: /tmp/pip-ephem-wheel-cache-4uw2ou7s/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:22:44.7421152Z Successfully built executorch 2025-03-21T20:22:44.7421826Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:22:44.7422596Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:22:44.7423042Z Attempting uninstall: pytest 2025-03-21T20:22:44.7423419Z Found existing installation: pytest 7.2.0 2025-03-21T20:22:44.7423785Z Uninstalling pytest-7.2.0: 2025-03-21T20:22:44.7424238Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:22:44.7424776Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:22:44.7425523Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:22:44.7426564Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:22:44.7427302Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:22:44.7428310Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:22:44.7429152Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:22:44.7429774Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:22:44.7430195Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:22:44.7430769Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:22:44.7431343Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:22:44.7432300Z 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:22:44.7433193Z + pip list 2025-03-21T20:22:44.7433580Z Package Version Editable project location 2025-03-21T20:22:44.7434060Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:22:44.7434554Z alabaster 0.7.16 2025-03-21T20:22:44.7434858Z attrs 25.3.0 2025-03-21T20:22:44.7435157Z babel 2.17.0 2025-03-21T20:22:44.7435541Z beautifulsoup4 4.13.3 2025-03-21T20:22:44.7435943Z breathe 4.34.0 2025-03-21T20:22:44.7436242Z bs4 0.0.2 2025-03-21T20:22:44.7436537Z certifi 2025.1.31 2025-03-21T20:22:44.7436936Z charset-normalizer 3.4.1 2025-03-21T20:22:44.7437238Z cmake 3.31.6 2025-03-21T20:22:44.7437535Z contourpy 1.3.1 2025-03-21T20:22:44.7437932Z coverage 7.7.0 2025-03-21T20:22:44.7438327Z cycler 0.12.1 2025-03-21T20:22:44.7438637Z docutils 0.16 2025-03-21T20:22:44.7438932Z exceptiongroup 1.2.2 2025-03-21T20:22:44.7439361Z execnet 2.1.1 2025-03-21T20:22:49.3470644Z executorch 0.6.0a0+be92d7d 2025-03-21T20:22:49.3471271Z exhale 0.2.3 2025-03-21T20:22:49.3471763Z expecttest 0.1.6 2025-03-21T20:22:49.3472250Z filelock 3.18.0 2025-03-21T20:22:49.3472848Z flatbuffers 25.2.10 2025-03-21T20:22:49.3473369Z fonttools 4.56.0 2025-03-21T20:22:49.3473859Z fsspec 2025.3.0 2025-03-21T20:22:49.3474368Z huggingface-hub 0.29.3 2025-03-21T20:22:49.3474905Z hypothesis 6.84.2 2025-03-21T20:22:49.3475418Z idna 3.10 2025-03-21T20:22:49.3475893Z imagesize 1.4.1 2025-03-21T20:22:49.3476434Z iniconfig 2.1.0 2025-03-21T20:22:49.3476953Z Jinja2 3.1.6 2025-03-21T20:22:49.3477468Z kiwisolver 1.4.8 2025-03-21T20:22:49.3477997Z lxml 5.3.1 2025-03-21T20:22:49.3478531Z markdown-it-py 2.2.0 2025-03-21T20:22:49.3479081Z MarkupSafe 3.0.2 2025-03-21T20:22:49.3479618Z matplotlib 3.10.1 2025-03-21T20:22:49.3480182Z mdit-py-plugins 0.3.5 2025-03-21T20:22:49.3480885Z mdurl 0.1.2 2025-03-21T20:22:49.3481413Z mpmath 1.3.0 2025-03-21T20:22:49.3481950Z myst-parser 0.18.1 2025-03-21T20:22:49.3482471Z networkx 3.4.2 2025-03-21T20:22:49.3482998Z numpy 2.2.4 2025-03-21T20:22:49.3483551Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:22:49.3484158Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:22:49.3484759Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:22:49.3485668Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:22:49.3486408Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:22:49.3487004Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:22:49.3487602Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:22:49.3488196Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:22:49.3488787Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:22:49.3489365Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:22:49.3489925Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:22:49.3490510Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:22:49.3491073Z packaging 24.2 2025-03-21T20:22:49.3491601Z pandas 2.2.3 2025-03-21T20:22:49.3492236Z parameterized 0.9.0 2025-03-21T20:22:49.3492810Z pillow 11.1.0 2025-03-21T20:22:49.3502557Z pip 25.0 2025-03-21T20:22:49.3503158Z pluggy 1.5.0 2025-03-21T20:22:49.3503726Z Pygments 2.19.1 2025-03-21T20:22:49.3504300Z pyparsing 3.2.1 2025-03-21T20:22:49.3504867Z pytest 8.3.5 2025-03-21T20:22:49.3505422Z pytest-cov 4.1.0 2025-03-21T20:22:49.3505986Z pytest-rerunfailures 15.0 2025-03-21T20:22:49.3506546Z pytest-xdist 3.6.1 2025-03-21T20:22:49.3507117Z python-dateutil 2.9.0.post0 2025-03-21T20:22:49.3507965Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:22:49.3508807Z pytz 2025.1 2025-03-21T20:22:49.3509361Z PyYAML 6.0.1 2025-03-21T20:22:49.3509895Z regex 2024.11.6 2025-03-21T20:22:49.3510451Z requests 2.32.3 2025-03-21T20:22:49.3510995Z ruamel.yaml 0.17.32 2025-03-21T20:22:49.3511565Z ruamel.yaml.clib 0.2.12 2025-03-21T20:22:49.3512118Z safetensors 0.5.3 2025-03-21T20:22:49.3512695Z setuptools 75.8.0 2025-03-21T20:22:49.3513248Z six 1.17.0 2025-03-21T20:22:49.3513811Z snowballstemmer 2.2.0 2025-03-21T20:22:49.3514398Z sortedcontainers 2.4.0 2025-03-21T20:22:49.3514950Z soupsieve 2.6 2025-03-21T20:22:49.3515483Z Sphinx 5.3.0 2025-03-21T20:22:49.3516037Z sphinx-copybutton 0.5.0 2025-03-21T20:22:49.3516595Z sphinx_design 0.4.1 2025-03-21T20:22:49.3517160Z sphinx-gallery 0.14.0 2025-03-21T20:22:49.3517761Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:22:49.3518377Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:22:49.3518958Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:22:49.3519557Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:22:49.3520148Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:22:49.3520744Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:22:49.3521326Z sympy 1.13.3 2025-03-21T20:22:49.3521865Z tabulate 0.9.0 2025-03-21T20:22:49.3522412Z timm 1.0.7 2025-03-21T20:22:49.3522940Z tokenizers 0.21.1 2025-03-21T20:22:49.3523474Z tomli 2.0.1 2025-03-21T20:22:49.3524044Z torch 2.7.0a0+git295f2ed 2025-03-21T20:22:49.3524673Z torchao 0.10.0+git64bcf4c 2025-03-21T20:22:49.3525326Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:22:49.3525920Z torchsr 1.0.4 2025-03-21T20:22:49.3526509Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:22:49.3527126Z tqdm 4.67.1 2025-03-21T20:22:49.3527664Z transformers 4.47.1 2025-03-21T20:22:49.3528215Z triton 3.0.0 2025-03-21T20:22:49.3528754Z typing_extensions 4.12.2 2025-03-21T20:22:49.3529303Z tzdata 2025.1 2025-03-21T20:22:49.3529838Z urllib3 2.3.0 2025-03-21T20:22:49.3530535Z wheel 0.45.1 2025-03-21T20:22:49.3531148Z zstd 1.5.5.1 2025-03-21T20:22:49.3531810Z + build_executorch_runner cmake Release 2025-03-21T20:22:49.3532374Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:22:49.3532861Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:49.3533377Z + build_executorch_runner_cmake Release 2025-03-21T20:22:49.3533988Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:22:49.3534516Z + clean_executorch_install_folders 2025-03-21T20:22:49.3535094Z + ./install_executorch.sh --clean 2025-03-21T20:22:49.3535644Z Cleaning build artifacts... 2025-03-21T20:22:49.3536136Z Cleaning pip-out/... 2025-03-21T20:22:49.3536624Z Done cleaning build artifacts. 2025-03-21T20:22:49.3537133Z + mkdir cmake-out 2025-03-21T20:22:49.3537565Z + pushd cmake-out 2025-03-21T20:22:49.3538105Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:22:49.3538778Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:22:49.3539259Z + CXXFLAGS= 2025-03-21T20:22:49.3539655Z + CXXFLAGS= 2025-03-21T20:22:49.3540309Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:49.3541313Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:49.3542146Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:49.3542882Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:49.3543569Z -- Detecting C compiler ABI info 2025-03-21T20:22:49.3544162Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:49.3544902Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:49.3545615Z -- Detecting C compile features 2025-03-21T20:22:49.3546200Z -- Detecting C compile features - done 2025-03-21T20:22:49.3546825Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:49.3547435Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:49.3548386Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:49.3549094Z -- Detecting CXX compile features 2025-03-21T20:22:49.3549672Z -- Detecting CXX compile features - done 2025-03-21T20:22:49.3551249Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:49.3552673Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.3553502Z CMake. 2025-03-21T20:22:49.3553717Z 2025-03-21T20:22:49.3554125Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.3555182Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.3556112Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.3556628Z 2025-03-21T20:22:49.3556860Z  2025-03-21T20:22:49.3558057Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:49.3559331Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.3559985Z CMake. 2025-03-21T20:22:49.3560157Z 2025-03-21T20:22:49.3560467Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.3561233Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.3561971Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.3562391Z 2025-03-21T20:22:49.3562620Z  2025-03-21T20:22:49.3562933Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:49.3563343Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:49.3563711Z -- Found Threads: TRUE 2025-03-21T20:22:49.3564421Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:49.3565191Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.3565623Z CMake. 2025-03-21T20:22:49.3565743Z 2025-03-21T20:22:49.3565974Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.3566722Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.3567468Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.3567751Z 2025-03-21T20:22:49.3567869Z  2025-03-21T20:22:49.3568111Z -- Using python executable 'python' 2025-03-21T20:22:49.3568442Z -- Resolved buck2 as buck2. 2025-03-21T20:22:49.3568718Z -- Killing buck2 daemon 2025-03-21T20:22:49.3568976Z 'buck2 killall' 2025-03-21T20:22:49.3569243Z -- executorch: Generating source lists 2025-03-21T20:22:49.3569776Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:49.3570473Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:49.3570975Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:49.3571310Z -- Generating operator lib: 2025-03-21T20:22:49.3571604Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:49.3572126Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:49.3572565Z -- ROOT_OPS: 2025-03-21T20:22:49.3572829Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:49.3574088Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:49.3575225Z -- Generating kernel bindings: 2025-03-21T20:22:49.3575533Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:49.3575957Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:49.3576398Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:49.3576666Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:49.3578362Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:49.3579845Z -- Generating operator lib: 2025-03-21T20:22:49.3580142Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:49.3580449Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:49.3580737Z -- DEPS: executorch 2025-03-21T20:22:49.3581315Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:49.3581978Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.3582407Z CMake. 2025-03-21T20:22:49.3582529Z 2025-03-21T20:22:49.3582768Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.3583337Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.3583826Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.3584095Z 2025-03-21T20:22:49.3584201Z  2025-03-21T20:22:49.3584438Z -- Looking for C++ include unistd.h 2025-03-21T20:22:49.3584798Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:49.3585145Z -- Looking for C++ include stdint.h 2025-03-21T20:22:49.3585476Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:49.3585811Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:49.3586157Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:49.3586508Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:49.3586853Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:49.3587203Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:49.3587526Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:49.3587869Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:49.3588206Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:50.6397222Z -- Looking for C++ include stddef.h 2025-03-21T20:22:50.6397882Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:50.6398456Z -- Check size of uint32_t 2025-03-21T20:22:50.6398913Z -- Check size of uint32_t - done 2025-03-21T20:22:50.6399717Z -- Looking for strtoll 2025-03-21T20:22:50.6400307Z -- Looking for strtoll - found 2025-03-21T20:22:50.6400962Z -- 2025-03-21T20:22:50.6401349Z -- ******** Summary ******** 2025-03-21T20:22:50.6401874Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:50.6402487Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:50.6403080Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:50.6403704Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:50.6404252Z -- BUCK2 : buck2 2025-03-21T20:22:50.6404888Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:50.6405847Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:50.6406812Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:50.6407512Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:50.6408202Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:50.6408876Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:50.6409567Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:50.6410236Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:50.6410894Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:50.6411550Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:50.6412264Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:50.6412937Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:50.6413575Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:50.6414242Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:50.6414897Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:50.6415546Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:50.6416217Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:50.6416877Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:50.6417555Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:50.6418227Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:50.6418866Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:50.6419469Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:50.6420083Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:50.6420721Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:50.6421360Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:50.6421998Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:50.6422667Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:50.6423315Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:50.6423990Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:50.6424632Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:50.6425301Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:50.6425968Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:50.6426621Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:50.6427352Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:50.6428024Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:50.6428844Z -- Configuring done (4.9s) 2025-03-21T20:22:50.6429357Z -- Generating done (0.1s) 2025-03-21T20:22:50.6430038Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:50.6430769Z + popd 2025-03-21T20:22:50.6431182Z /pytorch/executorch 2025-03-21T20:22:50.6431628Z ++ uname 2025-03-21T20:22:50.6432039Z + '[' Linux == Darwin ']' 2025-03-21T20:22:50.6432494Z ++ nproc 2025-03-21T20:22:50.6432861Z + CMAKE_JOBS=7 2025-03-21T20:22:50.6433320Z + cmake --build cmake-out -j 7 2025-03-21T20:22:50.6434750Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:50.6436581Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:50.6438308Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:50.6439735Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:50.6441649Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:50.6443436Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:50.6445179Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:50.6446485Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:22:50.6447253Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:50.6448194Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:50.6448922Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:50.6449638Z CMake Warning: 2025-03-21T20:22:50.6450241Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:50.6450754Z 2025-03-21T20:22:50.6450972Z  2025-03-21T20:22:50.6451434Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:50.6452385Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:50.6453145Z git describe failed with exit code: 128 2025-03-21T20:22:50.6453555Z 2025-03-21T20:22:50.6453890Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:50.6454618Z Call Stack (most recent call first): 2025-03-21T20:22:50.6455193Z CMakeLists.txt:5 (include) 2025-03-21T20:22:50.6455541Z 2025-03-21T20:22:50.6455754Z  2025-03-21T20:22:50.6456200Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:50.6457537Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:50.6459350Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:50.6461060Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:50.6462931Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:50.6464883Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:50.6466318Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:50.6467817Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:50.6469668Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:50.6470840Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:22:50.6472275Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:50.6474023Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:50.6475137Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:50.6476534Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:50.6477677Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:50.6479007Z [ 6%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:50.6480875Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:50.6482715Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:50.6484824Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:50.6486565Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:50.6488416Z [ 6%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:50.6490291Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:50.6492116Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:50.6493776Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:50.6495503Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:50.6497248Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:50.6498473Z [ 8%] Linking C static library libpthreadpool.a 2025-03-21T20:22:50.6499105Z [ 8%] Built target pthreadpool 2025-03-21T20:22:50.6500373Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:50.6502350Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:50.6504444Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:50.6506589Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:22:50.6508670Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:50.6509990Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:50.6511290Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:50.6512531Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:50.6514112Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:50.6515345Z -- Detecting CXX compile features 2025-03-21T20:22:50.6515934Z -- Detecting CXX compile features - done 2025-03-21T20:22:50.6517254Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:50.6518347Z -- Looking for strtof_l 2025-03-21T20:22:50.6519526Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:50.6521448Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:50.6523335Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:53.6303836Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:53.6306004Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:53.6308013Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:53.6310111Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:53.6312154Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:53.6314637Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:53.6316588Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:53.6318450Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:53.6319817Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:53.6321372Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:53.6323228Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:53.6324428Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:22:53.6325019Z -- Looking for strtof_l - found 2025-03-21T20:22:53.6325541Z -- Looking for strtoull_l 2025-03-21T20:22:53.6326322Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:22:53.6326972Z [ 13%] Built target cpuinfo 2025-03-21T20:22:53.6327497Z -- Looking for strtoull_l - found 2025-03-21T20:22:53.6328045Z -- Looking for realpath 2025-03-21T20:22:53.6328528Z -- Looking for realpath - found 2025-03-21T20:22:53.6329161Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:53.6329823Z -- Configuring done (1.0s) 2025-03-21T20:22:53.6330333Z -- Generating done (0.0s) 2025-03-21T20:22:53.6331172Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:22:53.6332419Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:22:53.6333402Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:53.6334468Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:53.6335588Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:53.6336722Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:53.6337836Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:53.6338985Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:53.6340189Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:53.6341435Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:53.6342663Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:53.6343954Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:53.6345133Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:53.6346302Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:53.6347454Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:53.6348824Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:53.6349953Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:53.6351099Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:53.6352253Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:53.6353436Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:53.6354549Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:53.6355731Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:53.6356906Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:53.6358230Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:53.6359917Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:53.6361131Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:53.6362335Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:53.6363375Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:53.6364541Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:53.6365725Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:53.6366972Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:53.6368053Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:53.6369270Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:53.6370565Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:53.6371904Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:53.6373062Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:53.6374189Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:53.6375302Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:53.6376366Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:53.6377139Z [100%] Linking CXX executable flatc 2025-03-21T20:22:53.6377579Z [100%] Built target flatc 2025-03-21T20:22:53.6378073Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:22:53.6378663Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:22:53.6379121Z [ 13%] Built target flatbuffers 2025-03-21T20:22:53.6379662Z [ 13%] Generating common_schema headers 2025-03-21T20:22:53.6380126Z [ 13%] Built target common_schema 2025-03-21T20:22:53.6380644Z [ 13%] Generating program_schema headers 2025-03-21T20:22:53.6381124Z [ 13%] Built target program_schema 2025-03-21T20:22:53.6381954Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:53.6383077Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:53.6384366Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:53.6385829Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:53.6387185Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:53.6388376Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:53.6389487Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:53.6390645Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:53.6391780Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:53.6392997Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:53.6394236Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:53.6395476Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:53.6396897Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:53.6398299Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:53.6399447Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:53.6400655Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:53.6401769Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:53.6402896Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:53.6404062Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:53.6405470Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:53.6406646Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:53.6407283Z [ 18%] Built target executorch_core 2025-03-21T20:22:53.6408270Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:53.6409081Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:53.6409963Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:53.6411011Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:53.6412293Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:53.6413297Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:55.8863307Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:55.8864891Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:55.8865728Z [ 20%] Built target extension_threadpool 2025-03-21T20:22:55.8866591Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:55.8867341Z [ 20%] Built target executorch 2025-03-21T20:22:55.8868626Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:55.8870475Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:55.8872373Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:55.8874509Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:55.8876609Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:55.8878506Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:55.8880226Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:55.8882061Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:55.8883977Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:55.8885917Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:55.8887861Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:55.8889654Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:55.8892069Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:55.8893938Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:55.8895874Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:55.8897913Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:55.8899895Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:55.8901750Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:55.8903633Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:55.8905541Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:55.8907338Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:55.8909251Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:55.8911209Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:55.8913193Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:55.8915251Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:55.8917264Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:55.8919209Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:55.8921049Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:55.8922886Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:55.8924828Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:55.8926782Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:55.8928800Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:55.8930682Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:55.8932494Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:55.8934414Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:55.8936322Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:55.8938058Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:55.8939905Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:55.8941819Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:55.8943690Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:55.8945703Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:55.8948994Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:55.8950964Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:55.8952969Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:55.8954877Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:55.8956739Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:55.8958609Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:55.8960341Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:55.8962203Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:55.8964035Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:55.8965896Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:55.8967740Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:55.8969480Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:55.8971312Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:55.8973289Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:55.8975215Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:55.8977287Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:55.8979279Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:55.8981270Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:55.8983152Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:55.8985237Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:55.8987217Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:55.8988955Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:55.8990818Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:55.8992749Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:55.8994674Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:55.8996531Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:55.8998479Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:55.9000516Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:55.9002611Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:57.9896642Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:57.9898386Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:57.9899829Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:57.9901267Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:57.9902678Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:57.9904049Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:57.9905398Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:57.9906827Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:57.9908482Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:57.9909986Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:57.9911491Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:57.9912848Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:57.9914230Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:57.9915521Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:57.9916907Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:57.9918472Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:57.9919944Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:57.9921392Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:57.9922868Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:57.9924402Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:57.9926037Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:57.9927757Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:57.9929595Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:57.9931338Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:57.9933233Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:57.9934987Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:57.9936615Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:57.9938323Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:57.9940104Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:57.9941757Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:57.9943666Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:57.9945412Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:57.9947192Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:57.9949108Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:57.9950704Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:57.9952219Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:57.9953951Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:57.9955896Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:57.9957711Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:57.9959523Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:57.9961330Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:57.9963026Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:57.9964706Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:57.9966416Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:57.9968137Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:57.9969807Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:57.9971556Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:57.9973510Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:57.9975302Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:57.9977113Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:57.9978860Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:57.9980350Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:57.9981952Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:57.9983431Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:57.9984878Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:57.9986313Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:57.9987756Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:57.9989036Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:57.9990380Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:57.9992135Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:57.9993558Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:57.9994928Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:57.9996317Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:57.9997806Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:57.9999285Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:58.0000845Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:58.0002281Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:58.0003897Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:58.0005467Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:58.0006748Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:58.0008243Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:58.0009889Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:58.0011584Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:58.0013512Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:00.0583004Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:00.0584157Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:00.0586194Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:00.0588123Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:00.0589897Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:00.0591607Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:00.0593345Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:00.0595128Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:00.0596669Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:00.0598243Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:00.0599760Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:00.0601407Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:00.0603070Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:00.0604852Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:00.0607236Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:00.0609234Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:00.0611047Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:00.0612995Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:00.0615035Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:00.0616989Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:00.0618747Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:00.0620496Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:00.0622453Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:00.0624336Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:00.0626187Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:00.0628028Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:00.0629695Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:00.0631430Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:00.0633281Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:00.0635112Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:00.0636673Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:00.0637654Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:00.0638715Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:00.0639824Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:00.0641012Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:00.0642765Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:00.0644021Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:00.0645054Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:00.0646080Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:00.0647228Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:00.0648642Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:00.0649725Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:00.0650674Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:00.0652095Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:00.0653078Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:00.0654219Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:00.0655368Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:00.0656485Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:00.0657471Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:00.0658504Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:00.0659619Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:00.0660674Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:00.0661803Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:00.0662852Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:00.0664005Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:00.0665383Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:00.0666574Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:00.0668242Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:00.0670043Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:00.0671592Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:00.0672596Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:00.0673526Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:00.0674454Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:00.0675379Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:00.0676587Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:00.0678274Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:00.0679668Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:00.0680913Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:00.0682178Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:00.0683465Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:00.0684818Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:02.1531772Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:02.1534020Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:02.1536019Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:02.1537879Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:02.1539601Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:02.1541423Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:02.1543297Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:02.1545269Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:02.1547274Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:02.1549451Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:02.1551270Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:02.1554785Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:02.1556700Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:02.1558567Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:02.1560401Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:02.1562315Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:02.1564446Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:02.1566631Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:02.1568719Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:02.1570825Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:02.1573040Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:02.1575049Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:02.1576984Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:02.1578887Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:02.1580646Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:02.1582490Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:02.1584377Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:02.1586312Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:02.1588149Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:02.1590308Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:02.1592267Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:02.1594167Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:02.1596044Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:02.1598070Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:02.1600144Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:02.1602249Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:02.1604319Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:02.1606272Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:02.1608188Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:02.1610054Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:02.1612000Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:02.1613902Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:02.1615806Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:02.1617714Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:02.1619581Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:02.1621349Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:02.1623193Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:02.1625017Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:02.1626747Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:02.1628558Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:02.1630446Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:02.1632306Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:02.1634297Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:02.1636228Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:02.1638148Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:02.1640086Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:02.1642077Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:02.1644285Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:02.1646800Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:02.1649120Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:02.1650857Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:02.1652680Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:02.1654655Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:02.1656658Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:02.1658576Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:02.1660439Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:02.1662283Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:02.1664082Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:02.1665943Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:02.1667878Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:02.1669790Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:02.1671755Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:04.0716393Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:04.0718294Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:04.0720039Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:04.0721948Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:04.0723888Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:04.0725727Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:04.0727774Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:04.0729857Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:04.0732046Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:04.0733889Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:04.0735631Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:04.0737660Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:04.0739611Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:04.0741634Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:04.0743592Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:04.0745873Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:04.0748968Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:04.0750698Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:04.0752596Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:04.0754617Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:04.0756465Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:04.0758280Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:04.0760197Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:04.0762111Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:04.0764035Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:04.0765844Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:04.0768044Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:04.0770436Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:04.0772782Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:04.0775185Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:04.0777364Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:04.0779168Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:04.0780978Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:04.0783013Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:04.0785288Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:04.0787286Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:04.0789223Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:04.0791372Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:04.0793619Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:04.0796037Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:04.0798172Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:04.0800186Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:04.0802283Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:04.0804840Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:04.0806969Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:04.0809042Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:04.0811094Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:04.0813186Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:04.0815124Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:04.0816991Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:04.0818842Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:04.0820854Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:04.0822940Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:04.0824974Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:04.0827034Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:04.0829244Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:04.0831343Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:04.0833408Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:04.0835666Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:04.0837783Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:04.0839834Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:04.0841846Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:04.0843881Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:04.0845907Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:04.0848023Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:04.0849986Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:04.0852049Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:04.0854211Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:04.0856243Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:40.9562751Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:40.9564299Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:40.9565550Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:40.9566410Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:40.9566930Z [ 98%] Built target portable_kernels 2025-03-21T20:23:40.9567444Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:40.9567932Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:40.9568400Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:40.9569378Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:40.9570301Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:40.9570721Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:40.9571486Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:40.9572589Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:40.9573738Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:40.9574661Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:40.9575566Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:40.9576575Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:40.9577327Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:40.9583797Z [100%] Built target executor_runner 2025-03-21T20:23:40.9584429Z + [[ '' == *main* ]] 2025-03-21T20:23:40.9584751Z + [[ '' == *gh* ]] 2025-03-21T20:23:40.9585046Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:40.9585419Z + bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:23:40.9585745Z + setup_libc++ 12 2025-03-21T20:23:40.9585986Z + clang_version=12 2025-03-21T20:23:40.9586309Z + sudo apt-get update 2025-03-21T20:23:40.9586472Z 2025-03-21T20:23:40.9586567Z 0% [Working] 2025-03-21T20:23:40.9586832Z 2025-03-21T20:23:40.9587222Z Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-03-21T20:23:40.9587502Z 2025-03-21T20:23:40.9587821Z 0% [Waiting for headers] [Waiting for headers] [Connected to dl.yarnpkg.com (10 2025-03-21T20:23:40.9588323Z 2025-03-21T20:23:40.9588857Z Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-03-21T20:23:40.9589272Z 2025-03-21T20:23:40.9589505Z 0% [Waiting for headers] [2 InRelease 14.2 kB/129 kB 11%] [Waiting for headers] 2025-03-21T20:23:40.9590038Z 2025-03-21T20:23:40.9590510Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-03-21T20:23:40.9590927Z 2025-03-21T20:23:40.9591140Z 0% [3 InRelease 1140 B/128 kB 1%] [2 InRelease 22.9 kB/129 kB 18%] [Waiting for 2025-03-21T20:23:40.9591641Z 2025-03-21T20:23:40.9592048Z Hit:4 https://dl.yarnpkg.com/debian stable InRelease 2025-03-21T20:23:40.9592376Z 2025-03-21T20:23:40.9592585Z 0% [3 InRelease 15.6 kB/128 kB 12%] [2 InRelease 41.7 kB/129 kB 32%] [Waiting f 2025-03-21T20:23:40.9593079Z 2025-03-21T20:23:40.9593476Z 0% [3 InRelease 60.5 kB/128 kB 47%] [Waiting for headers] 2025-03-21T20:23:40.9593910Z 2025-03-21T20:23:40.9594384Z 0% [Waiting for headers] 2025-03-21T20:23:40.9594708Z 2025-03-21T20:23:40.9595134Z Hit:5 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-03-21T20:23:40.9595510Z 2025-03-21T20:23:40.9595615Z 0% [Waiting for headers] 2025-03-21T20:23:40.9595886Z 2025-03-21T20:23:40.9596344Z Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-03-21T20:23:40.9596698Z 2025-03-21T20:23:40.9596820Z 0% [6 InRelease 0 B/127 kB 0%] 2025-03-21T20:23:40.9597146Z 2025-03-21T20:23:40.9597425Z 0% [Working] 2025-03-21T20:23:40.9597653Z 0% [Working] 2025-03-21T20:23:40.9597882Z 0% [Working] 2025-03-21T20:23:40.9598110Z 0% [Working] 2025-03-21T20:23:40.9598343Z 0% [Working] 2025-03-21T20:23:40.9598604Z 2025-03-21T20:23:40.9599014Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3003 kB] 2025-03-21T20:23:40.9599395Z 2025-03-21T20:23:40.9599517Z 0% [7 Packages 5759 B/3003 kB 0%] 2025-03-21T20:23:40.9599836Z 0% [7 Packages 460 kB/3003 kB 15%] 2025-03-21T20:23:40.9600132Z 2025-03-21T20:23:40.9600418Z 0% [Working] 2025-03-21T20:23:40.9600720Z 0% [7 Packages store 0 B] 2025-03-21T20:23:40.9601015Z 95% [7 Packages store 0 B] 2025-03-21T20:23:40.9601285Z 2025-03-21T20:23:40.9601733Z Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [112 kB] 2025-03-21T20:23:40.9602137Z 2025-03-21T20:23:40.9602292Z 95% [7 Packages store 0 B] [8 Packages 2657 B/112 kB 2%] 2025-03-21T20:23:40.9602671Z 2025-03-21T20:23:40.9603001Z 98% [7 Packages store 0 B] 2025-03-21T20:23:40.9603278Z 2025-03-21T20:23:40.9603731Z Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [38.5 kB] 2025-03-21T20:23:40.9604150Z 2025-03-21T20:23:40.9604347Z 98% [7 Packages store 0 B] [9 Packages 8451 B/38.5 kB 22%] 2025-03-21T20:23:40.9604749Z 2025-03-21T20:23:40.9605083Z 99% [7 Packages store 0 B] 2025-03-21T20:23:40.9605370Z 2025-03-21T20:23:40.9605624Z 99% [Working] 2025-03-21T20:23:40.9605874Z 99% [8 Packages store 0 B] 2025-03-21T20:23:40.9606151Z 2025-03-21T20:23:40.9606418Z 100% [Working] 2025-03-21T20:23:40.9606669Z 100% [9 Packages store 0 B] 2025-03-21T20:23:40.9606936Z 2025-03-21T20:23:40.9607206Z 100% [Working] 2025-03-21T20:23:40.9607440Z 2025-03-21T20:23:40.9607689Z Fetched 3538 kB in 1s (6053 kB/s) 2025-03-21T20:23:40.9607882Z 2025-03-21T20:23:40.9608006Z Reading package lists... 0% 2025-03-21T20:23:40.9608186Z 2025-03-21T20:23:40.9608296Z Reading package lists... 0% 2025-03-21T20:23:40.9608488Z 2025-03-21T20:23:40.9608597Z Reading package lists... 0% 2025-03-21T20:23:40.9608789Z 2025-03-21T20:23:40.9608898Z Reading package lists... 4% 2025-03-21T20:23:40.9609090Z 2025-03-21T20:23:40.9609206Z Reading package lists... 4% 2025-03-21T20:23:40.9609384Z 2025-03-21T20:23:40.9609511Z Reading package lists... 5% 2025-03-21T20:23:40.9609689Z 2025-03-21T20:23:40.9609812Z Reading package lists... 5% 2025-03-21T20:23:40.9609990Z 2025-03-21T20:23:40.9610102Z Reading package lists... 48% 2025-03-21T20:23:40.9610298Z 2025-03-21T20:23:40.9610408Z Reading package lists... 48% 2025-03-21T20:23:40.9610605Z 2025-03-21T20:23:40.9610715Z Reading package lists... 48% 2025-03-21T20:23:40.9610912Z 2025-03-21T20:23:40.9611021Z Reading package lists... 48% 2025-03-21T20:23:40.9611207Z 2025-03-21T20:23:40.9611389Z Reading package lists... 57% 2025-03-21T20:23:40.9611645Z 2025-03-21T20:23:40.9611772Z Reading package lists... 57% 2025-03-21T20:23:40.9611956Z 2025-03-21T20:23:40.9612064Z Reading package lists... 70% 2025-03-21T20:23:40.9612263Z 2025-03-21T20:23:40.9612372Z Reading package lists... 70% 2025-03-21T20:23:40.9612568Z 2025-03-21T20:23:40.9612678Z Reading package lists... 74% 2025-03-21T20:23:40.9612972Z 2025-03-21T20:23:40.9613083Z Reading package lists... 74% 2025-03-21T20:23:40.9613268Z 2025-03-21T20:23:40.9613448Z Reading package lists... 75% 2025-03-21T20:23:40.9613633Z 2025-03-21T20:23:40.9613757Z Reading package lists... 75% 2025-03-21T20:23:40.9613940Z 2025-03-21T20:23:40.9614051Z Reading package lists... 75% 2025-03-21T20:23:40.9614250Z 2025-03-21T20:23:40.9614361Z Reading package lists... 75% 2025-03-21T20:23:40.9614560Z 2025-03-21T20:23:40.9614670Z Reading package lists... 75% 2025-03-21T20:23:40.9614866Z 2025-03-21T20:23:40.9614976Z Reading package lists... 75% 2025-03-21T20:23:40.9615161Z 2025-03-21T20:23:40.9615284Z Reading package lists... 77% 2025-03-21T20:23:40.9615472Z 2025-03-21T20:23:40.9615596Z Reading package lists... 83% 2025-03-21T20:23:40.9615780Z 2025-03-21T20:23:40.9615891Z Reading package lists... 83% 2025-03-21T20:23:40.9616090Z 2025-03-21T20:23:40.9616201Z Reading package lists... 95% 2025-03-21T20:23:40.9616398Z 2025-03-21T20:23:40.9616509Z Reading package lists... 95% 2025-03-21T20:23:40.9616708Z 2025-03-21T20:23:40.9616820Z Reading package lists... 99% 2025-03-21T20:23:40.9617007Z 2025-03-21T20:23:40.9617130Z Reading package lists... 99% 2025-03-21T20:23:40.9617315Z 2025-03-21T20:23:40.9617438Z Reading package lists... 99% 2025-03-21T20:23:40.9617621Z 2025-03-21T20:23:40.9617732Z Reading package lists... 99% 2025-03-21T20:23:40.9617929Z 2025-03-21T20:23:40.9618041Z Reading package lists... 99% 2025-03-21T20:23:40.9618237Z 2025-03-21T20:23:40.9618348Z Reading package lists... 99% 2025-03-21T20:23:40.9618546Z 2025-03-21T20:23:40.9618657Z Reading package lists... 99% 2025-03-21T20:23:40.9618841Z 2025-03-21T20:23:40.9618965Z Reading package lists... 99% 2025-03-21T20:23:40.9619149Z 2025-03-21T20:23:40.9619273Z Reading package lists... 99% 2025-03-21T20:23:40.9619459Z 2025-03-21T20:23:40.9619569Z Reading package lists... 99% 2025-03-21T20:23:40.9619768Z 2025-03-21T20:23:40.9619882Z Reading package lists... Done 2025-03-21T20:23:40.9620092Z 2025-03-21T20:23:40.9620769Z W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. 2025-03-21T20:23:40.9621703Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-03-21T20:23:40.9622045Z + j=0 2025-03-21T20:23:40.9622278Z + '[' 0 -lt 1 ']' 2025-03-21T20:23:40.9622542Z ++ verify_pkg_installed libc++-12-dev 2025-03-21T20:23:40.9622941Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-03-21T20:23:40.9623342Z +++ grep 'install ok installed' 2025-03-21T20:23:40.9623651Z ++ echo install ok installed 2025-03-21T20:23:40.9623961Z + install_status='install ok installed' 2025-03-21T20:23:40.9624290Z + '[' 'install ok installed' == '' ']' 2025-03-21T20:23:40.9624608Z + j=1 2025-03-21T20:23:40.9624884Z + '[' 1 -lt 1 ']' 2025-03-21T20:23:40.9625129Z + install_qnn 2025-03-21T20:23:40.9625383Z + echo 'Start installing qnn.' 2025-03-21T20:23:40.9625670Z Start installing qnn. 2025-03-21T20:23:40.9625959Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-03-21T20:23:40.9626262Z + mkdir -p /tmp/qnn 2025-03-21T20:23:40.9626944Z + curl -Lo /tmp/v2.28.0.24.10.29.zip https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.28.0.241029.zip 2025-03-21T20:23:40.9627781Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:23:40.9628253Z Dload Upload Total Spent Left Speed 2025-03-21T20:23:40.9628525Z 2025-03-21T20:23:40.9628670Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:23:40.9629061Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:23:40.9629476Z 100 134 100 134 0 0 431 0 --:--:-- --:--:-- --:--:-- 430 2025-03-21T20:23:40.9629747Z 2025-03-21T20:23:40.9629923Z 0 954M 0 3535k 0 0 2756k 0 0:05:54 0:00:01 0:05:53 2756k 2025-03-21T20:23:40.9630359Z 7 954M 7 75.6M 0 0 33.0M 0 0:00:28 0:00:02 0:00:26 71.9M 2025-03-21T20:23:40.9630935Z 15 954M 15 146M 0 0 44.4M 0 0:00:21 0:00:03 0:00:18 70.9M 2025-03-21T20:23:40.9631359Z 22 954M 22 214M 0 0 50.0M 0 0:00:19 0:00:04 0:00:15 70.2M 2025-03-21T20:23:40.9631795Z 29 954M 29 283M 0 0 53.7M 0 0:00:17 0:00:05 0:00:12 70.1M 2025-03-21T20:23:40.9632230Z 37 954M 37 360M 0 0 57.5M 0 0:00:16 0:00:06 0:00:10 71.6M 2025-03-21T20:23:40.9632666Z 45 954M 45 435M 0 0 59.9M 0 0:00:15 0:00:07 0:00:08 72.2M 2025-03-21T20:23:40.9633102Z 53 954M 53 513M 0 0 62.1M 0 0:00:15 0:00:08 0:00:07 73.8M 2025-03-21T20:23:40.9633525Z 61 954M 61 585M 0 0 63.1M 0 0:00:15 0:00:09 0:00:06 74.4M 2025-03-21T20:23:40.9633963Z 68 954M 68 657M 0 0 63.9M 0 0:00:14 0:00:10 0:00:04 74.8M 2025-03-21T20:23:40.9634405Z 71 954M 71 683M 0 0 60.5M 0 0:00:15 0:00:11 0:00:04 64.1M 2025-03-21T20:23:40.9634845Z 76 954M 76 733M 0 0 59.8M 0 0:00:15 0:00:12 0:00:03 59.6M 2025-03-21T20:23:40.9635282Z 84 954M 84 811M 0 0 61.1M 0 0:00:15 0:00:13 0:00:02 59.4M 2025-03-21T20:23:40.9635716Z 92 954M 92 882M 0 0 61.8M 0 0:00:15 0:00:14 0:00:01 59.3M 2025-03-21T20:23:40.9636141Z 99 954M 99 949M 0 0 62.1M 0 0:00:15 0:00:15 --:--:-- 58.4M 2025-03-21T20:23:40.9636589Z 100 954M 100 954M 0 0 62.2M 0 0:00:15 0:00:15 --:--:-- 67.1M 2025-03-21T20:23:40.9636999Z + echo 'Finishing downloading qnn sdk.' 2025-03-21T20:23:40.9637350Z Finishing downloading qnn sdk. 2025-03-21T20:23:40.9637680Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-03-21T20:23:40.9638037Z + echo 'Finishing unzip qnn sdk.' 2025-03-21T20:23:40.9638343Z Finishing unzip qnn sdk. 2025-03-21T20:23:40.9638627Z + ls -lah /tmp/qairt 2025-03-21T20:23:40.9638883Z total 16K 2025-03-21T20:23:40.9639161Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 05:44 . 2025-03-21T20:23:40.9639549Z drwxrwxrwt. 1 root root 58 Mar 21 20:23 .. 2025-03-21T20:23:40.9639982Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:23:46.2191932Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-03-21T20:23:46.2192555Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-03-21T20:23:46.2193017Z Finishing installing qnn '/tmp/qnn' . 2025-03-21T20:23:46.2193568Z + ls -lah /tmp/qnn 2025-03-21T20:23:46.2193889Z total 16K 2025-03-21T20:23:46.2194148Z drwxr-xr-x. 3 ci-user ci-user 27 Mar 21 20:23 . 2025-03-21T20:23:46.2194850Z drwxrwxrwt. 1 root root 58 Mar 21 20:23 .. 2025-03-21T20:23:46.2195486Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:23:46.2196242Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:46.2196589Z + bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:23:46.2196886Z + set -o xtrace 2025-03-21T20:23:46.2197129Z + build_qnn_backend 2025-03-21T20:23:46.2197393Z + echo 'Start building qnn backend.' 2025-03-21T20:23:46.2197750Z Start building qnn backend. 2025-03-21T20:23:46.2198046Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:23:46.2198355Z + ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:23:46.2198663Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:23:46.2199006Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:23:46.2199343Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:23:46.2199692Z ++ cd -- .ci/scripts/../.. 2025-03-21T20:23:46.2199960Z ++ pwd 2025-03-21T20:23:46.2200207Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:23:46.2200565Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:23:46.2201065Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 2 --release 2025-03-21T20:23:46.2201610Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-03-21T20:23:46.2201919Z + '[' --skip_aarch64 = -h ']' 2025-03-21T20:23:46.2202210Z + BUILD_X86_64=true 2025-03-21T20:23:46.2202462Z + CMAKE_X86_64=build-x86 2025-03-21T20:23:46.2202830Z + BUILD_AARCH64=true 2025-03-21T20:23:46.2203308Z + CMAKE_AARCH64=build-android 2025-03-21T20:23:46.2203592Z + CLEAN=true 2025-03-21T20:23:46.2203930Z + BUILD_TYPE=Debug 2025-03-21T20:23:46.2204183Z + BUILD_JOB_NUMBER=16 2025-03-21T20:23:46.2204443Z + '[' -z PYTHON_EXECUTABLE ']' 2025-03-21T20:23:46.2204732Z + '[' -z BUCK2 ']' 2025-03-21T20:23:46.2205090Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-03-21T20:23:46.2206026Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 2 --release 2025-03-21T20:23:46.2206936Z + parsed_args=' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:23:46.2207420Z + eval set -- ' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:23:46.2207843Z ++ set -- --skip_aarch64 --job_number 2 --release -- 2025-03-21T20:23:46.2208182Z + true 2025-03-21T20:23:46.2208394Z + case "$1" in 2025-03-21T20:23:46.2208629Z + BUILD_AARCH64=false 2025-03-21T20:23:46.2208883Z + shift 2025-03-21T20:23:46.2209076Z + true 2025-03-21T20:23:46.2209288Z + case "$1" in 2025-03-21T20:23:46.2209527Z + BUILD_JOB_NUMBER=2 2025-03-21T20:23:46.2209769Z + shift 2 2025-03-21T20:23:46.2209966Z + true 2025-03-21T20:23:46.2210176Z + case "$1" in 2025-03-21T20:23:46.2210413Z + BUILD_TYPE=Release 2025-03-21T20:23:46.2210658Z + shift 2025-03-21T20:23:46.2210871Z + true 2025-03-21T20:23:46.2211074Z + case "$1" in 2025-03-21T20:23:46.2211301Z + shift 2025-03-21T20:23:46.2211591Z + break 2025-03-21T20:23:46.2211849Z +++ dirname backends/qualcomm/scripts/build.sh 2025-03-21T20:23:46.2212255Z ++ cd backends/qualcomm/scripts/../../.. 2025-03-21T20:23:46.2212575Z ++ pwd -P 2025-03-21T20:23:46.2212818Z + PRJ_ROOT=/pytorch/executorch 2025-03-21T20:23:46.2213108Z + '[' false = true ']' 2025-03-21T20:23:46.2213362Z + '[' true = true ']' 2025-03-21T20:23:46.2213630Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-03-21T20:23:46.2213961Z + '[' true = true ']' 2025-03-21T20:23:46.2214234Z + rm -rf /pytorch/executorch/build-x86 2025-03-21T20:23:46.2214579Z + mkdir /pytorch/executorch/build-x86 2025-03-21T20:23:46.2214914Z + cd /pytorch/executorch/build-x86 2025-03-21T20:23:46.2216684Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-03-21T20:23:46.2218504Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:46.2218892Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:46.2219259Z -- Detecting C compiler ABI info 2025-03-21T20:23:46.2219581Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:46.2219987Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:46.2220389Z -- Detecting C compile features 2025-03-21T20:23:46.2220699Z -- Detecting C compile features - done 2025-03-21T20:23:46.2221034Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:46.2221362Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:46.2221775Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:46.2222185Z -- Detecting CXX compile features 2025-03-21T20:23:46.2222499Z -- Detecting CXX compile features - done 2025-03-21T20:23:46.2223394Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:46.2224137Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:46.2224570Z CMake. 2025-03-21T20:23:46.2224694Z 2025-03-21T20:23:46.2224937Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:46.2225495Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:46.2226056Z to work with policies introduced by or earlier. 2025-03-21T20:23:46.2226434Z 2025-03-21T20:23:46.2226545Z  2025-03-21T20:23:46.2227241Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:46.2227988Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:46.2228419Z CMake. 2025-03-21T20:23:46.2228537Z 2025-03-21T20:23:46.2228767Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:46.2229334Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:46.2229831Z to work with policies introduced by or earlier. 2025-03-21T20:23:46.2230099Z 2025-03-21T20:23:46.2230209Z  2025-03-21T20:23:46.2230460Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:46.2230851Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:46.2231200Z -- Found Threads: TRUE 2025-03-21T20:23:46.2231895Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:46.2232670Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:46.2233101Z CMake. 2025-03-21T20:23:46.2233220Z 2025-03-21T20:23:46.2233460Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:46.2234012Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:46.2234506Z to work with policies introduced by or earlier. 2025-03-21T20:23:46.2234776Z 2025-03-21T20:23:46.2234880Z  2025-03-21T20:23:46.2235115Z -- Using python executable 'python' 2025-03-21T20:23:46.2235434Z -- Resolved buck2 as buck2. 2025-03-21T20:23:46.2235716Z -- Killing buck2 daemon 2025-03-21T20:23:46.2235962Z 'buck2 killall' 2025-03-21T20:23:46.2236224Z -- executorch: Generating source lists 2025-03-21T20:23:46.2236753Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:23:46.2237457Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:23:46.2237976Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:46.2238301Z -- Generating operator lib: 2025-03-21T20:23:46.2238600Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:46.2239023Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:46.2239460Z -- ROOT_OPS: 2025-03-21T20:23:46.2239705Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:46.2240946Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:46.2242071Z -- Generating kernel bindings: 2025-03-21T20:23:46.2242380Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:46.2242804Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:46.2243300Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:46.2243569Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:46.2245271Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:46.2246743Z -- Generating operator lib: 2025-03-21T20:23:46.2247043Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:46.2247352Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:46.2247654Z -- DEPS: executorch 2025-03-21T20:23:46.2248903Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:46.2249573Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:46.2250004Z CMake. 2025-03-21T20:23:46.2250140Z 2025-03-21T20:23:46.2250368Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:46.2251162Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:46.2251733Z to work with policies introduced by or earlier. 2025-03-21T20:23:46.2251991Z 2025-03-21T20:23:46.2252102Z  2025-03-21T20:23:46.2252335Z -- Looking for C++ include unistd.h 2025-03-21T20:23:46.2252672Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:46.2253021Z -- Looking for C++ include stdint.h 2025-03-21T20:23:46.2253355Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:46.2253689Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:46.2254033Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:46.2254384Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:46.2254731Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:46.2255082Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:46.2255416Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:46.2255773Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:46.2256113Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:46.2256464Z -- Looking for C++ include stddef.h 2025-03-21T20:23:46.2256796Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:46.2257116Z -- Check size of uint32_t 2025-03-21T20:23:46.2257404Z -- Check size of uint32_t - done 2025-03-21T20:23:46.2257699Z -- Looking for strtoll 2025-03-21T20:23:46.2257970Z -- Looking for strtoll - found 2025-03-21T20:23:46.2258282Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:23:46.2258649Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:23:46.2259339Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:23:46.2260017Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:46.2260448Z CMake. 2025-03-21T20:23:46.2260567Z 2025-03-21T20:23:46.2260805Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:46.2261375Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:46.2261862Z to work with policies introduced by or earlier. 2025-03-21T20:23:46.2262131Z 2025-03-21T20:23:46.2262237Z  2025-03-21T20:23:46.2262457Z -- pybind11 v2.13.6 2025-03-21T20:23:46.2262907Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:23:46.2263515Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:23:46.2263928Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:23:46.2264250Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:23:46.2264881Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:23:46.2265540Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:46.2265968Z CMake. 2025-03-21T20:23:46.2266086Z 2025-03-21T20:23:46.2266322Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:46.2266885Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:46.2267381Z to work with policies introduced by or earlier. 2025-03-21T20:23:46.2267650Z 2025-03-21T20:23:46.2267755Z  2025-03-21T20:23:46.2268048Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:23:46.2268515Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:23:46.2268910Z -- Setting Clang compiler options 2025-03-21T20:23:49.6052885Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:23:49.6054586Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:23:49.6055559Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:49.6056190Z CMake. 2025-03-21T20:23:49.6056314Z 2025-03-21T20:23:49.6056545Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:49.6057460Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:49.6057967Z to work with policies introduced by or earlier. 2025-03-21T20:23:49.6058239Z 2025-03-21T20:23:49.6058244Z 2025-03-21T20:23:49.6058388Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:49.6058962Z -- Detecting C compiler ABI info 2025-03-21T20:23:49.6059290Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:49.6059676Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:49.6060077Z -- Detecting C compile features 2025-03-21T20:23:49.6060392Z -- Detecting C compile features - done 2025-03-21T20:23:49.6060785Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:23:49.6061254Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:23:49.6061671Z -- Setting Clang compiler options 2025-03-21T20:23:49.6062960Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:23:49.6064257Z -- Configuring done (0.3s) 2025-03-21T20:23:49.6064729Z -- Generating done (0.0s) 2025-03-21T20:23:49.6065288Z -- Build files have been written to: /pytorch/executorch/build-x86/_host_build 2025-03-21T20:23:49.6065870Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:23:49.6066415Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:23:49.6066953Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:23:49.6067628Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:23:49.6068237Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:23:49.6068818Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:23:49.6069448Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:23:49.6069963Z [ 21%] Built target flatccrt 2025-03-21T20:23:49.6070482Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:23:49.6071681Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:23:49.6072912Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:23:49.6074024Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:23:49.6075168Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:23:49.6076331Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:23:49.6077514Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:23:49.6078590Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:23:49.6079595Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:23:49.6080592Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:23:49.6081598Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:23:49.6082573Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:23:49.6083580Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:23:49.6084669Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:23:49.6085800Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:23:49.6086973Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:23:49.6088138Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:23:49.6089289Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:23:49.6090684Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:23:49.6092002Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:23:49.6093191Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:23:49.6094335Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:23:49.6095512Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:23:49.6096722Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:23:49.6097635Z [ 93%] Built target flatcc 2025-03-21T20:23:49.6098347Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:23:49.6099427Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:23:49.6100304Z [100%] Built target flatcc_cli 2025-03-21T20:23:49.6100847Z -- Generating operator lib: 2025-03-21T20:23:49.6101401Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:23:49.6102172Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:23:49.6102991Z -- ROOT_OPS: 2025-03-21T20:23:49.6103428Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:49.6106074Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:23:49.6108411Z -- Generating kernel bindings: 2025-03-21T20:23:49.6108981Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:23:49.6109529Z -- FUNCTIONS_YAML: 2025-03-21T20:23:49.6110201Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:23:49.6111036Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:49.6117251Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:23:49.6122577Z -- Generating operator lib: 2025-03-21T20:23:49.6123106Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:23:49.6123668Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:23:49.6124230Z -- DEPS: executorch 2025-03-21T20:23:49.6124680Z -- 2025-03-21T20:23:49.6125071Z -- ******** Summary ******** 2025-03-21T20:23:49.6125608Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:49.6126215Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:49.6126831Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:49.6127434Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:49.6127983Z -- BUCK2 : buck2 2025-03-21T20:23:49.6128603Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:49.6129530Z -- FLATC_EXECUTABLE : /pytorch/executorch/build-x86/third-party/flatbuffers/flatc 2025-03-21T20:23:49.6130518Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:49.6131235Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:49.6132055Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:49.6132729Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:49.6133425Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:49.6134112Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:49.6134793Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:49.6135461Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:49.6136283Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:23:49.6137253Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:49.6137970Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:23:49.6138660Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:23:49.6139314Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:49.6139980Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:23:49.6140681Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:49.6141394Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:23:49.6142093Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:49.6142779Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:49.6143440Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:49.6144094Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:49.6144776Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:49.6145497Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:49.6146215Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:49.6146908Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:23:49.6147600Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:49.6148604Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:49.6149290Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:49.6149973Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:49.6150622Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:23:49.6151289Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:49.6151968Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:49.6152647Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:49.6153334Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:49.6153965Z -- Configuring done (8.2s) 2025-03-21T20:23:49.6154469Z -- Generating done (0.2s) 2025-03-21T20:23:49.6155172Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-03-21T20:23:49.6156139Z + cmake --build /pytorch/executorch/build-x86 -j2 --target install 2025-03-21T20:23:49.6157220Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:49.6158596Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:49.6159910Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:23:49.6160750Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:23:49.6161553Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T20:23:49.6162448Z [ 1%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:49.6163219Z CMake Warning: 2025-03-21T20:23:49.6163798Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:49.6164346Z 2025-03-21T20:23:49.6164547Z  2025-03-21T20:23:49.6165020Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:49.6165909Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:49.6166644Z git describe failed with exit code: 128 2025-03-21T20:23:49.6167060Z 2025-03-21T20:23:49.6167374Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:49.6168113Z Call Stack (most recent call first): 2025-03-21T20:23:49.6168701Z CMakeLists.txt:5 (include) 2025-03-21T20:23:49.6169043Z 2025-03-21T20:23:49.6169260Z  2025-03-21T20:23:53.3978127Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:53.3979855Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:53.3981167Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:53.3981874Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:53.3983314Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:53.3985222Z [ 2%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:53.3986167Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:53.3986951Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:53.3987683Z -- Detecting CXX compile features 2025-03-21T20:23:53.3988277Z -- Detecting CXX compile features - done 2025-03-21T20:23:53.3988918Z [ 2%] Built target gflags_nothreads_static 2025-03-21T20:23:53.3989709Z [ 2%] Generating etdump headers 2025-03-21T20:23:53.3990319Z -- Looking for strtof_l 2025-03-21T20:23:53.3990813Z [ 2%] Built target etdump_schema 2025-03-21T20:23:53.3991996Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:23:53.3993669Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:23:53.3995332Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:23:53.3996409Z -- Looking for strtof_l - found 2025-03-21T20:23:53.3996961Z -- Looking for strtoull_l 2025-03-21T20:23:53.3998140Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:23:53.3999843Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:23:53.4001632Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:23:53.4002771Z -- Looking for strtoull_l - found 2025-03-21T20:23:53.4003317Z -- Looking for realpath 2025-03-21T20:23:53.4004400Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:23:53.4005399Z [ 3%] Built target flatccrt 2025-03-21T20:23:53.4006588Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:53.4007711Z -- Looking for realpath - found 2025-03-21T20:23:53.4008362Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:53.4009071Z -- Configuring done (1.0s) 2025-03-21T20:23:53.4009593Z -- Generating done (0.0s) 2025-03-21T20:23:53.4010460Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers 2025-03-21T20:23:53.4011744Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:23:53.4013123Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:53.4014618Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:53.4016155Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:53.4017943Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:53.4019442Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:53.4021029Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:53.4022787Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:53.4024606Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:53.4026174Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:53.4027760Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:53.4029605Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:53.4031068Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:53.4032597Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:53.4034782Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:53.4036276Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:53.4037958Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:53.4040018Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:53.4041622Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:53.4043388Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:53.4045491Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:53.4047063Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:53.4049053Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:53.4051050Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:53.4053130Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:53.4054785Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:53.4056443Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:53.4058489Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:53.4060145Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:53.4061230Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T20:23:53.4061922Z [ 8%] Built target cpuinfo 2025-03-21T20:23:53.4063226Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:53.4064895Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:53.4066623Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:53.4068656Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:53.4070649Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:53.4072235Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:53.4073927Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:53.4076034Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:53.4077693Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:53.4079437Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:53.4081552Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:53.4083212Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:53.4084911Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:53.4087043Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:53.4089037Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:53.4090744Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:53.4092985Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:53.4094720Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:53.4096463Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:53.4098777Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:53.4100605Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:53.4102429Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:53.4104645Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:53.4106882Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:53.4108614Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:53.4110404Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:53.4112636Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:53.4114329Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:57.7085878Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:57.7086816Z [ 11%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:57.7087271Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:23:57.7088038Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:57.7088897Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:57.7089788Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:57.7090853Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:57.7091803Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:57.7092717Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:57.7093785Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:57.7094632Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:57.7095204Z [ 12%] Linking C static library libpthreadpool.a 2025-03-21T20:23:57.7095599Z [ 12%] Built target pthreadpool 2025-03-21T20:23:57.7096316Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:23:57.7097243Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:57.7098181Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:23:57.7099210Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:23:57.7100368Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:57.7101242Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:23:57.7102247Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:23:57.7103061Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:57.7103911Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:23:57.7104912Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:23:57.7105693Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:57.7106484Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:23:57.7107342Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:23:57.7108079Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:57.7108849Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:23:57.7109706Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:23:57.7110469Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:57.7111248Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:23:57.7112107Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:23:57.7112926Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:57.7113802Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:23:57.7114739Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:23:57.7115521Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:57.7116338Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:23:57.7117286Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:23:57.7118087Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:57.7118897Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:23:57.7119866Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:23:57.7120705Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:57.7121569Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:23:57.7122536Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:23:57.7123404Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:57.7124283Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:23:57.7125238Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:23:57.7126095Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:57.7126897Z [ 16%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:23:57.7127517Z [ 16%] Built target flatcc 2025-03-21T20:23:57.7128501Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:57.7129351Z [ 16%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:23:57.7130158Z [ 16%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:23:57.7130944Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:57.7131481Z [ 16%] Built target flatcc_cli 2025-03-21T20:23:57.7132136Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:57.7132924Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:57.7133523Z [100%] Linking CXX executable flatc 2025-03-21T20:23:57.7133872Z [100%] Built target flatc 2025-03-21T20:23:57.7134250Z [ 16%] No install step for 'flatbuffers' 2025-03-21T20:23:57.7134679Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:23:57.7135011Z [ 16%] Built target flatbuffers 2025-03-21T20:23:57.7135410Z [ 16%] Generating common_schema headers 2025-03-21T20:23:57.7135915Z [ 16%] Generating qualcomm ir schema headers 2025-03-21T20:23:57.7136287Z [ 16%] Built target common_schema 2025-03-21T20:23:57.7136592Z [ 16%] Built target qcir 2025-03-21T20:23:57.7136937Z [ 16%] Generating qnn_schema headers 2025-03-21T20:23:57.7137380Z [ 16%] Generating bundled_program headers 2025-03-21T20:23:57.7137746Z [ 16%] Built target qnn_schema 2025-03-21T20:23:57.7138062Z [ 16%] Built target bundled_program_schema 2025-03-21T20:23:57.7138501Z [ 16%] Generating scalar_type_schema headers 2025-03-21T20:23:57.7138949Z [ 16%] Generating program_schema headers 2025-03-21T20:23:57.7139325Z [ 16%] Built target scalar_type_schema 2025-03-21T20:23:57.7139992Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:23:57.7140569Z [ 16%] Built target program_schema 2025-03-21T20:23:57.7141261Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:23:57.7142001Z [ 17%] Linking CXX static library libqcir_utils.a 2025-03-21T20:23:57.7142583Z [ 17%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:23:57.7143022Z [ 17%] Built target qcir_utils 2025-03-21T20:23:57.7143336Z [ 17%] Built target qnn_executorch_logging 2025-03-21T20:23:57.7143776Z [ 17%] Generating flat_tensor_schema headers 2025-03-21T20:23:57.7144156Z [ 17%] Built target flat_tensor_schema 2025-03-21T20:23:57.7144766Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:57.7145776Z [ 17%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:23:57.7146638Z [ 17%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:23:57.7147319Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:57.7148064Z [ 17%] Built target qnn_implementation 2025-03-21T20:23:57.7148912Z [ 17%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:23:57.7149850Z [ 17%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:23:57.7150714Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:57.7151389Z [ 17%] Built target qnn_sys_implementation 2025-03-21T20:23:57.7152137Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:57.7153385Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:57.7154232Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:57.7155021Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:57.7155857Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:57.7156697Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:24:04.2097509Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:24:04.2098589Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:24:04.2099599Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:24:04.2100373Z [ 19%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:24:04.2100795Z [ 19%] Built target qnn_custom_protocol 2025-03-21T20:24:04.2101523Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:24:04.2102515Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:04.2103344Z [ 19%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:24:04.2103751Z [ 19%] Built target qnn_profiler 2025-03-21T20:24:04.2104342Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:24:04.2105223Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:04.2105935Z [ 20%] Linking CXX static library libutils.a 2025-03-21T20:24:04.2106311Z [ 20%] Built target utils 2025-03-21T20:24:04.2106961Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:24:04.2107885Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:04.2108587Z [ 20%] Linking CXX static library libshared_buffer.a 2025-03-21T20:24:04.2109250Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:04.2109783Z [ 20%] Built target shared_buffer 2025-03-21T20:24:04.2110466Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:04.2111341Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:04.2112305Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:24:04.2113262Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:04.2114093Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:04.2114980Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:24:04.2115838Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:04.2116479Z [ 22%] Linking CXX static library libwrappers.a 2025-03-21T20:24:04.2116860Z [ 22%] Built target wrappers 2025-03-21T20:24:04.2117477Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:04.2118408Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:24:04.2119149Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:04.2119777Z [ 23%] Built target executorch_core 2025-03-21T20:24:04.2120625Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:24:04.2121413Z [ 23%] Linking CXX static library libqnn_logger.a 2025-03-21T20:24:04.2121803Z [ 23%] Built target qnn_logger 2025-03-21T20:24:04.2122424Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:24:04.2123491Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:24:04.2124577Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:24:04.2125317Z [ 23%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:24:04.2125727Z [ 23%] Built target qnn_backend_cache 2025-03-21T20:24:04.2126536Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:24:04.2127385Z [ 23%] Linking CXX static library libextension_tensor.a 2025-03-21T20:24:04.2127805Z [ 23%] Built target extension_tensor 2025-03-21T20:24:04.2128576Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:04.2129549Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:04.2130376Z [ 23%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:04.2131180Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:04.2132101Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:04.2132797Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:04.2133203Z [ 24%] Built target executorch 2025-03-21T20:24:04.2133887Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:24:04.2134875Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:24:04.2135897Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:24:04.2136898Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:24:04.2137675Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:24:04.2138118Z [ 25%] Built target extension_threadpool 2025-03-21T20:24:04.2138872Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:24:04.2139630Z [ 25%] Linking CXX static library libqnn_backend.a 2025-03-21T20:24:04.2140026Z [ 25%] Built target qnn_backend 2025-03-21T20:24:04.2140735Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:24:04.2141789Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:24:04.2143033Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:24:04.2144357Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:24:04.2145228Z [ 26%] Linking CXX static library libqnn_device.a 2025-03-21T20:24:04.2145603Z [ 26%] Built target qnn_device 2025-03-21T20:24:04.2146275Z [ 27%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:24:04.2147108Z [ 27%] Linking CXX static library libbundled_program.a 2025-03-21T20:24:04.2147576Z [ 27%] Built target bundled_program 2025-03-21T20:24:04.2148500Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:24:04.2149512Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:24:04.2150289Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:24:04.2150744Z [ 28%] Built target extension_data_loader 2025-03-21T20:24:04.2151444Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:24:04.2152376Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:04.2153410Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:24:04.2154444Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:24:04.2155484Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:04.2156747Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:24:04.2158486Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:24:04.2160133Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:24:04.2161699Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:24:04.2163073Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:24:04.2164129Z [ 30%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:24:04.2164720Z [ 30%] Built target quantized_kernels 2025-03-21T20:24:04.2165689Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:04.2167091Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:04.2168436Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:04.2169666Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:04.2170961Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:04.2172352Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:04.2173605Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:04.2174423Z [ 31%] Built target PyQnnWrapperAdaptor 2025-03-21T20:24:10.3708687Z [ 31%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:24:10.3709724Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:10.3710559Z [ 31%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:24:10.3711402Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:10.3712328Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:24:10.3713227Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:10.3714105Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:24:10.3715108Z [ 33%] Linking CXX static library libetdump.a 2025-03-21T20:24:10.3715804Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:10.3716366Z [ 33%] Built target etdump 2025-03-21T20:24:10.3717088Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:10.3718064Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:10.3719055Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:10.3720087Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:10.3721020Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:10.3721971Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:10.3722904Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:10.3723852Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:10.3724798Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:10.3725768Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:10.3726728Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:10.3727652Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:10.3728590Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:10.3729531Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:10.3736638Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:10.3737627Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:10.3738599Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:10.3739557Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:10.3740500Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:10.3741441Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:10.3742409Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:10.3743358Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:10.3744316Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:10.3745276Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:10.3746261Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:10.3747239Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:10.3748419Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:10.3749643Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:10.3750606Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:10.3751583Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:10.3752613Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:10.3753587Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:10.3754523Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:10.3755437Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:10.3756361Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:10.3757336Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:10.3758306Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:10.3759227Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:10.3760164Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:10.3761095Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:10.3761984Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:10.3763070Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:10.3764175Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:10.3765471Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:10.3766576Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:10.3767580Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:10.3768681Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:10.3769822Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:10.3770778Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:10.3771835Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:10.3772785Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:10.3773749Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:10.3774704Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:10.3775597Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:10.3776538Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:10.3777491Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:10.3778611Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:10.3779584Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:10.3780603Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:10.3781564Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:10.3782492Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:10.3783451Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:10.3784401Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:10.3785339Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:10.3786289Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:16.2461669Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:16.2462797Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:16.2463791Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:16.2464776Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:16.2465738Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:16.2466762Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:16.2467873Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:16.2468949Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:16.2469974Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:16.2471068Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:16.2472068Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:16.2473073Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:16.2474130Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:16.2475171Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:16.2476198Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:16.2477310Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:16.2478342Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:16.2479353Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:16.2480423Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:16.2481402Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:16.2482447Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:16.2483801Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:16.2484836Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:16.2485870Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:16.2486913Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:16.2487975Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:16.2488978Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:16.2489948Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:16.2491006Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:16.2492063Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:16.2493123Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:16.2494187Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:16.2495193Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:16.2496192Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:16.2497172Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:16.2498173Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:16.2499201Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:16.2500139Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:16.2501150Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:16.2502118Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:16.2503110Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:16.2504119Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:16.2505164Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:16.2506114Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:16.2507014Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:16.2507957Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:16.2508874Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:16.2509819Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:16.2510801Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:16.2511840Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:16.2513032Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:16.2514018Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:16.2515037Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:16.2516106Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:16.2517125Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:16.2518111Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:16.2519097Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:16.2520038Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:16.2520967Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:16.2521979Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:16.2522935Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:16.2523865Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:16.2524873Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:16.2525894Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:16.2526883Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:16.2527899Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:16.2528897Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:16.2529863Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:16.2530810Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:16.2531844Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:16.2532819Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:16.2533776Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:16.2534715Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:16.2535689Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:21.7526421Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:21.7527464Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:21.7528490Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:21.7529584Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:21.7530647Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:21.7532058Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:21.7533025Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:21.7533948Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:21.7534880Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:21.7535862Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:21.7536888Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:21.7537905Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:21.7538985Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:21.7540065Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:21.7541040Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:21.7542027Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:21.7542980Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:21.7543942Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:21.7544895Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:21.7545793Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:21.7546826Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:21.7547935Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:21.7548910Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:21.7549865Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:21.7550800Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:21.7551769Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:21.7552725Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:21.7553708Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:21.7554730Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:21.7555755Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:21.7556792Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:21.7557825Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:21.7558861Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:21.7559814Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:21.7560926Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:21.7561845Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:21.7562871Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:21.7563902Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:21.7564992Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:21.7566053Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:21.7567005Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:21.7568004Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:21.7568979Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:21.7569938Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:21.7570903Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:21.7571949Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:21.7572945Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:21.7573949Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:21.7574932Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:21.7575849Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:21.7576762Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:21.7577690Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:21.7578664Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:21.7579855Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:21.7580931Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:21.7581982Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:21.7583108Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:21.7584271Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:21.7586253Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:21.7588099Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:21.7589768Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:21.7591193Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:21.7592785Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:21.7594411Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:21.7595886Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:21.7597321Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:21.7598815Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:21.7600294Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:21.7601818Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:21.7603434Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:21.7604912Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:27.3090462Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:27.3091640Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:27.3092693Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:27.3093759Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:27.3094742Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:27.3095671Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:27.3096648Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:27.3097583Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:27.3098514Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:27.3099399Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:27.3100353Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:27.3101355Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:27.3102389Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:27.3103394Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:27.3104406Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:27.3105422Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:27.3106447Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:27.3107460Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:27.3108423Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:27.3109419Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:27.3110739Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:27.3111734Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:27.3112690Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:27.3113711Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:27.3114683Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:27.3115680Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:27.3116661Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:27.3117663Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:27.3118644Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:27.3119642Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:27.3120656Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:27.3121637Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:27.3122600Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:27.3123579Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:27.3124532Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:27.3125490Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:27.3126450Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:27.3127410Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:27.3128418Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:27.3129454Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:27.3130420Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:27.3131370Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:27.3132443Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:27.3133443Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:27.3134401Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:27.3135488Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:27.3136428Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:27.3137406Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:27.3138373Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:27.3139467Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:27.3140428Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:27.3141375Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:27.3142293Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:27.3143208Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:27.3144135Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:27.3145070Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:27.3146021Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:27.3147003Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:27.3148161Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:27.3149154Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:27.3150175Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:27.3151170Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:27.3152115Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:27.3153084Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:27.3154055Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:27.3155085Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:27.3156110Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:27.3157070Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:27.3158032Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:27.3159034Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:27.3160038Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:27.3161028Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:32.4775748Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:32.4776823Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:32.4777836Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:32.4778864Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:32.4779788Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:32.4780728Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:32.4782032Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:32.4782992Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:32.4783920Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:32.4784855Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:32.4785786Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:32.4786739Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:32.4787759Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:32.4788780Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:32.4789849Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:32.4790948Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:32.4792118Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:32.4793221Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:32.4794232Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:32.4795242Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:32.4796253Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:32.4797290Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:32.4798303Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:32.4799319Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:32.4800330Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:32.4801355Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:32.4802398Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:32.4803476Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:32.4804525Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:32.4805498Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:32.4806541Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:32.4807570Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:32.4808532Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:32.4809521Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:32.4810649Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:32.4811727Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:32.4812722Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:32.4813757Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:32.4814784Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:32.4815759Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:32.4816824Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:32.4817866Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:32.4818976Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:32.4820069Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:32.4821240Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:32.4822405Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:32.4823495Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:32.4824541Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:32.4825594Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:32.4826655Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:32.4827698Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:32.4828502Z [ 89%] Linking CXX static library libportable_kernels.a 2025-03-21T20:24:32.4829335Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:32.4830062Z [ 89%] Built target portable_kernels 2025-03-21T20:24:32.4830828Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:32.4831940Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:32.4833009Z [ 90%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:24:32.4834055Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:32.4835129Z [ 90%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:24:32.4836245Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:32.4837443Z [ 90%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:24:32.4838632Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:32.4839598Z [ 91%] Linking CXX static library libqnn_context.a 2025-03-21T20:24:32.4839997Z [ 91%] Built target qnn_context 2025-03-21T20:24:32.4840704Z [ 91%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:24:32.4841763Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:32.4842874Z [ 91%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:24:32.4844023Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:32.4844885Z [ 91%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:24:32.4845335Z [ 91%] Built target extension_flat_tensor 2025-03-21T20:24:32.4846106Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:39.1097265Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:39.1098959Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:39.1099978Z [ 92%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:24:39.1101198Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:39.1102114Z [ 93%] Generating code for kernel registration 2025-03-21T20:24:39.1103092Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:39.1104397Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:39.1105381Z [ 93%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:24:39.1105887Z [ 93%] Built target optimized_portable_kernels 2025-03-21T20:24:39.1106420Z [ 94%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:24:39.1107073Z [ 94%] Generating code for kernel registration 2025-03-21T20:24:39.1108253Z [ 94%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:39.1109480Z [ 94%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:24:39.1109979Z [ 94%] Built target quantized_ops_lib 2025-03-21T20:24:39.1110823Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:24:39.1111993Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:24:39.1113355Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:39.1114752Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:39.1115850Z [ 95%] Linking CXX static library libqnn_graph.a 2025-03-21T20:24:39.1116306Z [ 95%] Built target qnn_graph 2025-03-21T20:24:39.1117008Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:24:39.1117919Z [ 96%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:24:39.1118323Z [ 96%] Built target qnn_mem_manager 2025-03-21T20:24:39.1119223Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:24:39.1121077Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:39.1122497Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:24:39.1123634Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:24:39.1124333Z [ 97%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:24:39.1124871Z [ 97%] Built target portable_ops_lib 2025-03-21T20:24:39.1125873Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:24:39.1126820Z [ 97%] Linking CXX shared library libextension_module.so 2025-03-21T20:24:39.1127739Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:24:39.1128519Z [ 97%] Built target extension_module 2025-03-21T20:24:39.1129300Z [ 98%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:24:39.1130430Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:24:39.1131329Z [ 98%] Linking CXX static library libextension_module_static.a 2025-03-21T20:24:39.1131911Z [ 98%] Built target extension_module_static 2025-03-21T20:24:39.1132738Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:24:39.1133868Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:24:39.1134932Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:39.1135781Z [ 99%] Linking CXX static library libqnn_factory.a 2025-03-21T20:24:39.1136258Z [ 99%] Built target qnn_factory 2025-03-21T20:24:39.1136916Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:24:39.1138064Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:24:39.1139231Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:24:39.1140353Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:24:39.1141141Z [ 99%] Linking CXX executable executor_runner 2025-03-21T20:24:39.1142041Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:39.1142856Z [ 99%] Built target executor_runner 2025-03-21T20:24:39.1143315Z [ 99%] Linking CXX static library libqnn_manager.a 2025-03-21T20:24:39.1143845Z [ 99%] Built target qnn_manager 2025-03-21T20:24:39.1144744Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-03-21T20:24:39.1146133Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:24:39.1147196Z [100%] Linking CXX shared library libqnn_executorch_backend.so 2025-03-21T20:24:39.1148245Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:39.1148822Z [100%] Built target qnn_executorch_backend 2025-03-21T20:24:39.1149330Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:24:39.1149718Z Install the project... 2025-03-21T20:24:39.1150030Z -- Install configuration: "Release" 2025-03-21T20:24:39.1150530Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-03-21T20:24:39.1151298Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:24:39.1152187Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-03-21T20:24:39.1152716Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-03-21T20:24:39.1153340Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:24:39.1154120Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:24:39.1154808Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:24:39.1155435Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-03-21T20:24:39.1156004Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-03-21T20:24:39.1156577Z -- Installing: /pytorch/executorch/build-x86/lib/liboptimized_portable_kernels.a 2025-03-21T20:24:39.1157309Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-03-21T20:24:39.1157879Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-03-21T20:24:39.1158583Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-03-21T20:24:39.1159415Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:24:39.1160180Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-03-21T20:24:39.1160831Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-03-21T20:24:39.1161597Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-03-21T20:24:39.1162351Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-03-21T20:24:39.1163032Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-03-21T20:24:39.1163752Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-03-21T20:24:39.1164518Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:24:39.1165276Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:24:39.1166237Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:24:39.1167072Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-03-21T20:24:39.1167822Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:24:39.1168683Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:24:39.1169628Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:24:39.1170689Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:24:39.1171809Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:24:39.1172731Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:24:39.1173621Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:24:39.1174696Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:24:39.1175894Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:24:39.1188963Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:24:39.1190247Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:24:39.1191257Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:24:39.1192093Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:24:39.1192903Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:24:39.1193715Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:24:39.1194481Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:24:39.1195223Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-03-21T20:24:39.1195995Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:24:39.1197032Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:24:39.1197963Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:24:39.1198845Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:24:39.1199638Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:24:39.1200482Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:24:39.1201400Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:24:39.1202343Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:24:39.1203245Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:24:39.1204169Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:24:39.1205182Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:24:39.1206159Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:24:39.1207114Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:24:39.1208051Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:24:39.1209023Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:24:39.1210028Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:24:39.1211043Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:24:39.1212130Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:24:39.1213024Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:24:39.1213860Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:24:39.1214667Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:24:39.1215494Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:24:39.1216344Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:24:39.1217182Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:24:39.1218047Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:24:39.1219053Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:24:39.1219901Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:24:39.1220746Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:24:39.1221619Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:24:39.1222456Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-03-21T20:24:39.1223182Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-03-21T20:24:39.1223856Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-03-21T20:24:39.1224516Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-03-21T20:24:39.1225222Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:24:39.1226003Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:24:39.1226747Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-03-21T20:24:39.1227388Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-03-21T20:24:39.1228098Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:24:39.1228922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:24:39.1229756Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:24:39.1230485Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-03-21T20:24:39.1231208Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:24:39.1232039Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:24:39.1232805Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-03-21T20:24:39.1233478Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-03-21T20:24:39.1234198Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-03-21T20:24:39.1234913Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-03-21T20:24:39.1235648Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:24:39.1236417Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-03-21T20:24:39.1237144Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-03-21T20:24:39.1237855Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-03-21T20:24:39.1238576Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-03-21T20:24:39.1239315Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-03-21T20:24:39.1240035Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-03-21T20:24:39.1240758Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-03-21T20:24:39.1241594Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-03-21T20:24:39.1242454Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:24:39.1243401Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-03-21T20:24:39.1244251Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-03-21T20:24:39.1245363Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:24:39.1246374Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:24:39.1247198Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-03-21T20:24:39.1248279Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:24:39.1249017Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-03-21T20:24:39.1249709Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-03-21T20:24:39.1250489Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:24:39.1251449Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:24:39.1252374Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:24:39.1253138Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-03-21T20:24:39.1253809Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-03-21T20:24:39.1254577Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:24:39.1255519Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-03-21T20:24:39.1256349Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:24:39.1257196Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:24:39.1257887Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-03-21T20:24:51.8237679Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-03-21T20:24:51.8238881Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:24:51.8240085Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-03-21T20:24:51.8241231Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-03-21T20:24:51.8242156Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-03-21T20:24:51.8243061Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-03-21T20:24:51.8244075Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-03-21T20:24:51.8245210Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-03-21T20:24:51.8246326Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-03-21T20:24:51.8247467Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-03-21T20:24:51.8248809Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-03-21T20:24:51.8249890Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-03-21T20:24:51.8250993Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-03-21T20:24:51.8252155Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-03-21T20:24:51.8253448Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:24:51.8255011Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:24:51.8256219Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-03-21T20:24:51.8258841Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:24:51.8263377Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:24:51.8267079Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:24:51.8269663Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-03-21T20:24:51.8271143Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-03-21T20:24:51.8272667Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-03-21T20:24:51.8274250Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:24:51.8275364Z + EXAMPLE_ROOT=examples/qualcomm 2025-03-21T20:24:51.8276627Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-03-21T20:24:51.8277953Z + echo 'Update tokenizers submodule...' 2025-03-21T20:24:51.8278566Z Update tokenizers submodule... 2025-03-21T20:24:51.8279200Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-03-21T20:24:51.8280178Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-03-21T20:24:51.8281102Z + git submodule update --init 2025-03-21T20:24:51.8282341Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third-party/abseil-cpp' 2025-03-21T20:24:51.8284153Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-03-21T20:24:51.8285744Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'third-party/re2' 2025-03-21T20:24:51.8287675Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'third-party/sentencepiece' 2025-03-21T20:24:51.8289462Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:24:51.8290752Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:24:51.8292120Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:24:51.8293449Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:24:51.8294888Z Submodule path 'third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:24:51.8296253Z Submodule path 'third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:24:51.8297563Z Submodule path 'third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:24:51.8298942Z Submodule path 'third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:24:51.8299963Z + popd 2025-03-21T20:24:51.8300385Z /pytorch/executorch/build-x86 2025-03-21T20:24:51.8302995Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-03-21T20:24:51.8305696Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:24:51.8306435Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:51.8307112Z -- Detecting C compiler ABI info 2025-03-21T20:24:51.8307708Z -- Detecting C compiler ABI info - done 2025-03-21T20:24:51.8308461Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:24:51.8309172Z -- Detecting C compile features 2025-03-21T20:24:51.8309741Z -- Detecting C compile features - done 2025-03-21T20:24:51.8310351Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:51.8311121Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:51.8311976Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:51.8312726Z -- Detecting CXX compile features 2025-03-21T20:24:51.8313416Z -- Detecting CXX compile features - done 2025-03-21T20:24:51.8314498Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-03-21T20:24:51.8315485Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:24:51.8316580Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:24:51.8317617Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:24:51.8318215Z 2025-03-21T20:24:51.8318427Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:24:51.8318858Z 2025-03-21T20:24:51.8319087Z /pytorch/executorch/examples/qualcomm/../.. 2025-03-21T20:24:51.8319549Z 2025-03-21T20:24:51.8319800Z Environment variable EXECUTORCH_ROOT is set to: 2025-03-21T20:24:51.8320304Z 2025-03-21T20:24:51.8320492Z /pytorch/executorch 2025-03-21T20:24:51.8320782Z 2025-03-21T20:24:51.8321226Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:24:51.8322106Z .cmake module might still use it. 2025-03-21T20:24:51.8322885Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:24:51.8323739Z  2025-03-21T20:24:51.8324254Z coremldelegate library is not found. 2025-03-21T20:24:51.8325217Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8326130Z mpsdelegate library is not found. 2025-03-21T20:24:51.8327042Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8327943Z neuron_backend library is not found. 2025-03-21T20:24:51.8328815Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8329598Z custom_ops library is not found. 2025-03-21T20:24:51.8330400Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8331178Z extension_runner_util library is not found. 2025-03-21T20:24:51.8331767Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8332272Z extension_training library is not found. 2025-03-21T20:24:51.8332782Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8333273Z xnnpack_backend library is not found. 2025-03-21T20:24:51.8333777Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8334238Z XNNPACK library is not found. 2025-03-21T20:24:51.8334829Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8335396Z microkernels-prod library is not found. 2025-03-21T20:24:51.8335909Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8336382Z kleidiai library is not found. 2025-03-21T20:24:51.8336853Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8337341Z vulkan_backend library is not found. 2025-03-21T20:24:51.8337836Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8338322Z optimized_kernels library is not found. 2025-03-21T20:24:51.8338824Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8339291Z cpublas library is not found. 2025-03-21T20:24:51.8339752Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8340223Z eigen_blas library is not found. 2025-03-21T20:24:51.8340702Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8341188Z optimized_ops_lib library is not found. 2025-03-21T20:24:51.8341687Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8342209Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:24:51.8342927Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8343435Z quantized_ops_aot_lib library is not found. 2025-03-21T20:24:51.8343953Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:51.8344669Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-03-21T20:24:51.8345292Z -- Generating operator lib: 2025-03-21T20:24:51.8345582Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:24:51.8345893Z -- OPS_SCHEMA_YAML: 2025-03-21T20:24:51.8346150Z -- ROOT_OPS: 2025-03-21T20:24:51.8346392Z -- INCLUDE_ALL_OPS: ON 2025-03-21T20:24:51.8347412Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-03-21T20:24:51.8348513Z -- Generating kernel bindings: 2025-03-21T20:24:51.8348831Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:24:51.8349379Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-03-21T20:24:51.8349924Z -- CUSTOM_OPS_YAML: 2025-03-21T20:24:51.8350201Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:24:51.8350501Z -- Generating operator lib: 2025-03-21T20:24:51.8350799Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:24:51.8351121Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:24:51.8351421Z -- DEPS: executorch 2025-03-21T20:24:55.6403397Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:24:55.6404257Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:24:55.6404717Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:24:55.6405121Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:24:55.6405526Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:24:55.6405919Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:24:55.6406318Z -- Found Threads: TRUE 2025-03-21T20:24:55.6407255Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-03-21T20:24:55.6408978Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2025-03-21T20:24:55.6410066Z 2025-03-21T20:24:55.6410210Z  2025-03-21T20:24:55.6410450Z -- Configuring done (1.3s) 2025-03-21T20:24:55.6410760Z -- Generating done (0.3s) 2025-03-21T20:24:55.6411262Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-03-21T20:24:55.6411846Z + cmake --build examples/qualcomm -j2 2025-03-21T20:24:55.6412408Z [ 1%] Generating selected_operators.yaml for full_portable_ops_lib 2025-03-21T20:24:55.6413264Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:24:55.6413992Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:24:55.6414410Z [ 2%] Built target log_severity 2025-03-21T20:24:55.6415098Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:24:55.6415865Z [ 3%] Generating code for kernel registration 2025-03-21T20:24:55.6416383Z [ 3%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:24:55.6416800Z [ 3%] Built target spinlock_wait 2025-03-21T20:24:55.6417435Z [ 4%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:24:55.6418126Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:24:55.6418513Z [ 4%] Built target strerror 2025-03-21T20:24:55.6419210Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:24:55.6420496Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:24:55.6421633Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:24:55.6422642Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:24:55.6423804Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:24:55.6424823Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:24:55.6425859Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:24:55.6426884Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:24:55.6427928Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:24:55.6428694Z [ 7%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:24:55.6429092Z [ 7%] Built target time_zone 2025-03-21T20:24:55.6429828Z [ 8%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:24:55.6430676Z [ 8%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:24:55.6431121Z [ 8%] Built target utf8_for_code_point 2025-03-21T20:24:55.6431784Z [ 9%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:24:55.6432888Z [ 9%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:55.6433906Z [ 9%] Linking CXX static library libabsl_int128.a 2025-03-21T20:24:55.6434526Z [ 9%] Built target int128 2025-03-21T20:24:55.6435406Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:24:55.6436263Z [ 9%] Linking CXX static library libfull_portable_ops_lib.a 2025-03-21T20:24:55.6436707Z [ 9%] Built target full_portable_ops_lib 2025-03-21T20:24:55.6437464Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:24:55.6438288Z [ 10%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:24:55.6438724Z [ 10%] Built target exponential_biased 2025-03-21T20:24:55.6439372Z [ 10%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:24:55.6440075Z [ 10%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:24:55.6440468Z [ 10%] Built target civil_time 2025-03-21T20:24:55.6441264Z [ 10%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:24:55.6442098Z [ 10%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:24:55.6442480Z [ 10%] Built target leak_check 2025-03-21T20:24:55.6443164Z [ 10%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:24:55.6444003Z [ 10%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:24:55.6444509Z [ 10%] Built target flags_commandlineflag_internal 2025-03-21T20:24:55.6445309Z [ 10%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:24:55.6446163Z [ 11%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:24:55.6446610Z [ 11%] Built target log_internal_nullguard 2025-03-21T20:24:55.6447368Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:24:55.6448636Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:24:55.6449074Z [ 11%] Built target periodic_sampler 2025-03-21T20:24:55.6449860Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:24:55.6450745Z [ 12%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:24:55.6451215Z [ 12%] Built target random_seed_gen_exception 2025-03-21T20:24:55.6451989Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-03-21T20:24:55.6452806Z [ 12%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:24:55.6453279Z [ 12%] Built target random_internal_platform 2025-03-21T20:24:55.6454146Z [ 12%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-03-21T20:24:55.6455452Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:24:55.6456333Z [ 13%] Linking CXX static library libcustom_ops.a 2025-03-21T20:24:55.6456717Z [ 13%] Built target custom_ops 2025-03-21T20:24:55.6457557Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:55.6458698Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:24:55.6459823Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-03-21T20:24:55.6460724Z [ 15%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:24:55.6461172Z [ 15%] Built target raw_logging_internal 2025-03-21T20:24:55.6461979Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:24:55.6463232Z [ 15%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:24:55.6464173Z [ 15%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:24:55.6464619Z [ 15%] Built target decode_rust_punycode 2025-03-21T20:24:55.6465327Z [ 15%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:24:55.6466545Z [ 16%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:24:55.6467514Z [ 16%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:24:55.6467959Z [ 16%] Built target bad_variant_access 2025-03-21T20:24:55.6468675Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:24:55.6469466Z [ 17%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:24:55.6469909Z [ 17%] Built target bad_optional_access 2025-03-21T20:24:55.6470635Z [ 17%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:24:55.6471502Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:24:55.6472341Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:24:55.6473695Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:24:55.6475038Z const NamedDataMap* named_data_map = nullptr) 2025-03-21T20:24:55.6475436Z ^ 2025-03-21T20:24:57.6231443Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:24:57.6232295Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:24:57.6232648Z ^ 2025-03-21T20:24:57.6233284Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:24:57.6234116Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:24:57.6234551Z ^ 2025-03-21T20:24:57.6235013Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:24:57.6235848Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:24:57.6237236Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:62:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:24:57.6238357Z const NamedDataMap* get_named_data_map() const { 2025-03-21T20:24:57.6238702Z ^ 2025-03-21T20:24:57.6239415Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:24:57.6240224Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:24:57.6240535Z ^ 2025-03-21T20:24:57.6247359Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:24:57.6248493Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:24:57.6248938Z ^ 2025-03-21T20:24:57.6249393Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:24:57.6250266Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:24:57.6251670Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:70:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:24:57.6252782Z const NamedDataMap* named_data_map_ = nullptr; 2025-03-21T20:24:57.6253131Z ^ 2025-03-21T20:24:57.6253835Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:24:57.6254629Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:24:57.6254944Z ^ 2025-03-21T20:24:57.6255580Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:24:57.6256431Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:24:57.6256893Z ^ 2025-03-21T20:24:57.6257210Z 3 warnings generated. 2025-03-21T20:24:57.6258004Z [ 17%] Linking CXX executable qnn_executor_runner 2025-03-21T20:24:57.6258822Z [ 17%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:24:57.6259307Z [ 17%] Built target cordz_functions 2025-03-21T20:24:57.6260122Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:24:57.6260824Z [ 18%] Built target qnn_executor_runner 2025-03-21T20:24:57.6261579Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:24:57.6262499Z [ 18%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:24:57.6263029Z [ 18%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:24:57.6264208Z [ 18%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:24:57.6265516Z [ 18%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:24:57.6266157Z [ 18%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:24:57.6266672Z [ 18%] Built target random_internal_randen_slow 2025-03-21T20:24:57.6267373Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:24:57.6267935Z [ 19%] Built target bad_any_cast_impl 2025-03-21T20:24:57.6268556Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:24:57.6269485Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:24:57.6270389Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:24:57.6271083Z [ 20%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:24:57.6271500Z [ 20%] Built target throw_delegate 2025-03-21T20:24:57.6272192Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:24:57.6273137Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:24:57.6273864Z [ 21%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:24:57.6274278Z [ 21%] Built target scoped_set_env 2025-03-21T20:24:57.6275049Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:24:57.6276092Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:24:57.6276796Z [ 21%] Linking CXX static library libabsl_base.a 2025-03-21T20:24:57.6277617Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:24:57.6278267Z [ 21%] Built target base 2025-03-21T20:24:57.6278978Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:24:57.6280025Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:24:57.6280825Z [ 22%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:24:57.6281265Z [ 22%] Built target debugging_internal 2025-03-21T20:24:57.6281907Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:24:57.6282616Z [ 23%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:24:57.6283025Z [ 23%] Built target demangle_rust 2025-03-21T20:24:57.6283679Z [ 24%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:24:57.6284416Z [ 25%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:24:57.6284820Z [ 25%] Built target string_view 2025-03-21T20:24:57.6285397Z [ 26%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:24:57.6286069Z [ 26%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:24:57.6286492Z [ 26%] Built target crc_cpu_detect 2025-03-21T20:24:57.6287425Z [ 27%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:24:57.6288562Z [ 27%] Linking CXX static library libabsl_city.a 2025-03-21T20:24:57.6289023Z [ 27%] Built target city 2025-03-21T20:24:57.6289712Z [ 28%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:24:57.6291457Z [ 28%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:24:57.6292532Z [ 28%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:24:57.6292956Z [ 28%] Built target log_internal_conditions 2025-03-21T20:24:57.6293328Z [ 28%] Built target low_level_hash 2025-03-21T20:24:57.6294295Z [ 28%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:24:57.6295385Z [ 28%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:24:57.6296223Z [ 28%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:24:57.6296717Z [ 28%] Built target random_internal_randen_hwaes 2025-03-21T20:24:57.6297414Z [ 28%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:24:57.6298169Z [ 29%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:24:57.6298598Z [ 29%] Built target malloc_internal 2025-03-21T20:24:57.6299074Z [ 29%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:24:57.6299828Z [ 29%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:24:57.6300390Z [ 29%] Built target tracing_internal 2025-03-21T20:24:57.6301115Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:24:57.6301891Z [ 30%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:24:57.6302291Z [ 30%] Built target stacktrace 2025-03-21T20:24:57.6302988Z [ 31%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:24:57.6303974Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:24:57.6304942Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:24:57.6305722Z [ 31%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:24:57.6306157Z [ 31%] Built target demangle_internal 2025-03-21T20:24:57.6306955Z [ 31%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:24:57.6307815Z [ 32%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:24:57.6308245Z [ 32%] Built target strings_internal 2025-03-21T20:24:57.6308730Z [ 33%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:24:57.6309478Z [ 33%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:24:57.6310044Z [ 33%] Built target graphcycles_internal 2025-03-21T20:24:57.6310764Z [ 34%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:25:01.4075659Z [ 34%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:25:01.4076514Z [ 34%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:25:01.4076931Z [ 34%] Built target crc_internal 2025-03-21T20:25:01.4077548Z [ 35%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:25:01.4078220Z [ 35%] Linking CXX static library libabsl_poison.a 2025-03-21T20:25:01.4078825Z [ 36%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:25:01.4079270Z [ 36%] Built target poison 2025-03-21T20:25:01.4079821Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:25:01.4080356Z [ 36%] Built target random_internal_randen 2025-03-21T20:25:01.4080980Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:25:01.4082117Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:25:01.4083026Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:25:01.4084001Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:25:01.4085031Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:25:01.4086036Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:25:01.4086975Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:25:01.4087841Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:25:01.4088637Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:25:01.4089447Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:25:01.4090259Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:25:01.4091088Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:25:01.4092022Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:25:01.4092690Z [ 40%] Linking CXX static library libabsl_strings.a 2025-03-21T20:25:01.4093082Z [ 40%] Built target strings 2025-03-21T20:25:01.4093690Z [ 40%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:25:01.4094499Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:25:01.4095140Z [ 40%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:25:01.4095544Z [ 40%] Built target symbolize 2025-03-21T20:25:01.4096073Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:25:01.4096974Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:25:01.4097868Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:25:01.4098775Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:25:01.4099875Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:25:01.4100791Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:25:01.4101771Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:25:01.4102711Z [ 43%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:25:01.4103619Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:25:01.4104386Z [ 44%] Linking CXX static library libabsl_time.a 2025-03-21T20:25:01.4104745Z [ 44%] Built target time 2025-03-21T20:25:01.4105298Z [ 44%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:25:01.4106248Z [ 44%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:25:01.4107016Z [ 44%] Linking CXX static library libabsl_hash.a 2025-03-21T20:25:01.4107395Z [ 44%] Built target hash 2025-03-21T20:25:01.4108078Z [ 45%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:25:01.4109023Z [ 45%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:25:01.4109473Z [ 45%] Built target str_format_internal 2025-03-21T20:25:01.4110193Z [ 45%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:25:01.4110963Z [ 45%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:25:01.4111375Z [ 45%] Built target examine_stack 2025-03-21T20:25:01.4112051Z [ 45%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:25:01.4112831Z [ 46%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:25:01.4113292Z [ 46%] Built target flags_commandlineflag 2025-03-21T20:25:01.4113978Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:25:01.4114747Z [ 47%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:25:01.4115202Z [ 47%] Built target log_internal_globals 2025-03-21T20:25:01.4115887Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:25:01.4116662Z [ 47%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:25:01.4117102Z [ 47%] Built target log_internal_proto 2025-03-21T20:25:01.4117702Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:25:01.4118405Z [ 47%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:25:01.4118855Z [ 47%] Built target log_internal_fnmatch 2025-03-21T20:25:01.4119603Z [ 47%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:25:01.4120387Z [ 48%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:25:01.4120787Z [ 48%] Built target log_entry 2025-03-21T20:25:01.4121553Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:25:01.4122662Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:25:01.4123515Z [ 50%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:25:01.4124150Z [ 50%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:25:01.4124614Z [ 50%] Built target random_internal_seed_material 2025-03-21T20:25:01.4125462Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:25:01.4126183Z [ 50%] Built target random_distributions 2025-03-21T20:25:01.4127070Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:25:01.4128335Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:25:01.4129310Z [ 51%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:25:01.4129855Z [ 51%] Built target random_internal_distribution_test_util 2025-03-21T20:25:01.4130484Z [ 52%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:25:01.4131174Z [ 53%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:25:01.4131710Z [ 53%] Built target kernel_timeout_internal 2025-03-21T20:25:01.4132501Z [ 53%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:25:01.4133535Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:25:01.4134473Z [ 53%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:25:01.4134932Z [ 53%] Built target failure_signal_handler 2025-03-21T20:25:01.4135635Z [ 53%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:25:01.4136624Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:25:01.4137485Z [ 53%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:25:01.4138009Z [ 53%] Built target flags_marshalling 2025-03-21T20:25:01.4138851Z [ 53%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:25:01.4139962Z [ 54%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:25:01.4140799Z [ 54%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:25:01.4141307Z [ 54%] Built target flags_private_handle_accessor 2025-03-21T20:25:01.4142048Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:25:01.4142773Z [ 55%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:25:01.4143163Z [ 55%] Built target crc32c 2025-03-21T20:25:01.4143714Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:25:01.4144405Z [ 55%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:25:01.4144857Z [ 55%] Built target log_internal_format 2025-03-21T20:25:05.4039652Z [ 56%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:25:05.4040566Z [ 56%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:25:05.4041067Z [ 56%] Built target log_sink 2025-03-21T20:25:05.4041827Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:25:05.4042719Z [ 56%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:25:05.4043245Z [ 56%] Built target random_internal_pool_urbg 2025-03-21T20:25:05.4044084Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:25:05.4045311Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:25:05.4046617Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:25:05.4047912Z [ 57%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:25:05.4049077Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:25:05.4050005Z [ 58%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:25:05.4050473Z [ 58%] Built target crc_cord_state 2025-03-21T20:25:05.4051232Z [ 58%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:25:05.4052509Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:25:05.4053457Z [ 58%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:25:05.4053917Z [ 58%] Built target random_seed_sequences 2025-03-21T20:25:05.4054786Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:25:05.4055976Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:25:05.4057772Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:25:05.4059100Z [ 59%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:25:05.4060335Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:25:05.4061485Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:25:05.4062627Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:25:05.4063688Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:25:05.4064887Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:25:05.4065824Z [ 61%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:25:05.4066249Z [ 61%] Built target synchronization 2025-03-21T20:25:05.4067061Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:25:05.4068303Z [ 62%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:25:05.4069441Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:25:05.4070751Z [ 62%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:25:05.4072073Z [ 63%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:25:05.4072944Z [ 63%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:25:05.4073435Z [ 63%] Built target hashtablez_sampler 2025-03-21T20:25:05.4074210Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:25:05.4075032Z [ 64%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:25:05.4075451Z [ 64%] Built target cord_internal 2025-03-21T20:25:05.4076221Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:25:05.4077002Z [ 65%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:25:05.4077461Z [ 65%] Built target cordz_handle 2025-03-21T20:25:05.4078161Z [ 65%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:25:05.4078953Z [ 65%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:25:05.4079454Z [ 65%] Built target flags_program_name 2025-03-21T20:25:05.4080152Z [ 65%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:25:05.4080928Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:25:05.4081368Z [ 66%] Built target vlog_config_internal 2025-03-21T20:25:05.4082028Z [ 67%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:25:05.4082727Z [ 68%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:25:05.4083183Z [ 68%] Built target cordz_info 2025-03-21T20:25:05.4083803Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:25:05.4084462Z [ 69%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:25:05.4084874Z [ 69%] Built target flags_config 2025-03-21T20:25:05.4085619Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:25:05.4086610Z [ 69%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:25:05.4087016Z [ 69%] Built target log_globals 2025-03-21T20:25:05.4087759Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:25:05.4088427Z [ 70%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:25:05.4088868Z [ 70%] Built target cordz_sample_token 2025-03-21T20:25:05.4089534Z [ 70%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:25:05.4090474Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:25:05.4091403Z [ 71%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:25:05.4092051Z [ 71%] Built target flags_internal 2025-03-21T20:25:05.4092778Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:25:05.4093811Z [ 71%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:25:05.4094544Z [ 71%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:25:05.4095017Z [ 71%] Built target log_internal_log_sink_set 2025-03-21T20:25:05.4095476Z [ 72%] Linking CXX static library libabsl_cord.a 2025-03-21T20:25:05.4096155Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:25:05.4096706Z [ 72%] Built target cord 2025-03-21T20:25:05.4097564Z [ 73%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:25:05.4098385Z [ 74%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:25:05.4098805Z [ 74%] Built target log_initialize 2025-03-21T20:25:05.4099600Z [ 75%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:25:05.4100353Z [ 75%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:25:05.4100763Z [ 75%] Built target raw_hash_set 2025-03-21T20:25:05.4101427Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:25:05.4102205Z [ 76%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:25:05.4102709Z [ 76%] Built target log_internal_message 2025-03-21T20:25:05.4103305Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:25:05.4104238Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:25:05.4105165Z [ 76%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:25:05.4105873Z [ 77%] Linking CXX static library libabsl_status.a 2025-03-21T20:25:05.4106259Z [ 77%] Built target status 2025-03-21T20:25:05.4106923Z [ 77%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:25:05.4107703Z [ 78%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:25:05.4108124Z [ 78%] Built target flags_reflection 2025-03-21T20:25:05.4108741Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:25:05.4109460Z [ 78%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:25:05.4109921Z [ 78%] Built target log_internal_check_op 2025-03-21T20:25:05.4110512Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:25:05.4111157Z [ 78%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:25:05.4111547Z [ 78%] Built target die_if_null 2025-03-21T20:25:05.4112332Z [ 78%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:25:05.4112998Z [ 78%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:25:05.4113396Z [ 78%] Built target log_flags 2025-03-21T20:25:05.4113889Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:25:05.4114450Z [ 78%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:25:05.4114845Z [ 78%] Built target statusor 2025-03-21T20:25:10.6302262Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:25:10.6303038Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:25:10.6303659Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:25:10.6304296Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:25:10.6305122Z [ 80%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:25:10.6305974Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:25:10.6306610Z [ 80%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:25:10.6307062Z [ 80%] Built target flags_usage_internal 2025-03-21T20:25:10.6307562Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:25:10.6308274Z [ 81%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:25:10.6308964Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:25:10.6309544Z [ 81%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:25:10.6309952Z [ 81%] Built target flags_usage 2025-03-21T20:25:10.6310431Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:25:10.6311061Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:25:10.6311711Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:25:10.6312430Z [ 83%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:25:10.6313168Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:25:10.6313778Z [ 83%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:25:10.6314185Z [ 83%] Built target flags_parse 2025-03-21T20:25:10.6314654Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:25:10.6315245Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:25:10.6315864Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:25:10.6316449Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:25:10.6317054Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:25:10.6317690Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:25:10.6318349Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:25:10.6319034Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:25:10.6319661Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:25:10.6320273Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:25:10.6320810Z [ 87%] Linking CXX static library libre2.a 2025-03-21T20:25:10.6321173Z [ 87%] Built target re2 2025-03-21T20:25:10.6321789Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-03-21T20:25:10.6322832Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-03-21T20:25:10.6324182Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:10.6325125Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:10.6326099Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:25:10.6327384Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:25:10.6328587Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/io_manager.cpp.o 2025-03-21T20:25:10.6329764Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:10.6331163Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:25:10.6332628Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:25:10.6333924Z [ 90%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:10.6335254Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:25:10.6336551Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:25:10.6337936Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:25:10.6339325Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:25:10.6340722Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:25:10.6342185Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:25:10.6343597Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:25:10.6345009Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:25:10.6346347Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:25:10.6347665Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:25:10.6349498Z [ 94%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:25:10.6350804Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:25:10.6351664Z [ 94%] Linking CXX executable qaihub_llama2_7b_runner 2025-03-21T20:25:10.6352600Z [ 95%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:25:10.6353370Z [ 95%] Built target qaihub_llama2_7b_runner 2025-03-21T20:25:10.6354176Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-03-21T20:25:10.6355172Z [ 95%] Linking CXX executable qnn_llama_runner 2025-03-21T20:25:10.6355935Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:10.6356559Z [ 95%] Built target qnn_llama_runner 2025-03-21T20:25:10.6357436Z [ 95%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-03-21T20:25:10.6358596Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:25:10.6359942Z [ 96%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:10.6361308Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:25:10.6362753Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:10.6363845Z [ 97%] Linking CXX executable qaihub_stable_diffusion_runner 2025-03-21T20:25:10.6364590Z [ 97%] Built target qaihub_stable_diffusion_runner 2025-03-21T20:25:10.6366184Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:25:10.6368351Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:25:10.6370371Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:25:10.6372546Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:25:10.6374516Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:25:10.6376422Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:25:11.8756222Z [100%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:25:11.8758029Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-03-21T20:25:11.8758842Z [100%] Built target qaihub_llama3_8b_runner 2025-03-21T20:25:11.8759442Z + set_up_aot 2025-03-21T20:25:11.8759823Z + cd /pytorch/executorch 2025-03-21T20:25:11.8760289Z + '[' '!' -d cmake-out ']' 2025-03-21T20:25:11.8760781Z + pushd cmake-out 2025-03-21T20:25:11.8761338Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:25:11.8764366Z + cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF 2025-03-21T20:25:11.8767913Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:11.8769221Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:11.8769967Z CMake. 2025-03-21T20:25:11.8770197Z 2025-03-21T20:25:11.8770598Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:11.8771731Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:11.8772950Z to work with policies introduced by or earlier. 2025-03-21T20:25:11.8773588Z 2025-03-21T20:25:11.8773850Z  2025-03-21T20:25:11.8775000Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:11.8776346Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:11.8777115Z CMake. 2025-03-21T20:25:11.8777329Z 2025-03-21T20:25:11.8777733Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:11.8778751Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:11.8779620Z to work with policies introduced by or earlier. 2025-03-21T20:25:11.8780036Z 2025-03-21T20:25:11.8780257Z  2025-03-21T20:25:11.8781447Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:11.8782799Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:11.8783500Z CMake. 2025-03-21T20:25:11.8783710Z 2025-03-21T20:25:11.8784129Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:11.8785170Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:11.8786072Z to work with policies introduced by or earlier. 2025-03-21T20:25:11.8786577Z 2025-03-21T20:25:11.8786802Z  2025-03-21T20:25:11.8787227Z -- Using python executable 'python3' 2025-03-21T20:25:11.8787808Z -- Resolved buck2 as buck2. 2025-03-21T20:25:11.8788303Z -- Killing buck2 daemon 2025-03-21T20:25:11.8788756Z 'buck2 killall' 2025-03-21T20:25:11.8789221Z -- executorch: Generating source lists 2025-03-21T20:25:11.8790150Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:11.8791443Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:11.8792430Z -- executorch: Using PAL default 'posix' 2025-03-21T20:25:11.8793037Z -- Generating operator lib: 2025-03-21T20:25:11.8793579Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:11.8794285Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:11.8795043Z -- ROOT_OPS: 2025-03-21T20:25:11.8795453Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:11.8797750Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:25:11.8799736Z -- Generating kernel bindings: 2025-03-21T20:25:11.8800238Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:11.8800932Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:11.8801648Z -- CUSTOM_OPS_YAML: 2025-03-21T20:25:11.8802093Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:11.8805255Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:25:11.8808002Z -- Generating operator lib: 2025-03-21T20:25:11.8808535Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:11.8809076Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:25:11.8809609Z -- DEPS: executorch 2025-03-21T20:25:11.8810691Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:25:11.8811965Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:11.8812766Z CMake. 2025-03-21T20:25:11.8812993Z 2025-03-21T20:25:11.8813360Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:11.8814360Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:11.8815384Z to work with policies introduced by or earlier. 2025-03-21T20:25:11.8815848Z 2025-03-21T20:25:11.8816201Z  2025-03-21T20:25:11.8816584Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:25:11.8817255Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:25:11.8818532Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:25:11.8819754Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:11.8820524Z CMake. 2025-03-21T20:25:11.8820742Z 2025-03-21T20:25:11.8821157Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:11.8822187Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:11.8823038Z to work with policies introduced by or earlier. 2025-03-21T20:25:11.8823509Z 2025-03-21T20:25:11.8823748Z  2025-03-21T20:25:11.8824106Z -- pybind11 v2.13.6 2025-03-21T20:25:11.8824901Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:25:11.8826077Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:25:11.8826883Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:25:11.8827480Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:25:11.8828731Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:25:11.8829990Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:11.8830772Z CMake. 2025-03-21T20:25:11.8831004Z 2025-03-21T20:25:11.8831419Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:11.8832465Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:11.8833355Z to work with policies introduced by or earlier. 2025-03-21T20:25:11.8833798Z 2025-03-21T20:25:11.8834037Z  2025-03-21T20:25:11.8834554Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:25:11.8835441Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:25:11.8836280Z -- Setting Clang compiler options 2025-03-21T20:25:11.8837585Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:25:11.8838965Z -- 2025-03-21T20:25:11.8839366Z -- ******** Summary ******** 2025-03-21T20:25:11.8839904Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:25:11.8840544Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:25:11.8841175Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:25:11.8841797Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:25:11.8842390Z -- BUCK2 : buck2 2025-03-21T20:25:11.8842977Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:25:11.8843933Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:25:11.8844916Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:25:11.8845633Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:25:11.8846297Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:25:11.8846908Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:25:11.8847580Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:25:11.8848371Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:25:11.8849052Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:25:11.8849691Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:25:11.8850385Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:25:11.8851024Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:25:11.8851759Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:25:11.8852408Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:25:11.8853024Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:25:11.8853936Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:25:11.8854701Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:25:11.8855090Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:25:11.8855471Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:25:11.8855842Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:25:11.8856412Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:25:11.8856780Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:25:11.8857140Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:25:11.8857529Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:25:11.8858119Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:25:11.8858786Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:25:11.8859451Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:25:11.8859927Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:25:11.8860493Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:25:11.8861082Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:25:11.8861446Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:25:11.8861810Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:25:11.8862168Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:25:11.8862534Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:25:11.8862907Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:25:11.8863258Z -- Configuring done (0.5s) 2025-03-21T20:25:11.8863546Z -- Generating done (0.2s) 2025-03-21T20:25:11.8863915Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:25:11.8864325Z ++ nproc 2025-03-21T20:25:11.8864905Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-03-21T20:25:11.8865708Z [ 6%] Built target flatbuffers 2025-03-21T20:25:11.8866012Z [ 6%] Built target common_schema 2025-03-21T20:25:11.8866678Z [ 12%] Generating qualcomm ir schema headers 2025-03-21T20:25:11.8867545Z [ 18%] Generating qnn_schema headers 2025-03-21T20:25:11.8867945Z [ 18%] Built target program_schema 2025-03-21T20:25:11.8868260Z [ 18%] Built target qcir 2025-03-21T20:25:11.8868544Z [ 18%] Built target qnn_schema 2025-03-21T20:25:11.8869165Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:25:11.8870101Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:25:11.8871003Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:25:11.8872196Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:25:16.6150552Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:25:16.6151668Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:25:16.6152560Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:25:16.6153484Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:25:16.6154427Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:25:16.6155261Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:25:16.6155970Z [ 31%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:25:16.6156533Z [ 31%] Linking CXX static library libqcir_utils.a 2025-03-21T20:25:16.6156942Z [ 31%] Built target qnn_executorch_logging 2025-03-21T20:25:16.6157584Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:25:16.6158352Z [ 31%] Built target qcir_utils 2025-03-21T20:25:16.6159057Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:25:16.6160076Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:25:16.6161089Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:25:16.6162013Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:25:16.6162970Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:25:16.6163908Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:25:16.6164639Z [ 37%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:25:16.6165076Z [ 37%] Built target qnn_implementation 2025-03-21T20:25:16.6165914Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:25:16.6166913Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:25:16.6167702Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:25:16.6168681Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:25:16.6169663Z [ 43%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:25:16.6170590Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:25:16.6171494Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:25:16.6172419Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:25:16.6173313Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:25:16.6174271Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:16.6175298Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:25:16.6176225Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:25:16.6176925Z [ 50%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:25:16.6177384Z [ 50%] Built target qnn_sys_implementation 2025-03-21T20:25:16.6177828Z [ 50%] Linking CXX static library libutils.a 2025-03-21T20:25:16.6178557Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:25:16.6179170Z [ 50%] Built target utils 2025-03-21T20:25:16.6179890Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:25:16.6180710Z [ 50%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:25:16.6181453Z [ 56%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:25:16.6182030Z [ 56%] Built target qnn_custom_protocol 2025-03-21T20:25:16.6182478Z [ 56%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:25:16.6183376Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:25:16.6184103Z [ 62%] Built target qnn_profiler 2025-03-21T20:25:16.6184762Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:25:16.6185656Z [ 62%] Linking CXX static library libshared_buffer.a 2025-03-21T20:25:16.6186062Z [ 62%] Built target shared_buffer 2025-03-21T20:25:16.6186505Z [ 62%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:25:16.6186918Z [ 62%] Built target executorch_core 2025-03-21T20:25:16.6187357Z [ 62%] Linking CXX static library libqnn_logger.a 2025-03-21T20:25:16.6188080Z [ 62%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:25:16.6188995Z [ 68%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:25:16.6189581Z [ 68%] Built target qnn_logger 2025-03-21T20:25:16.6190181Z [ 68%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:25:16.6190988Z [ 68%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:25:16.6191828Z [ 68%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:25:16.6192804Z [ 68%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:25:16.6193562Z [ 75%] Linking CXX static library libwrappers.a 2025-03-21T20:25:16.6194090Z [ 75%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:25:16.6194489Z [ 75%] Built target wrappers 2025-03-21T20:25:16.6195182Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:25:16.6195820Z [ 75%] Built target qnn_backend_cache 2025-03-21T20:25:16.6196574Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:25:16.6197815Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:25:16.6199151Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:25:16.6200015Z [ 75%] Linking CXX static library libexecutorch.a 2025-03-21T20:25:16.6200407Z [ 75%] Built target executorch 2025-03-21T20:25:16.6200853Z [ 75%] Linking CXX static library libextension_tensor.a 2025-03-21T20:25:16.6201269Z [ 75%] Built target extension_tensor 2025-03-21T20:25:16.6201713Z [ 75%] Linking CXX static library libqnn_backend.a 2025-03-21T20:25:16.6202090Z [ 75%] Built target qnn_backend 2025-03-21T20:25:16.6202505Z [ 81%] Linking CXX static library libqnn_device.a 2025-03-21T20:25:16.6202892Z [ 81%] Built target qnn_device 2025-03-21T20:25:16.6203603Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:25:16.6204698Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:25:16.6205913Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:25:16.6206784Z [ 81%] Linking CXX static library libqnn_context.a 2025-03-21T20:25:16.6207178Z [ 81%] Built target qnn_context 2025-03-21T20:25:16.6207874Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:25:16.6208908Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:25:16.6210045Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:25:16.6211176Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:25:16.6212583Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:25:16.6213436Z [ 87%] Linking CXX static library libqnn_graph.a 2025-03-21T20:25:16.6213960Z [ 87%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:25:16.6214364Z [ 87%] Built target qnn_graph 2025-03-21T20:25:16.6214671Z [ 87%] Built target qnn_mem_manager 2025-03-21T20:25:16.6215417Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:25:16.6216178Z [ 93%] Linking CXX static library libqnn_factory.a 2025-03-21T20:25:16.6216566Z [ 93%] Built target qnn_factory 2025-03-21T20:25:16.6217203Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:25:16.6218171Z [100%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:16.6218930Z [100%] Linking CXX static library libqnn_manager.a 2025-03-21T20:25:16.6219326Z [100%] Built target qnn_manager 2025-03-21T20:25:16.6220094Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:25:16.6221092Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:25:26.3033093Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:25:26.3033773Z [ 33%] Built target flatbuffers 2025-03-21T20:25:26.3034271Z [ 66%] Built target qnn_schema 2025-03-21T20:25:26.3034603Z [ 66%] Built target qnn_executorch_logging 2025-03-21T20:25:26.3034980Z [100%] Built target wrappers 2025-03-21T20:25:26.3035949Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:25:26.3037155Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:26.3038137Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:25:26.3038698Z [100%] Built target PyQnnWrapperAdaptor 2025-03-21T20:25:26.3039398Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:25:26.3040432Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:25:26.3041084Z + popd 2025-03-21T20:25:26.3041316Z /pytorch/executorch 2025-03-21T20:25:26.3041635Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:25:26.3042080Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:25:26.3042482Z + PYTHON_EXECUTABLE=python 2025-03-21T20:25:26.3042790Z + bash .ci/scripts/test_model.sh ic4 cmake qnn 2025-03-21T20:25:26.3043156Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:25:26.3043485Z + source .ci/scripts/utils.sh 2025-03-21T20:25:26.3043774Z + MODEL_NAME=ic4 2025-03-21T20:25:26.3044017Z + [[ -z ic4 ]] 2025-03-21T20:25:26.3044245Z + BUILD_TOOL=cmake 2025-03-21T20:25:26.3044493Z + [[ -z cmake ]] 2025-03-21T20:25:26.3044733Z + BACKEND=qnn 2025-03-21T20:25:26.3044964Z + [[ -z qnn ]] 2025-03-21T20:25:26.3045189Z + UPLOAD_DIR= 2025-03-21T20:25:26.3045429Z + [[ -z python ]] 2025-03-21T20:25:26.3045674Z + which python 2025-03-21T20:25:26.3045933Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:25:26.3046258Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:25:26.3046541Z + EXPORTED_MODEL=ic4 2025-03-21T20:25:26.3046814Z + [[ qnn == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:25:26.3047102Z + [[ qnn == *\q\n\n* ]] 2025-03-21T20:25:26.3047377Z + echo 'Testing ic4 with qnn...' 2025-03-21T20:25:26.3047678Z Testing ic4 with qnn... 2025-03-21T20:25:26.3048218Z + test_model_with_qnn 2025-03-21T20:25:26.3048541Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:25:26.3049160Z + source .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:25:26.3049592Z ++ set -eux 2025-03-21T20:25:26.3049829Z ++ set -o xtrace 2025-03-21T20:25:26.3050068Z ++ build_qnn_backend 2025-03-21T20:25:26.3050356Z ++ echo 'Start building qnn backend.' 2025-03-21T20:25:26.3050692Z Start building qnn backend. 2025-03-21T20:25:26.3050997Z ++ export ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:25:26.3051308Z ++ ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:25:26.3051698Z ++ export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:25:26.3052055Z ++ QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:25:26.3052406Z ++++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:25:26.3052753Z +++ cd -- .ci/scripts/../.. 2025-03-21T20:25:26.3053022Z +++ pwd 2025-03-21T20:25:26.3053294Z ++ export EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:25:26.3053660Z ++ EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:25:26.3054162Z ++ bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 2 --release 2025-03-21T20:25:26.3054672Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-03-21T20:25:26.3055035Z + '[' --skip_aarch64 = -h ']' 2025-03-21T20:25:26.3055326Z + BUILD_X86_64=true 2025-03-21T20:25:26.3055580Z + CMAKE_X86_64=build-x86 2025-03-21T20:25:26.3055854Z + BUILD_AARCH64=true 2025-03-21T20:25:26.3056124Z + CMAKE_AARCH64=build-android 2025-03-21T20:25:26.3056397Z + CLEAN=true 2025-03-21T20:25:26.3056631Z + BUILD_TYPE=Debug 2025-03-21T20:25:26.3056884Z + BUILD_JOB_NUMBER=16 2025-03-21T20:25:26.3057161Z + '[' -z PYTHON_EXECUTABLE ']' 2025-03-21T20:25:26.3057451Z + '[' -z BUCK2 ']' 2025-03-21T20:25:26.3057799Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-03-21T20:25:26.3058736Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 2 --release 2025-03-21T20:25:26.3059652Z + parsed_args=' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:25:26.3060149Z + eval set -- ' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:25:26.3060597Z ++ set -- --skip_aarch64 --job_number 2 --release -- 2025-03-21T20:25:26.3060946Z + true 2025-03-21T20:25:26.3061159Z + case "$1" in 2025-03-21T20:25:26.3061436Z + BUILD_AARCH64=false 2025-03-21T20:25:26.3061696Z + shift 2025-03-21T20:25:26.3061916Z + true 2025-03-21T20:25:26.3062129Z + case "$1" in 2025-03-21T20:25:26.3062375Z + BUILD_JOB_NUMBER=2 2025-03-21T20:25:26.3062631Z + shift 2 2025-03-21T20:25:26.3062854Z + true 2025-03-21T20:25:26.3063072Z + case "$1" in 2025-03-21T20:25:26.3063302Z + BUILD_TYPE=Release 2025-03-21T20:25:26.3063553Z + shift 2025-03-21T20:25:26.3063782Z + true 2025-03-21T20:25:26.3064002Z + case "$1" in 2025-03-21T20:25:26.3064237Z + shift 2025-03-21T20:25:26.3064456Z + break 2025-03-21T20:25:26.3064719Z +++ dirname backends/qualcomm/scripts/build.sh 2025-03-21T20:25:26.3065080Z ++ cd backends/qualcomm/scripts/../../.. 2025-03-21T20:25:26.3065409Z ++ pwd -P 2025-03-21T20:25:26.3065671Z + PRJ_ROOT=/pytorch/executorch 2025-03-21T20:25:26.3065973Z + '[' false = true ']' 2025-03-21T20:25:26.3066231Z + '[' true = true ']' 2025-03-21T20:25:26.3066528Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-03-21T20:25:26.3066863Z + '[' true = true ']' 2025-03-21T20:25:26.3067151Z + rm -rf /pytorch/executorch/build-x86 2025-03-21T20:25:26.3067503Z + mkdir /pytorch/executorch/build-x86 2025-03-21T20:25:26.3067834Z + cd /pytorch/executorch/build-x86 2025-03-21T20:25:26.3069609Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-03-21T20:25:26.3071442Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:25:26.3071968Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:26.3072344Z -- Detecting C compiler ABI info 2025-03-21T20:25:26.3072802Z -- Detecting C compiler ABI info - done 2025-03-21T20:25:26.3073211Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:25:26.3073621Z -- Detecting C compile features 2025-03-21T20:25:26.3073932Z -- Detecting C compile features - done 2025-03-21T20:25:26.3074273Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:26.3074607Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:26.3075027Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:26.3075443Z -- Detecting CXX compile features 2025-03-21T20:25:26.3075762Z -- Detecting CXX compile features - done 2025-03-21T20:25:26.3076566Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:26.3077313Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.3077761Z CMake. 2025-03-21T20:25:26.3077886Z 2025-03-21T20:25:26.3078131Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.3078697Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.3079203Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.3079481Z 2025-03-21T20:25:26.3079592Z  2025-03-21T20:25:26.3080220Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:26.3080969Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.3081406Z CMake. 2025-03-21T20:25:26.3081527Z 2025-03-21T20:25:26.3081757Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.3082329Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.3082830Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.3083106Z 2025-03-21T20:25:26.3083214Z  2025-03-21T20:25:26.3083472Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:25:26.3083854Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:25:26.3084224Z -- Found Threads: TRUE 2025-03-21T20:25:26.3084932Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:26.3085962Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.3086471Z CMake. 2025-03-21T20:25:26.3086596Z 2025-03-21T20:25:26.3086841Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.3087404Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.3087914Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.3088190Z 2025-03-21T20:25:26.3088338Z  2025-03-21T20:25:26.3088584Z -- Using python executable 'python' 2025-03-21T20:25:26.3088921Z -- Resolved buck2 as buck2. 2025-03-21T20:25:26.3089215Z -- Killing buck2 daemon 2025-03-21T20:25:26.3089475Z 'buck2 killall' 2025-03-21T20:25:26.3089745Z -- executorch: Generating source lists 2025-03-21T20:25:26.3090281Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:25:26.3090982Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:25:26.3091498Z -- executorch: Using PAL default 'posix' 2025-03-21T20:25:26.3091892Z -- Generating operator lib: 2025-03-21T20:25:26.3092197Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:26.3092626Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:26.3093070Z -- ROOT_OPS: 2025-03-21T20:25:26.3093322Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:26.3094589Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:25:26.3095868Z -- Generating kernel bindings: 2025-03-21T20:25:26.3096180Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:26.3096601Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:26.3097047Z -- CUSTOM_OPS_YAML: 2025-03-21T20:25:26.3097329Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:26.3099125Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:25:26.3100602Z -- Generating operator lib: 2025-03-21T20:25:26.3100905Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:26.3101215Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:25:26.3101524Z -- DEPS: executorch 2025-03-21T20:25:26.3102108Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:25:26.3102778Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.3103220Z CMake. 2025-03-21T20:25:26.3103358Z 2025-03-21T20:25:26.3103590Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.3104168Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.3104671Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.3104933Z 2025-03-21T20:25:26.3105053Z  2025-03-21T20:25:26.3105278Z -- Looking for C++ include unistd.h 2025-03-21T20:25:26.3105618Z -- Looking for C++ include unistd.h - found 2025-03-21T20:25:26.3105971Z -- Looking for C++ include stdint.h 2025-03-21T20:25:26.3106307Z -- Looking for C++ include stdint.h - found 2025-03-21T20:25:26.3113173Z -- Looking for C++ include inttypes.h 2025-03-21T20:25:26.3113673Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:25:26.3114073Z -- Looking for C++ include sys/types.h 2025-03-21T20:25:26.3114450Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:25:26.3114814Z -- Looking for C++ include sys/stat.h 2025-03-21T20:25:26.3115156Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:25:26.3115499Z -- Looking for C++ include fnmatch.h 2025-03-21T20:25:26.3115843Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:25:26.3116195Z -- Looking for C++ include stddef.h 2025-03-21T20:25:26.3116534Z -- Looking for C++ include stddef.h - found 2025-03-21T20:25:26.3116877Z -- Check size of uint32_t 2025-03-21T20:25:26.3117198Z -- Check size of uint32_t - done 2025-03-21T20:25:26.3117505Z -- Looking for strtoll 2025-03-21T20:25:26.3117784Z -- Looking for strtoll - found 2025-03-21T20:25:26.3118103Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:25:26.3118487Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:25:29.3072490Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:25:29.3073858Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:29.3074654Z CMake. 2025-03-21T20:25:29.3074864Z 2025-03-21T20:25:29.3075295Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:29.3076345Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:29.3077265Z to work with policies introduced by or earlier. 2025-03-21T20:25:29.3077769Z 2025-03-21T20:25:29.3077980Z  2025-03-21T20:25:29.3078364Z -- pybind11 v2.13.6 2025-03-21T20:25:29.3079205Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:25:29.3080350Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:25:29.3081136Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:25:29.3081728Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:25:29.3082962Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:25:29.3084658Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:29.3085477Z CMake. 2025-03-21T20:25:29.3085688Z 2025-03-21T20:25:29.3086119Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:29.3087174Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:29.3088100Z to work with policies introduced by or earlier. 2025-03-21T20:25:29.3088595Z 2025-03-21T20:25:29.3088806Z  2025-03-21T20:25:29.3089333Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:25:29.3090214Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:25:29.3090981Z -- Setting Clang compiler options 2025-03-21T20:25:29.3092396Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:25:29.3094032Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:25:29.3095144Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:29.3095934Z CMake. 2025-03-21T20:25:29.3096143Z 2025-03-21T20:25:29.3096581Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:29.3097628Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:29.3098531Z to work with policies introduced by or earlier. 2025-03-21T20:25:29.3098940Z 2025-03-21T20:25:29.3098947Z 2025-03-21T20:25:29.3099155Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:25:29.3099711Z -- Detecting C compiler ABI info 2025-03-21T20:25:29.3100200Z -- Detecting C compiler ABI info - done 2025-03-21T20:25:29.3100841Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:25:29.3101490Z -- Detecting C compile features 2025-03-21T20:25:29.3101992Z -- Detecting C compile features - done 2025-03-21T20:25:29.3102655Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:25:29.3103438Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:25:29.3104172Z -- Setting Clang compiler options 2025-03-21T20:25:29.3105418Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:25:29.3106715Z -- Configuring done (0.3s) 2025-03-21T20:25:29.3107182Z -- Generating done (0.0s) 2025-03-21T20:25:29.3107895Z -- Build files have been written to: /pytorch/executorch/build-x86/_host_build 2025-03-21T20:25:29.3108931Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:25:29.3109900Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:25:29.3110833Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:25:29.3111763Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:25:29.3112796Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:25:29.3113848Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:25:29.3114978Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:25:29.3115881Z [ 21%] Built target flatccrt 2025-03-21T20:25:29.3116732Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:25:29.3117961Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:25:29.3119187Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:25:29.3120400Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:25:29.3121603Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:25:29.3122981Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:25:29.3124294Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:25:29.3125323Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:25:29.3126280Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:25:29.3127240Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:25:29.3128224Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:25:29.3129150Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:25:29.3130122Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:25:29.3131198Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:25:29.3132428Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:25:29.3133569Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:25:29.3134700Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:25:29.3135821Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:25:29.3137003Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:25:29.3138221Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:25:29.3139374Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:25:29.3140524Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:25:29.3141630Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:25:29.3142770Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:25:29.3143663Z [ 93%] Built target flatcc 2025-03-21T20:25:29.3144360Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:25:29.3145423Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:25:29.3146267Z [100%] Built target flatcc_cli 2025-03-21T20:25:29.3146785Z -- Generating operator lib: 2025-03-21T20:25:29.3147303Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:25:29.3148218Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:25:29.3148951Z -- ROOT_OPS: 2025-03-21T20:25:29.3149356Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:29.3151694Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:25:29.3153741Z -- Generating kernel bindings: 2025-03-21T20:25:29.3154289Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:25:29.3154785Z -- FUNCTIONS_YAML: 2025-03-21T20:25:29.3155455Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:25:29.3156273Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:29.3162135Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:25:29.3167264Z -- Generating operator lib: 2025-03-21T20:25:29.3167769Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:25:29.3168315Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:25:29.3169064Z -- DEPS: executorch 2025-03-21T20:25:29.3169466Z -- 2025-03-21T20:25:29.3169979Z -- ******** Summary ******** 2025-03-21T20:25:29.3170500Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:25:29.3171099Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:25:29.3171791Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:25:29.3172382Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:25:29.3172967Z -- BUCK2 : buck2 2025-03-21T20:25:29.3173578Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:25:29.3174506Z -- FLATC_EXECUTABLE : /pytorch/executorch/build-x86/third-party/flatbuffers/flatc 2025-03-21T20:25:29.3175502Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:25:29.3176188Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:25:29.3176871Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:25:29.3177557Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:25:29.3178249Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:25:29.3178926Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:25:29.3179584Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:25:29.3180253Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:25:29.3180915Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:25:29.3181581Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:25:29.3182268Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:25:29.3182953Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:25:29.3183624Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:25:29.3184284Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:25:29.3184989Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:25:29.3185685Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:25:29.3186382Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:25:29.3187056Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:25:29.3187722Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:25:29.3188393Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:25:29.3189079Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:25:29.3189788Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:25:29.3190483Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:25:29.3191195Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:25:29.3191873Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:25:29.3192543Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:25:29.3193216Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:25:29.3193869Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:25:33.3609250Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:25:33.3610081Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:25:33.3610824Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:25:33.3611604Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:25:33.3612297Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:25:33.3612955Z -- Configuring done (7.8s) 2025-03-21T20:25:33.3613470Z -- Generating done (0.2s) 2025-03-21T20:25:33.3614174Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-03-21T20:25:33.3615162Z + cmake --build /pytorch/executorch/build-x86 -j2 --target install 2025-03-21T20:25:33.3616356Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:25:33.3617780Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:25:33.3619089Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:25:33.3619878Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:25:33.3620633Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T20:25:33.3622402Z [ 1%] Performing configure step for 'flatbuffers' 2025-03-21T20:25:33.3623165Z CMake Warning: 2025-03-21T20:25:33.3623952Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:25:33.3624470Z 2025-03-21T20:25:33.3624682Z  2025-03-21T20:25:33.3625126Z fatal: No names found, cannot describe anything. 2025-03-21T20:25:33.3626025Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:25:33.3626759Z git describe failed with exit code: 128 2025-03-21T20:25:33.3627205Z 2025-03-21T20:25:33.3627525Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:25:33.3628270Z Call Stack (most recent call first): 2025-03-21T20:25:33.3628856Z CMakeLists.txt:5 (include) 2025-03-21T20:25:33.3629199Z 2025-03-21T20:25:33.3629399Z  2025-03-21T20:25:33.3629798Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:25:33.3631151Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:25:33.3632489Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:33.3633205Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:33.3634636Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:25:33.3636160Z [ 2%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:25:33.3636946Z [ 2%] Built target gflags_nothreads_static 2025-03-21T20:25:33.3637681Z [ 2%] Generating etdump headers 2025-03-21T20:25:33.3638347Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:33.3638982Z [ 2%] Built target etdump_schema 2025-03-21T20:25:33.3640147Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:25:33.3641374Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:33.3642130Z -- Detecting CXX compile features 2025-03-21T20:25:33.3642745Z -- Detecting CXX compile features - done 2025-03-21T20:25:33.3643374Z -- Looking for strtof_l 2025-03-21T20:25:33.3644520Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:25:33.3645605Z -- Looking for strtof_l - found 2025-03-21T20:25:33.3646142Z -- Looking for strtoull_l 2025-03-21T20:25:33.3646661Z -- Looking for strtoull_l - found 2025-03-21T20:25:33.3647222Z -- Looking for realpath 2025-03-21T20:25:33.3648538Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:25:33.3650250Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:25:33.3651331Z -- Looking for realpath - found 2025-03-21T20:25:33.3652034Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:25:33.3652727Z -- Configuring done (0.9s) 2025-03-21T20:25:33.3653245Z -- Generating done (0.0s) 2025-03-21T20:25:33.3654108Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers 2025-03-21T20:25:33.3655765Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:25:33.3657091Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:25:33.3658173Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:25:33.3659715Z [ 4%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:25:33.3661412Z [ 4%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:25:33.3662849Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:25:33.3663694Z [ 4%] Built target flatccrt 2025-03-21T20:25:33.3664886Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:25:33.3666381Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:25:33.3667798Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:25:33.3669434Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:25:33.3671000Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:25:33.3672458Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:25:33.3674234Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:25:33.3676064Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:25:33.3677617Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:25:33.3679161Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:25:33.3681017Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:25:33.3682570Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:25:33.3684118Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:25:33.3685928Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:25:33.3687415Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:25:33.3689029Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:25:33.3690932Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:25:33.3692549Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:25:33.3694157Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:25:33.3696153Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:33.3697823Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:25:33.3699649Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:33.3701330Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:25:33.3702970Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:25:33.3704962Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:33.3706586Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:25:33.3708288Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:25:33.3709825Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:25:33.3711428Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:25:33.3713362Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:25:33.3714945Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:25:33.3716634Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:25:33.3718021Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T20:25:33.3718693Z [ 8%] Built target cpuinfo 2025-03-21T20:25:33.3720220Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:25:33.3721837Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:25:33.3723525Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:25:33.3725515Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:25:33.3727067Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:25:33.3728651Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:25:33.3730643Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:25:33.3732317Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:25:33.3734012Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:25:33.3736113Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:25:33.3737748Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:25:33.3739462Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:25:33.3741478Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:25:33.3743085Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:25:37.1248355Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:25:37.1249897Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:25:37.1250822Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:25:37.1251981Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:25:37.1253173Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:37.1254084Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:25:37.1255049Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:37.1256212Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:25:37.1257175Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:25:37.1258166Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:37.1259060Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:25:37.1259997Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:25:37.1261122Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:25:37.1261988Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:25:37.1262947Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:25:37.1264145Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:25:37.1265353Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:25:37.1265920Z [ 11%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:25:37.1266336Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:25:37.1267155Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:25:37.1268072Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:25:37.1269026Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:25:37.1270218Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:25:37.1271117Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:25:37.1272085Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:25:37.1273271Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:25:37.1274234Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:25:37.1274934Z [ 12%] Linking C static library libpthreadpool.a 2025-03-21T20:25:37.1275376Z [ 12%] Built target pthreadpool 2025-03-21T20:25:37.1276137Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:25:37.1277244Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:25:37.1278141Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:25:37.1279074Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:25:37.1280216Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:25:37.1281099Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:25:37.1282007Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:25:37.1283081Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:25:37.1283962Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:25:37.1284762Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:25:37.1285542Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:25:37.1286430Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:25:37.1287417Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:25:37.1288217Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:25:37.1289035Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:25:37.1289892Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:25:37.1290791Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:25:37.1291692Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:25:37.1292539Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:25:37.1293449Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:25:37.1294362Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:25:37.1295281Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:25:37.1296128Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:25:37.1296984Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:25:37.1298149Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:25:37.1298915Z [100%] Linking CXX executable flatc 2025-03-21T20:25:37.1299625Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:25:37.1300577Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:25:37.1301564Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:25:37.1302557Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:25:37.1303587Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:25:37.1304546Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:25:37.1305502Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:25:37.1306374Z [ 16%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:25:37.1306899Z [ 16%] Built target flatcc 2025-03-21T20:25:37.1307575Z [ 16%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:25:37.1308378Z [ 16%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:25:37.1308872Z [ 16%] Built target flatcc_cli 2025-03-21T20:25:37.1309149Z [100%] Built target flatc 2025-03-21T20:25:37.1309517Z [ 16%] No install step for 'flatbuffers' 2025-03-21T20:25:37.1309940Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:25:37.1310278Z [ 16%] Built target flatbuffers 2025-03-21T20:25:37.1310662Z [ 16%] Generating common_schema headers 2025-03-21T20:25:37.1311184Z [ 16%] Generating qualcomm ir schema headers 2025-03-21T20:25:37.1311549Z [ 16%] Built target common_schema 2025-03-21T20:25:37.1311848Z [ 16%] Built target qcir 2025-03-21T20:25:37.1312199Z [ 16%] Generating qnn_schema headers 2025-03-21T20:25:37.1312637Z [ 16%] Generating bundled_program headers 2025-03-21T20:25:37.1312989Z [ 16%] Built target qnn_schema 2025-03-21T20:25:37.1313303Z [ 16%] Built target bundled_program_schema 2025-03-21T20:25:37.1313744Z [ 16%] Generating scalar_type_schema headers 2025-03-21T20:25:37.1314197Z [ 16%] Generating program_schema headers 2025-03-21T20:25:37.1314560Z [ 16%] Built target scalar_type_schema 2025-03-21T20:25:37.1315213Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:25:37.1315774Z [ 16%] Built target program_schema 2025-03-21T20:25:37.1316462Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:25:37.1317206Z [ 17%] Linking CXX static library libqcir_utils.a 2025-03-21T20:25:37.1317764Z [ 17%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:25:37.1318212Z [ 17%] Built target qnn_executorch_logging 2025-03-21T20:25:37.1318535Z [ 17%] Built target qcir_utils 2025-03-21T20:25:37.1319052Z [ 17%] Generating flat_tensor_schema headers 2025-03-21T20:25:37.1319787Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:25:37.1320340Z [ 17%] Built target flat_tensor_schema 2025-03-21T20:25:37.1320930Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:25:41.8025367Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:25:41.8026471Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:25:41.8027472Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:25:41.8028319Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:25:41.8029107Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:25:41.8030007Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:25:41.8030825Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:25:41.8031658Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:25:41.8032501Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:25:41.8033415Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:25:41.8034387Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:25:41.8035311Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:25:41.8036345Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:25:41.8037311Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:25:41.8038103Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:25:41.8038774Z [ 20%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:25:41.8039484Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:25:41.8040034Z [ 20%] Built target qnn_implementation 2025-03-21T20:25:41.8040847Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:25:41.8041848Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:25:41.8042550Z [ 20%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:25:41.8043265Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:25:41.8043806Z [ 20%] Built target qnn_sys_implementation 2025-03-21T20:25:41.8044465Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:25:41.8045492Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:25:41.8046301Z [ 20%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:25:41.8046766Z [ 20%] Built target executorch_core 2025-03-21T20:25:41.8047474Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:25:41.8048463Z [ 20%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:25:41.8048891Z [ 20%] Built target qnn_custom_protocol 2025-03-21T20:25:41.8049736Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:25:41.8050488Z [ 21%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:25:41.8050883Z [ 21%] Built target qnn_profiler 2025-03-21T20:25:41.8051621Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:25:41.8052320Z [ 21%] Linking CXX static library libutils.a 2025-03-21T20:25:41.8052684Z [ 21%] Built target utils 2025-03-21T20:25:41.8053326Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:41.8054059Z [ 21%] Linking CXX static library libshared_buffer.a 2025-03-21T20:25:41.8054454Z [ 21%] Built target shared_buffer 2025-03-21T20:25:41.8055180Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:25:41.8056128Z [ 21%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:25:41.8057019Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:25:41.8057853Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:25:41.8058485Z [ 23%] Linking CXX static library libwrappers.a 2025-03-21T20:25:41.8058866Z [ 23%] Built target wrappers 2025-03-21T20:25:41.8059525Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:25:41.8060440Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:25:41.8061393Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:25:41.8062390Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:25:41.8063138Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:25:41.8063521Z [ 24%] Built target executorch 2025-03-21T20:25:41.8064186Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:25:41.8065161Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:25:41.8065886Z [ 25%] Linking CXX static library libqnn_logger.a 2025-03-21T20:25:41.8066257Z [ 25%] Built target qnn_logger 2025-03-21T20:25:41.8066988Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:25:41.8067811Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:25:41.8068253Z [ 25%] Built target extension_threadpool 2025-03-21T20:25:41.8068984Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:25:41.8070124Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:25:41.8071253Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:25:41.8072056Z [ 26%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:25:41.8072469Z [ 26%] Built target qnn_backend_cache 2025-03-21T20:25:41.8073371Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:25:41.8074477Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:25:41.8075574Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:25:41.8076817Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:25:41.8077514Z [ 26%] Linking CXX static library libqnn_device.a 2025-03-21T20:25:41.8077896Z [ 26%] Built target qnn_device 2025-03-21T20:25:41.8078664Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:25:41.8079503Z [ 26%] Linking CXX static library libextension_tensor.a 2025-03-21T20:25:41.8079917Z [ 26%] Built target extension_tensor 2025-03-21T20:25:41.8080663Z [ 27%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:25:41.8081409Z [ 27%] Linking CXX static library libbundled_program.a 2025-03-21T20:25:41.8081811Z [ 27%] Built target bundled_program 2025-03-21T20:25:41.8082517Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:25:41.8083585Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:41.8084641Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:25:41.8085554Z [ 28%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:25:41.8086252Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:25:41.8086688Z [ 28%] Built target extension_data_loader 2025-03-21T20:25:41.8087429Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:25:41.8088346Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:41.8089292Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:25:41.8090277Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:25:41.8091223Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:41.8092269Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:25:41.8093238Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:25:41.8094210Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:25:41.8095162Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:25:48.8338777Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:25:48.8340293Z [ 30%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:25:48.8341107Z [ 30%] Built target quantized_kernels 2025-03-21T20:25:48.8342502Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:48.8344393Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:48.8346244Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:48.8348139Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:48.8349605Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:48.8351324Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:48.8353275Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:48.8355259Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:48.8357128Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:48.8358910Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:48.8360657Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:48.8362332Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:48.8364100Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:48.8365877Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:48.8367675Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:48.8369548Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:48.8371383Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:48.8373215Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:48.8374963Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:48.8376075Z [ 33%] Built target PyQnnWrapperAdaptor 2025-03-21T20:25:48.8377343Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:48.8378979Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:25:48.8380649Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:48.8382233Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:25:48.8383872Z [ 35%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:25:48.8385709Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:48.8387509Z [ 35%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:25:48.8389315Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:25:48.8390664Z [ 35%] Linking CXX static library libetdump.a 2025-03-21T20:25:48.8391352Z [ 35%] Built target etdump 2025-03-21T20:25:48.8392753Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:48.8394779Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:25:48.8396749Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:48.8398717Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:25:48.8400581Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:48.8402456Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:25:48.8404385Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:48.8406208Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:25:48.8408395Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:48.8410195Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:25:48.8412107Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:48.8413978Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:25:48.8416021Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:48.8417843Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:25:48.8419699Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:48.8421568Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:25:48.8423507Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:48.8425401Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:25:48.8427228Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:48.8429120Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:25:48.8431062Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:48.8432977Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:25:48.8434876Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:48.8436880Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:25:48.8438878Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:48.8440727Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:25:48.8442583Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:48.8444400Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:25:48.8446249Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:48.8448771Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:25:48.8450712Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:48.8452747Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:25:48.8454524Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:48.8456406Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:25:48.8458278Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:48.8460200Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:25:48.8462129Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:48.8464211Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:25:48.8466183Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:48.8468099Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:48.8470015Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:48.8471875Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:25:48.8473801Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:48.8475649Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:25:48.8477506Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:25:54.5643743Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:25:54.5644784Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:25:54.5645782Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:25:54.5646747Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:25:54.5647902Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:25:54.5648924Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:25:54.5649888Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:25:54.5650841Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:25:54.5651834Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:25:54.5652776Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:25:54.5653702Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:25:54.5654675Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:25:54.5655650Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:25:54.5656591Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:25:54.5657570Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:25:54.5658490Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:25:54.5659424Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:25:54.5660344Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:25:54.5661277Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:25:54.5662233Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:25:54.5663238Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:25:54.5664219Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:25:54.5665541Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:25:54.5666500Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:25:54.5667501Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:25:54.5668507Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:25:54.5669442Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:25:54.5670370Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:25:54.5671291Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:25:54.5672208Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:25:54.5673129Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:25:54.5674068Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:25:54.5675030Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:25:54.5676009Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:25:54.5676979Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:25:54.5678033Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:25:54.5679032Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:25:54.5679976Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:25:54.5680922Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:25:54.5681916Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:54.5682866Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:25:54.5683809Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:25:54.5684747Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:25:54.5685679Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:25:54.5686594Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:25:54.5687500Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:25:54.5688451Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:25:54.5689403Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:25:54.5690378Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:25:54.5691392Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:25:54.5692530Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:25:54.5693626Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:25:54.5694552Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:25:54.5695485Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:25:54.5696415Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:25:54.5697390Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:25:54.5698584Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:25:54.5699541Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:25:54.5700475Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:25:54.5701566Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:25:54.5703185Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:25:54.5704169Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:25:54.5705182Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:25:54.5706145Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:25:54.5707104Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:25:54.5708078Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:25:54.5709076Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:25:54.5710048Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:25:54.5711017Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:25:54.5711968Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:25:54.5712894Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:25:54.5713826Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:25:54.5714728Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:26:00.2045667Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:26:00.2046696Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:26:00.2047662Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:26:00.2048817Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:26:00.2049858Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:26:00.2050854Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:26:00.2051903Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:26:00.2053196Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:26:00.2054164Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:26:00.2055223Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:26:00.2056280Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:26:00.2057384Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:26:00.2058440Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:26:00.2059386Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:26:00.2060335Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:26:00.2061264Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:26:00.2062190Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:26:00.2063095Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:26:00.2064051Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:26:00.2065024Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:26:00.2066025Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:26:00.2066975Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:26:00.2067995Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:26:00.2068990Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:26:00.2069910Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:26:00.2070867Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:26:00.2071835Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:26:00.2072833Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:26:00.2073814Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:26:00.2074815Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:26:00.2075808Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:26:00.2076791Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:26:00.2077817Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:26:00.2078763Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:26:00.2079726Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:26:00.2080663Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:26:00.2081763Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:26:00.2082738Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:26:00.2083718Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:26:00.2084666Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:26:00.2085637Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:26:00.2086641Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:26:00.2087593Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:26:00.2088573Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:26:00.2089548Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:26:00.2090509Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:26:00.2091561Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:26:00.2092588Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:26:00.2093531Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:26:00.2094514Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:26:00.2095492Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:26:00.2096476Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:26:00.2097485Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:26:00.2098440Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:26:00.2099417Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:26:00.2100757Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:26:00.2101855Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:26:00.2103014Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:26:00.2104126Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:26:00.2105169Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:26:00.2106115Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:26:00.2107050Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:26:00.2107992Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:26:00.2108910Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:26:00.2109845Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:26:00.2111024Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:26:00.2112036Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:26:00.2113039Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:26:00.2114019Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:26:00.2114990Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:26:00.2116091Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:26:00.2117079Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:26:05.9380357Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:26:05.9381370Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:26:05.9382416Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:26:05.9383397Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:26:05.9384401Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:26:05.9385394Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:26:05.9386417Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:26:05.9387417Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:26:05.9388351Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:26:05.9389317Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:26:05.9390278Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:26:05.9391222Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:26:05.9392194Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:26:05.9393187Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:26:05.9394166Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:26:05.9395181Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:26:05.9396189Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:26:05.9397138Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:26:05.9398158Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:26:05.9399220Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:26:05.9400210Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:26:05.9401557Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:26:05.9402542Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:26:05.9403473Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:26:05.9404384Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:26:05.9405319Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:26:05.9406248Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:26:05.9407162Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:26:05.9408158Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:26:05.9409235Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:26:05.9410264Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:26:05.9411286Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:26:05.9412367Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:26:05.9413381Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:26:05.9414393Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:26:05.9415353Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:26:05.9416375Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:26:05.9417412Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:26:05.9418353Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:26:05.9419395Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:26:05.9420980Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:26:05.9422408Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:26:05.9423526Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:26:05.9424550Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:26:05.9425556Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:26:05.9426524Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:26:05.9427520Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:26:05.9428499Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:26:05.9429427Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:26:05.9430364Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:26:05.9431534Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:26:05.9432461Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:26:05.9433388Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:26:05.9434367Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:26:05.9435482Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:26:05.9436507Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:26:05.9437503Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:26:05.9438480Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:26:05.9439736Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:26:05.9441469Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:26:05.9443106Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:26:05.9444514Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:26:05.9445855Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:26:05.9447201Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:26:05.9448633Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:26:05.9450047Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:26:05.9451542Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:26:05.9452882Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:26:05.9454242Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:26:05.9455595Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:26:05.9456976Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:26:05.9458322Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:26:11.4726038Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:26:11.4727113Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:26:11.4728066Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:26:11.4729029Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:26:11.4730003Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:26:11.4731005Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:26:11.4732058Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:26:11.4733420Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:26:11.4734368Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:26:11.4735340Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:26:11.4736383Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:26:11.4737463Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:26:11.4738606Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:26:11.4739655Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:26:11.4747002Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:26:11.4748373Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:26:11.4749438Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:26:11.4750453Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:26:11.4751460Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:26:11.4752466Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:26:11.4753453Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:26:11.4754433Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:26:11.4755412Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:26:11.4756401Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:26:11.4757412Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:26:11.4758404Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:26:11.4759384Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:26:11.4760359Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:26:11.4761318Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:26:11.4762302Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:26:11.4763281Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:26:11.4764246Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:26:11.4765239Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:26:11.4766275Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:26:11.4767308Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:26:11.4768547Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:26:11.4769581Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:26:11.4770608Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:26:11.4771713Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:26:11.4772730Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:26:11.4773735Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:26:11.4774741Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:26:11.4775749Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:26:11.4776755Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:26:11.4777791Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:26:11.4778868Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:26:11.4779905Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:26:11.4780949Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:26:11.4782259Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:26:11.4783250Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:26:11.4783989Z [ 87%] Linking CXX static library libportable_kernels.a 2025-03-21T20:26:11.4784948Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:26:11.4785585Z [ 87%] Built target portable_kernels 2025-03-21T20:26:11.4786326Z [ 87%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:26:11.4787404Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:26:11.4788137Z [ 87%] Linking CXX static library libqnn_backend.a 2025-03-21T20:26:11.4788511Z [ 87%] Built target qnn_backend 2025-03-21T20:26:11.4789219Z [ 87%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:26:11.4790240Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:26:11.4791312Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:26:11.4792432Z [ 88%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:11.4793261Z [ 88%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:26:11.4794199Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:26:11.4794930Z [ 88%] Built target extension_flat_tensor 2025-03-21T20:26:11.4795834Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:26:11.4797231Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:26:11.4798377Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:26:11.4799483Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:26:11.4800328Z [ 90%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:26:11.4801204Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:26:11.4801954Z [ 90%] Generating code for kernel registration 2025-03-21T20:26:11.4802779Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:26:11.4803886Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:26:18.7366951Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:26:18.7368239Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:26:18.7369983Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:26:18.7371326Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:26:18.7372646Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:26:18.7374044Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:26:18.7375583Z [ 91%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:18.7377013Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:26:18.7377932Z [ 91%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:26:18.7378410Z [ 91%] Built target quantized_ops_lib 2025-03-21T20:26:18.7379047Z [ 92%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:26:18.7380071Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:26:18.7381014Z [ 92%] Generating code for kernel registration 2025-03-21T20:26:18.7382093Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:26:18.7383459Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:26:18.7384853Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:26:18.7386013Z [ 93%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:26:18.7386593Z [ 93%] Built target optimized_portable_kernels 2025-03-21T20:26:18.7387608Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:26:18.7389024Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:26:18.7390586Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:26:18.7391740Z [ 94%] Linking CXX static library libqnn_context.a 2025-03-21T20:26:18.7392354Z [ 94%] Built target qnn_context 2025-03-21T20:26:18.7393316Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:26:18.7394636Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:18.7395739Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:26:18.7397058Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:18.7398115Z [ 95%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:26:18.7398542Z [ 95%] Built target portable_ops_lib 2025-03-21T20:26:18.7399477Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:26:18.7400446Z [ 95%] Linking CXX shared library libextension_module.so 2025-03-21T20:26:18.7400869Z [ 95%] Built target extension_module 2025-03-21T20:26:18.7401862Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:18.7403058Z [ 96%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:26:18.7404307Z [ 96%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:26:18.7405275Z [ 96%] Linking CXX static library libextension_module_static.a 2025-03-21T20:26:18.7405762Z [ 96%] Built target extension_module_static 2025-03-21T20:26:18.7406626Z [ 96%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:26:18.7407853Z [ 96%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:26:18.7409110Z [ 97%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:18.7410385Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:26:18.7411626Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:26:18.7412892Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:26:18.7414170Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:26:18.7415695Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:26:18.7417002Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:26:18.7418017Z [ 98%] Linking CXX static library libqnn_graph.a 2025-03-21T20:26:18.7418497Z [ 98%] Built target qnn_graph 2025-03-21T20:26:18.7418900Z [ 98%] Linking CXX executable executor_runner 2025-03-21T20:26:18.7419761Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:26:18.7420690Z [ 99%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:26:18.7421222Z [ 99%] Built target qnn_mem_manager 2025-03-21T20:26:18.7422034Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:26:18.7422789Z [ 99%] Built target executor_runner 2025-03-21T20:26:18.7423334Z [ 99%] Linking CXX static library libqnn_factory.a 2025-03-21T20:26:18.7423807Z [ 99%] Built target qnn_factory 2025-03-21T20:26:18.7424767Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:26:18.7425998Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:26:18.7426947Z [ 99%] Linking CXX static library libqnn_manager.a 2025-03-21T20:26:18.7427334Z [ 99%] Built target qnn_manager 2025-03-21T20:26:18.7428271Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-03-21T20:26:18.7429465Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:26:18.7430476Z [100%] Linking CXX shared library libqnn_executorch_backend.so 2025-03-21T20:26:18.7431287Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:26:18.7431897Z [100%] Built target qnn_executorch_backend 2025-03-21T20:26:18.7432260Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:26:18.7432794Z Install the project... 2025-03-21T20:26:18.7433107Z -- Install configuration: "Release" 2025-03-21T20:26:18.7433595Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-03-21T20:26:18.7434215Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:26:18.7434992Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-03-21T20:26:18.7435521Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-03-21T20:26:18.7436186Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:26:18.7437012Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:26:18.7437802Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:26:18.7438370Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-03-21T20:26:18.7438982Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-03-21T20:26:18.7439646Z -- Installing: /pytorch/executorch/build-x86/lib/liboptimized_portable_kernels.a 2025-03-21T20:26:18.7440298Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-03-21T20:26:18.7440988Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-03-21T20:26:18.7441701Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-03-21T20:26:18.7442526Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:26:18.7443297Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-03-21T20:26:18.7444083Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-03-21T20:26:18.7444856Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-03-21T20:26:18.7445660Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-03-21T20:26:18.7446402Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-03-21T20:26:18.7447163Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-03-21T20:26:18.7448331Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:26:18.7449185Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:26:18.7450183Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:26:18.7454426Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-03-21T20:26:18.7455954Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:26:18.7457539Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:26:18.7459667Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:26:18.7461616Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:26:18.7463404Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:26:18.7464988Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:26:18.7466545Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:26:18.7468249Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:26:18.7470019Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:26:18.7471928Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:26:18.7473757Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:26:18.7475358Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:26:18.7476851Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:26:18.7478461Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:26:18.7480044Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:26:18.7481474Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:26:18.7482599Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-03-21T20:26:18.7483421Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:26:18.7484298Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:26:18.7485164Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:26:18.7485981Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:26:18.7486901Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:26:18.7487760Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:26:18.7488689Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:26:18.7489656Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:26:18.7490560Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:26:18.7491566Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:26:18.7492583Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:26:18.7493570Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:26:18.7494581Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:26:18.7495528Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:26:18.7496514Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:26:18.7497673Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:26:18.7498687Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:26:18.7499691Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:26:18.7500582Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:26:18.7501414Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:26:18.7502232Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:26:18.7503066Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:26:18.7503907Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:26:18.7504753Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:26:18.7505599Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:26:18.7506464Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:26:18.7507311Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:26:18.7508155Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:26:18.7509042Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:26:18.7509867Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-03-21T20:26:18.7510602Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-03-21T20:26:18.7511278Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-03-21T20:26:18.7511944Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-03-21T20:26:18.7512647Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:26:18.7513443Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:26:18.7514221Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-03-21T20:26:18.7515335Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-03-21T20:26:18.7516627Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:26:18.7518204Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:26:18.7519863Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:26:18.7521318Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-03-21T20:26:18.7522705Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:26:18.7524327Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:26:18.7525829Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-03-21T20:26:18.7527156Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-03-21T20:26:18.7528567Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-03-21T20:26:18.7529928Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-03-21T20:26:18.7531605Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:26:18.7533066Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-03-21T20:26:18.7534461Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-03-21T20:26:18.7535758Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-03-21T20:26:18.7537138Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-03-21T20:26:18.7538558Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-03-21T20:26:18.7539905Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-03-21T20:26:18.7541310Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-03-21T20:26:18.7542641Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-03-21T20:26:18.7544123Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:26:18.7545625Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-03-21T20:26:18.7546994Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-03-21T20:26:18.7548817Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:26:18.7549937Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:26:18.7550740Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-03-21T20:26:18.7551511Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:26:19.6101335Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-03-21T20:26:19.6102737Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-03-21T20:26:19.6104124Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:26:19.6105525Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:26:19.6106802Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:26:19.6108184Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-03-21T20:26:19.6109438Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-03-21T20:26:19.6110904Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:26:19.6112251Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-03-21T20:26:19.6113669Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:26:19.6115293Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:26:19.6116603Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-03-21T20:26:19.6117565Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-03-21T20:26:19.6118752Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:26:19.6120008Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-03-21T20:26:19.6121114Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-03-21T20:26:19.6122054Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-03-21T20:26:19.6122950Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-03-21T20:26:19.6123974Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-03-21T20:26:19.6125570Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-03-21T20:26:19.6126717Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-03-21T20:26:19.6127903Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-03-21T20:26:19.6129092Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-03-21T20:26:19.6130224Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-03-21T20:26:19.6131391Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-03-21T20:26:19.6132632Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-03-21T20:26:19.6133979Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:26:19.6135628Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:26:19.6138477Z + rm -f /pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:26:19.6142796Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:26:19.6147040Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:26:19.6150969Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:26:19.6153214Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-03-21T20:26:19.6154608Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-03-21T20:26:19.6156055Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-03-21T20:26:19.6157527Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:26:19.6158578Z + EXAMPLE_ROOT=examples/qualcomm 2025-03-21T20:26:19.6159816Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-03-21T20:26:19.6160952Z + echo 'Update tokenizers submodule...' 2025-03-21T20:26:19.6161550Z Update tokenizers submodule... 2025-03-21T20:26:19.6162123Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-03-21T20:26:19.6163092Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-03-21T20:26:19.6163948Z + git submodule update --init 2025-03-21T20:26:19.6164413Z + popd 2025-03-21T20:26:19.6164782Z /pytorch/executorch/build-x86 2025-03-21T20:26:19.6167371Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-03-21T20:26:19.6170162Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:26:19.6170907Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:26:19.6171660Z -- Detecting C compiler ABI info 2025-03-21T20:26:19.6172240Z -- Detecting C compiler ABI info - done 2025-03-21T20:26:19.6172996Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:26:19.6173749Z -- Detecting C compile features 2025-03-21T20:26:19.6174288Z -- Detecting C compile features - done 2025-03-21T20:26:19.6174872Z -- Detecting CXX compiler ABI info 2025-03-21T20:26:19.6175690Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:26:19.6176521Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:26:19.6177306Z -- Detecting CXX compile features 2025-03-21T20:26:19.6177910Z -- Detecting CXX compile features - done 2025-03-21T20:26:19.6178981Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-03-21T20:26:19.6179964Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:26:19.6181050Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:26:19.6182111Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:26:19.6182706Z 2025-03-21T20:26:19.6182929Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:26:19.6183353Z 2025-03-21T20:26:19.6183619Z /pytorch/executorch/examples/qualcomm/../.. 2025-03-21T20:26:19.6184058Z 2025-03-21T20:26:19.6184333Z Environment variable EXECUTORCH_ROOT is set to: 2025-03-21T20:26:19.6184801Z 2025-03-21T20:26:19.6185006Z /pytorch/executorch 2025-03-21T20:26:19.6185302Z 2025-03-21T20:26:19.6185730Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:26:19.6186595Z .cmake module might still use it. 2025-03-21T20:26:19.6187394Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:26:19.6188261Z  2025-03-21T20:26:19.6188779Z coremldelegate library is not found. 2025-03-21T20:26:19.6189711Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6190582Z mpsdelegate library is not found. 2025-03-21T20:26:19.6191494Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6192434Z neuron_backend library is not found. 2025-03-21T20:26:19.6193368Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6194229Z custom_ops library is not found. 2025-03-21T20:26:19.6195115Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6196089Z extension_runner_util library is not found. 2025-03-21T20:26:19.6197089Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6198025Z extension_training library is not found. 2025-03-21T20:26:19.6198993Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6199897Z xnnpack_backend library is not found. 2025-03-21T20:26:19.6200803Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6201684Z XNNPACK library is not found. 2025-03-21T20:26:19.6202578Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6203526Z microkernels-prod library is not found. 2025-03-21T20:26:19.6204484Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6205385Z kleidiai library is not found. 2025-03-21T20:26:19.6206296Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6207235Z vulkan_backend library is not found. 2025-03-21T20:26:19.6208177Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6209115Z optimized_kernels library is not found. 2025-03-21T20:26:19.6210060Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6210954Z cpublas library is not found. 2025-03-21T20:26:19.6211938Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6212846Z eigen_blas library is not found. 2025-03-21T20:26:19.6213765Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6214689Z optimized_ops_lib library is not found. 2025-03-21T20:26:19.6215646Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6216649Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:26:19.6217807Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6218874Z quantized_ops_aot_lib library is not found. 2025-03-21T20:26:19.6219866Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:19.6221233Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-03-21T20:26:19.6222422Z -- Generating operator lib: 2025-03-21T20:26:19.6222941Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:26:19.6223504Z -- OPS_SCHEMA_YAML: 2025-03-21T20:26:19.6223946Z -- ROOT_OPS: 2025-03-21T20:26:19.6224398Z -- INCLUDE_ALL_OPS: ON 2025-03-21T20:26:19.6226406Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-03-21T20:26:19.6228201Z -- Generating kernel bindings: 2025-03-21T20:26:19.6228768Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:26:19.6229771Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-03-21T20:26:19.6230825Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:19.6231338Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:26:19.6231931Z -- Generating operator lib: 2025-03-21T20:26:19.6232470Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:26:19.6233052Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:26:23.3355980Z -- DEPS: executorch 2025-03-21T20:26:23.3356462Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:26:23.3356906Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:26:23.3357338Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:26:23.3357747Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:26:23.3358153Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:26:23.3358549Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:26:23.3358921Z -- Found Threads: TRUE 2025-03-21T20:26:23.3359888Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-03-21T20:26:23.3361154Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2025-03-21T20:26:23.3361953Z 2025-03-21T20:26:23.3362067Z  2025-03-21T20:26:23.3362305Z -- Configuring done (1.3s) 2025-03-21T20:26:23.3362603Z -- Generating done (0.3s) 2025-03-21T20:26:23.3363053Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-03-21T20:26:23.3363565Z + cmake --build examples/qualcomm -j2 2025-03-21T20:26:23.3364098Z [ 1%] Generating selected_operators.yaml for full_portable_ops_lib 2025-03-21T20:26:23.3364890Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:26:23.3365603Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:26:23.3366027Z [ 2%] Built target log_severity 2025-03-21T20:26:23.3366455Z [ 2%] Generating code for kernel registration 2025-03-21T20:26:23.3367317Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:26:23.3368070Z [ 3%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:26:23.3368492Z [ 3%] Built target spinlock_wait 2025-03-21T20:26:23.3369133Z [ 4%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:26:23.3369909Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:26:23.3370310Z [ 4%] Built target strerror 2025-03-21T20:26:23.3371016Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:26:23.3372114Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:26:23.3373468Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:26:23.3374483Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:26:23.3375499Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:26:23.3376509Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:26:23.3377567Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:26:23.3378592Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:26:23.3379622Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:26:23.3380386Z [ 7%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:26:23.3380789Z [ 7%] Built target time_zone 2025-03-21T20:26:23.3381560Z [ 8%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:26:23.3382750Z [ 8%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:23.3383652Z [ 8%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:26:23.3384100Z [ 8%] Built target utf8_for_code_point 2025-03-21T20:26:23.3384862Z [ 9%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:26:23.3385562Z [ 9%] Linking CXX static library libfull_portable_ops_lib.a 2025-03-21T20:26:23.3386005Z [ 9%] Built target full_portable_ops_lib 2025-03-21T20:26:23.3386829Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:26:23.3387642Z [ 9%] Linking CXX static library libabsl_int128.a 2025-03-21T20:26:23.3388031Z [ 9%] Built target int128 2025-03-21T20:26:23.3388733Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:26:23.3389555Z [ 10%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:26:23.3390004Z [ 10%] Built target exponential_biased 2025-03-21T20:26:23.3390662Z [ 10%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:26:23.3391363Z [ 10%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:26:23.3391757Z [ 10%] Built target civil_time 2025-03-21T20:26:23.3392547Z [ 10%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:26:23.3393403Z [ 10%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:26:23.3393808Z [ 10%] Built target leak_check 2025-03-21T20:26:23.3394501Z [ 10%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:26:23.3395351Z [ 10%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:26:23.3395857Z [ 10%] Built target flags_commandlineflag_internal 2025-03-21T20:26:23.3396665Z [ 10%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:26:23.3397526Z [ 11%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:26:23.3397999Z [ 11%] Built target log_internal_nullguard 2025-03-21T20:26:23.3398768Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:26:23.3399751Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:26:23.3400178Z [ 11%] Built target periodic_sampler 2025-03-21T20:26:23.3400968Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:26:23.3401854Z [ 12%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:26:23.3402337Z [ 12%] Built target random_seed_gen_exception 2025-03-21T20:26:23.3403045Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-03-21T20:26:23.3403839Z [ 12%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:26:23.3404309Z [ 12%] Built target random_internal_platform 2025-03-21T20:26:23.3405178Z [ 12%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-03-21T20:26:23.3406495Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:26:23.3407387Z [ 13%] Linking CXX static library libcustom_ops.a 2025-03-21T20:26:23.3407780Z [ 13%] Built target custom_ops 2025-03-21T20:26:23.3408627Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:23.3409889Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-03-21T20:26:23.3411161Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:26:23.3412636Z [ 15%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:26:23.3413857Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:26:23.3414716Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:26:23.3415568Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:26:23.3416932Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:26:23.3418067Z const NamedDataMap* named_data_map = nullptr) 2025-03-21T20:26:23.3418407Z ^ 2025-03-21T20:26:23.3419126Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:26:23.3419945Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:26:23.3420273Z ^ 2025-03-21T20:26:23.3420914Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:26:23.3421767Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:26:23.3422191Z ^ 2025-03-21T20:26:23.3422658Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:26:23.3423504Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:26:23.3424850Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:62:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:26:23.3425955Z const NamedDataMap* get_named_data_map() const { 2025-03-21T20:26:23.3426375Z ^ 2025-03-21T20:26:25.6370460Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:26:25.6371399Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:26:25.6371789Z ^ 2025-03-21T20:26:25.6372430Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:26:25.6373279Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:26:25.6373712Z ^ 2025-03-21T20:26:25.6374180Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:26:25.6375008Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:26:25.6376361Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:70:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:26:25.6377496Z const NamedDataMap* named_data_map_ = nullptr; 2025-03-21T20:26:25.6377838Z ^ 2025-03-21T20:26:25.6378539Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:26:25.6379348Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:26:25.6379661Z ^ 2025-03-21T20:26:25.6380277Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:26:25.6381119Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:26:25.6381546Z ^ 2025-03-21T20:26:25.6381771Z 3 warnings generated. 2025-03-21T20:26:25.6382339Z [ 15%] Linking CXX executable qnn_executor_runner 2025-03-21T20:26:25.6382917Z [ 16%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:26:25.6383360Z [ 16%] Built target raw_logging_internal 2025-03-21T20:26:25.6384171Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:26:25.6385046Z [ 16%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:26:25.6385618Z [ 16%] Built target decode_rust_punycode 2025-03-21T20:26:25.6386326Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:26:25.6386933Z [ 16%] Built target qnn_executor_runner 2025-03-21T20:26:25.6387651Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:26:25.6388438Z [ 16%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:26:25.6389041Z [ 17%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:26:25.6389484Z [ 17%] Built target bad_variant_access 2025-03-21T20:26:25.6390225Z [ 17%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:26:25.6390860Z [ 17%] Built target bad_optional_access 2025-03-21T20:26:25.6391702Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:26:25.6392536Z [ 18%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:26:25.6392961Z [ 18%] Built target cordz_functions 2025-03-21T20:26:25.6393712Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:26:25.6394606Z [ 18%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:26:25.6395135Z [ 18%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:26:25.6396089Z [ 18%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:26:25.6396824Z [ 18%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:26:25.6397257Z [ 18%] Built target bad_any_cast_impl 2025-03-21T20:26:25.6397887Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:26:25.6398654Z [ 19%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:26:25.6399142Z [ 19%] Built target random_internal_randen_slow 2025-03-21T20:26:25.6399791Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:26:25.6400617Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:26:25.6401489Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:26:25.6402432Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:26:25.6403408Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:26:25.6404134Z [ 20%] Linking CXX static library libabsl_base.a 2025-03-21T20:26:25.6404506Z [ 20%] Built target base 2025-03-21T20:26:25.6405152Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:26:25.6405912Z [ 21%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:26:25.6406330Z [ 21%] Built target throw_delegate 2025-03-21T20:26:25.6407003Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:26:25.6407747Z [ 21%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:26:25.6408164Z [ 21%] Built target scoped_set_env 2025-03-21T20:26:25.6408933Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:26:25.6409781Z [ 21%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:26:25.6410210Z [ 21%] Built target tracing_internal 2025-03-21T20:26:25.6410954Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:26:25.6412122Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:26:25.6413187Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:26:25.6414012Z [ 23%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:26:25.6414444Z [ 23%] Built target debugging_internal 2025-03-21T20:26:25.6415179Z [ 23%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:26:25.6416184Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:26:25.6417165Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:26:25.6417934Z [ 24%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:26:25.6418353Z [ 24%] Built target demangle_rust 2025-03-21T20:26:25.6418971Z [ 24%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:26:25.6419708Z [ 25%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:26:25.6420142Z [ 25%] Built target strings_internal 2025-03-21T20:26:25.6420813Z [ 26%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:26:25.6421561Z [ 26%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:26:25.6422112Z [ 26%] Built target crc_cpu_detect 2025-03-21T20:26:25.6422571Z [ 27%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:26:25.6423256Z [ 28%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:26:25.6423781Z [ 28%] Built target string_view 2025-03-21T20:26:25.6424462Z [ 29%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:26:25.6425189Z [ 29%] Linking CXX static library libabsl_city.a 2025-03-21T20:26:25.6425553Z [ 29%] Built target city 2025-03-21T20:26:25.6426234Z [ 30%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:26:25.6427018Z [ 30%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:26:25.6427432Z [ 30%] Built target low_level_hash 2025-03-21T20:26:25.6428219Z [ 30%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:26:25.6429096Z [ 30%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:26:25.6429553Z [ 30%] Built target log_internal_conditions 2025-03-21T20:26:25.6430286Z [ 30%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:26:25.6431118Z [ 30%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:26:25.6431614Z [ 30%] Built target random_internal_randen_hwaes 2025-03-21T20:26:25.6432299Z [ 30%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:26:25.6433010Z [ 30%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:26:25.6433559Z [ 31%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:26:25.6433988Z [ 31%] Built target stacktrace 2025-03-21T20:26:25.6434693Z [ 32%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:26:25.6435335Z [ 32%] Built target malloc_internal 2025-03-21T20:26:25.6435921Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:26:25.6436593Z [ 32%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:26:25.6437030Z [ 32%] Built target demangle_internal 2025-03-21T20:26:25.6437834Z [ 32%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:26:25.6438820Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:26:25.6439533Z [ 33%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:26:25.6439985Z [ 33%] Built target graphcycles_internal 2025-03-21T20:26:29.5183803Z [ 33%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:26:29.5184761Z [ 34%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:26:29.5185701Z [ 35%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:26:29.5186699Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:26:29.5187500Z [ 35%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:26:29.5187926Z [ 35%] Built target crc_internal 2025-03-21T20:26:29.5188637Z [ 35%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:26:29.5189628Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:26:29.5190412Z [ 36%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:26:29.5191212Z [ 36%] Built target random_internal_randen 2025-03-21T20:26:29.5192003Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:26:29.5193002Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:26:29.5193942Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:26:29.5194816Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:26:29.5195618Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:26:29.5196443Z [ 39%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:26:29.5197121Z [ 39%] Linking CXX static library libabsl_poison.a 2025-03-21T20:26:29.5197520Z [ 39%] Built target poison 2025-03-21T20:26:29.5198102Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:26:29.5198936Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:26:29.5199773Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:26:29.5200594Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:26:29.5201272Z [ 40%] Linking CXX static library libabsl_strings.a 2025-03-21T20:26:29.5201664Z [ 40%] Built target strings 2025-03-21T20:26:29.5202279Z [ 40%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:26:29.5203104Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:26:29.5203735Z [ 40%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:26:29.5204379Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:26:29.5204872Z [ 40%] Built target symbolize 2025-03-21T20:26:29.5205593Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:26:29.5206494Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:26:29.5207420Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:26:29.5208520Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:26:29.5209420Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:26:29.5210145Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:26:29.5211135Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:26:29.5212071Z [ 44%] Linking CXX static library libabsl_time.a 2025-03-21T20:26:29.5212891Z [ 44%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:26:29.5213548Z [ 44%] Built target time 2025-03-21T20:26:29.5214097Z [ 44%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:26:29.5215052Z [ 44%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:26:29.5215825Z [ 44%] Linking CXX static library libabsl_hash.a 2025-03-21T20:26:29.5216205Z [ 44%] Built target hash 2025-03-21T20:26:29.5216891Z [ 45%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:26:29.5217847Z [ 45%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:26:29.5218285Z [ 45%] Built target str_format_internal 2025-03-21T20:26:29.5219011Z [ 45%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:26:29.5219789Z [ 45%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:26:29.5220205Z [ 45%] Built target examine_stack 2025-03-21T20:26:29.5220888Z [ 45%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:26:29.5221681Z [ 46%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:26:29.5222133Z [ 46%] Built target flags_commandlineflag 2025-03-21T20:26:29.5222830Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:26:29.5223609Z [ 47%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:26:29.5224070Z [ 47%] Built target log_internal_globals 2025-03-21T20:26:29.5224773Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:26:29.5225554Z [ 47%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:26:29.5225989Z [ 47%] Built target log_internal_proto 2025-03-21T20:26:29.5226595Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:26:29.5227301Z [ 47%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:26:29.5227756Z [ 47%] Built target log_internal_fnmatch 2025-03-21T20:26:29.5228512Z [ 47%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:26:29.5229282Z [ 48%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:26:29.5229690Z [ 48%] Built target log_entry 2025-03-21T20:26:29.5230462Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:26:29.5231575Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:26:29.5232439Z [ 50%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:26:29.5232944Z [ 50%] Built target random_internal_seed_material 2025-03-21T20:26:29.5233796Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:26:29.5234697Z [ 50%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:26:29.5235162Z [ 50%] Built target random_distributions 2025-03-21T20:26:29.5236058Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:26:29.5237347Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:26:29.5238326Z [ 51%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:26:29.5238891Z [ 51%] Built target random_internal_distribution_test_util 2025-03-21T20:26:29.5239507Z [ 52%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:26:29.5240203Z [ 53%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:26:29.5240671Z [ 53%] Built target kernel_timeout_internal 2025-03-21T20:26:29.5241851Z [ 53%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:26:29.5242960Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:26:29.5243869Z [ 53%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:26:29.5244415Z [ 53%] Built target failure_signal_handler 2025-03-21T20:26:29.5245114Z [ 53%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:26:29.5246169Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:26:29.5246971Z [ 53%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:26:29.5247410Z [ 53%] Built target flags_marshalling 2025-03-21T20:26:29.5248844Z [ 54%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:26:29.5250051Z [ 54%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:26:29.5251000Z [ 54%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:26:29.5251587Z [ 54%] Built target flags_private_handle_accessor 2025-03-21T20:26:29.5252336Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:26:29.5253077Z [ 55%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:26:29.5253468Z [ 55%] Built target crc32c 2025-03-21T20:26:29.5254011Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:26:29.5254708Z [ 55%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:26:29.5255158Z [ 55%] Built target log_internal_format 2025-03-21T20:26:33.6035202Z [ 56%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:26:33.6036425Z [ 56%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:26:33.6036836Z [ 56%] Built target log_sink 2025-03-21T20:26:33.6037571Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:26:33.6038400Z [ 56%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:26:33.6038887Z [ 56%] Built target random_internal_pool_urbg 2025-03-21T20:26:33.6039667Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:26:33.6040827Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:26:33.6042017Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:26:33.6043300Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:26:33.6044516Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:26:33.6045797Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:26:33.6047055Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:26:33.6048419Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:26:33.6049584Z [ 59%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:26:33.6050725Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:26:33.6051713Z [ 59%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:26:33.6052146Z [ 59%] Built target crc_cord_state 2025-03-21T20:26:33.6053262Z [ 59%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:26:33.6054372Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:26:33.6055264Z [ 60%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:26:33.6055777Z [ 60%] Built target random_seed_sequences 2025-03-21T20:26:33.6056549Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:26:33.6057612Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:26:33.6058501Z [ 60%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:26:33.6058941Z [ 60%] Built target synchronization 2025-03-21T20:26:33.6059720Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:26:33.6060908Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:26:33.6062055Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:26:33.6063210Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:26:33.6064308Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:26:33.6065528Z [ 63%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:26:33.6066411Z [ 63%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:26:33.6066856Z [ 63%] Built target cord_internal 2025-03-21T20:26:33.6067610Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:26:33.6068926Z [ 64%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:26:33.6069977Z [ 64%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:26:33.6070406Z [ 64%] Built target cordz_handle 2025-03-21T20:26:33.6071170Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:26:33.6072038Z [ 65%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:26:33.6072494Z [ 65%] Built target hashtablez_sampler 2025-03-21T20:26:33.6073277Z [ 65%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:26:33.6074079Z [ 65%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:26:33.6074531Z [ 65%] Built target flags_program_name 2025-03-21T20:26:33.6075264Z [ 65%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:26:33.6076051Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:26:33.6076506Z [ 66%] Built target vlog_config_internal 2025-03-21T20:26:33.6077159Z [ 67%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:26:33.6077870Z [ 67%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:26:33.6078421Z [ 68%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:26:33.6078815Z [ 68%] Built target flags_config 2025-03-21T20:26:33.6079181Z [ 68%] Built target cordz_info 2025-03-21T20:26:33.6079765Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:26:33.6080539Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:26:33.6081325Z [ 70%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:26:33.6082014Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:26:33.6082554Z [ 70%] Built target log_globals 2025-03-21T20:26:33.6083138Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:26:33.6084004Z [ 70%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:26:33.6084703Z [ 71%] Linking CXX static library libabsl_cord.a 2025-03-21T20:26:33.6085081Z [ 71%] Built target cord 2025-03-21T20:26:33.6085765Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:26:33.6086632Z [ 72%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:26:33.6087057Z [ 72%] Built target flags_internal 2025-03-21T20:26:33.6087700Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:26:33.6088461Z [ 72%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:26:33.6088999Z [ 72%] Built target log_internal_log_sink_set 2025-03-21T20:26:33.6089701Z [ 73%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:26:33.6090460Z [ 74%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:26:33.6090883Z [ 74%] Built target log_initialize 2025-03-21T20:26:33.6091533Z [ 74%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:26:33.6092406Z [ 74%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:26:33.6093433Z [ 74%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:26:33.6094265Z [ 74%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:26:33.6094869Z [ 75%] Linking CXX static library libabsl_status.a 2025-03-21T20:26:33.6095269Z [ 75%] Built target cordz_sample_token 2025-03-21T20:26:33.6095990Z [ 76%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:26:33.6096615Z [ 76%] Built target status 2025-03-21T20:26:33.6097282Z [ 77%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:26:33.6098082Z [ 77%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:26:33.6098540Z [ 77%] Built target log_internal_message 2025-03-21T20:26:33.6099159Z [ 77%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:26:33.6099909Z [ 77%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:26:33.6100327Z [ 77%] Built target raw_hash_set 2025-03-21T20:26:33.6100963Z [ 77%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:26:33.6101672Z [ 77%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:26:33.6102068Z [ 77%] Built target statusor 2025-03-21T20:26:33.6102744Z [ 77%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:26:33.6103521Z [ 78%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:26:33.6103958Z [ 78%] Built target flags_reflection 2025-03-21T20:26:33.6104567Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:26:33.6105296Z [ 78%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:26:33.6105751Z [ 78%] Built target log_internal_check_op 2025-03-21T20:26:33.6106443Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:26:33.6107159Z [ 78%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:26:33.6107557Z [ 78%] Built target die_if_null 2025-03-21T20:26:33.6108049Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:26:33.6108634Z [ 78%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:26:33.6109032Z [ 78%] Built target log_flags 2025-03-21T20:26:38.6848279Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:26:38.6848976Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:26:38.6849807Z [ 79%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:26:38.6850580Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:26:38.6851170Z [ 80%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:26:38.6851723Z [ 80%] Built target flags_usage_internal 2025-03-21T20:26:38.6852273Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:26:38.6852919Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:26:38.6853537Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:26:38.6854132Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:26:38.6854729Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:26:38.6855444Z [ 81%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:26:38.6865545Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:26:38.6866370Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:26:38.6866995Z [ 82%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:26:38.6867398Z [ 82%] Built target flags_usage 2025-03-21T20:26:38.6867920Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:26:38.6868553Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:26:38.6869142Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:26:38.6869738Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:26:38.6870457Z [ 84%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:26:38.6871136Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:26:38.6871702Z [ 84%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:26:38.6872106Z [ 84%] Built target flags_parse 2025-03-21T20:26:38.6872588Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:26:38.6873212Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:26:38.6873871Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:26:38.6874542Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:26:38.6875173Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:26:38.6875779Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:26:38.6876310Z [ 87%] Linking CXX static library libre2.a 2025-03-21T20:26:38.6876696Z [ 87%] Built target re2 2025-03-21T20:26:38.6877305Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-03-21T20:26:38.6878322Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-03-21T20:26:38.6879532Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:38.6880582Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:38.6881535Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/io_manager.cpp.o 2025-03-21T20:26:38.6882508Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:26:38.6883736Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:26:38.6885206Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:26:38.6886584Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:38.6887905Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:38.6889247Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:26:38.6890516Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:26:38.6891897Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:26:38.6893203Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:26:38.6894593Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:26:38.6896055Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:26:38.6897511Z [ 92%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:26:38.6898951Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:26:38.6900359Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:26:38.6901714Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:26:38.6903028Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:26:38.6904276Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:26:38.6905564Z [ 94%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:26:38.6906874Z [ 95%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:26:38.6907742Z [ 95%] Linking CXX executable qaihub_llama2_7b_runner 2025-03-21T20:26:38.6908231Z [ 95%] Linking CXX executable qnn_llama_runner 2025-03-21T20:26:38.6908621Z [ 95%] Built target qaihub_llama2_7b_runner 2025-03-21T20:26:38.6909548Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-03-21T20:26:38.6910595Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:38.6911205Z [ 95%] Built target qnn_llama_runner 2025-03-21T20:26:38.6911909Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:26:38.6913053Z [ 96%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-03-21T20:26:38.6914458Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:26:38.6915765Z [ 96%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:38.6917038Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:38.6917994Z [ 97%] Linking CXX executable qaihub_stable_diffusion_runner 2025-03-21T20:26:38.6918975Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:26:38.6919770Z [ 98%] Built target qaihub_stable_diffusion_runner 2025-03-21T20:26:38.6920701Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:26:38.6922120Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:26:38.6923626Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:26:38.6925076Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:26:38.6926421Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:26:39.8142779Z [100%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:26:39.8144578Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-03-21T20:26:39.8145358Z [100%] Built target qaihub_llama3_8b_runner 2025-03-21T20:26:39.8145910Z ++ set_up_aot 2025-03-21T20:26:39.8146410Z ++ cd /pytorch/executorch 2025-03-21T20:26:39.8146885Z ++ '[' '!' -d cmake-out ']' 2025-03-21T20:26:39.8147397Z ++ pushd cmake-out 2025-03-21T20:26:39.8148054Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:26:39.8149688Z ++ cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF 2025-03-21T20:26:39.8151735Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:39.8152472Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:39.8152909Z CMake. 2025-03-21T20:26:39.8153032Z 2025-03-21T20:26:39.8153276Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:39.8153850Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:39.8154534Z to work with policies introduced by or earlier. 2025-03-21T20:26:39.8154811Z 2025-03-21T20:26:39.8155021Z  2025-03-21T20:26:39.8155655Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:39.8156400Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:39.8156836Z CMake. 2025-03-21T20:26:39.8156956Z 2025-03-21T20:26:39.8157201Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:39.8157757Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:39.8158255Z to work with policies introduced by or earlier. 2025-03-21T20:26:39.8158528Z 2025-03-21T20:26:39.8158634Z  2025-03-21T20:26:39.8159284Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:39.8160049Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:39.8160474Z CMake. 2025-03-21T20:26:39.8160607Z 2025-03-21T20:26:39.8160838Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:39.8161406Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:39.8161904Z to work with policies introduced by or earlier. 2025-03-21T20:26:39.8162162Z 2025-03-21T20:26:39.8162278Z  2025-03-21T20:26:39.8162520Z -- Using python executable 'python3' 2025-03-21T20:26:39.8162834Z -- Resolved buck2 as buck2. 2025-03-21T20:26:39.8163205Z -- Killing buck2 daemon 2025-03-21T20:26:39.8163468Z 'buck2 killall' 2025-03-21T20:26:39.8163769Z -- executorch: Generating source lists 2025-03-21T20:26:39.8164345Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:39.8165074Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:39.8165625Z -- executorch: Using PAL default 'posix' 2025-03-21T20:26:39.8166188Z -- Generating operator lib: 2025-03-21T20:26:39.8166688Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:39.8167114Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:39.8167540Z -- ROOT_OPS: 2025-03-21T20:26:39.8167790Z -- INCLUDE_ALL_OPS: 2025-03-21T20:26:39.8169090Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:26:39.8170240Z -- Generating kernel bindings: 2025-03-21T20:26:39.8170550Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:39.8170966Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:39.8171394Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:39.8171741Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:26:39.8173449Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:26:39.8174933Z -- Generating operator lib: 2025-03-21T20:26:39.8175229Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:39.8175536Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:26:39.8175836Z -- DEPS: executorch 2025-03-21T20:26:39.8176413Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:26:39.8177081Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:39.8177515Z CMake. 2025-03-21T20:26:39.8177639Z 2025-03-21T20:26:39.8177882Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:39.8178439Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:39.8178941Z to work with policies introduced by or earlier. 2025-03-21T20:26:39.8179332Z 2025-03-21T20:26:39.8179442Z  2025-03-21T20:26:39.8179761Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:26:39.8180143Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:26:39.8180826Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:26:39.8181496Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:39.8181931Z CMake. 2025-03-21T20:26:39.8182063Z 2025-03-21T20:26:39.8182294Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:39.8182869Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:39.8183373Z to work with policies introduced by or earlier. 2025-03-21T20:26:39.8183632Z 2025-03-21T20:26:39.8183740Z  2025-03-21T20:26:39.8183967Z -- pybind11 v2.13.6 2025-03-21T20:26:39.8184536Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:26:39.8185207Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:39.8185642Z CMake. 2025-03-21T20:26:39.8185762Z 2025-03-21T20:26:39.8186003Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:39.8186559Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:39.8187063Z to work with policies introduced by or earlier. 2025-03-21T20:26:39.8187332Z 2025-03-21T20:26:39.8187441Z  2025-03-21T20:26:39.8187740Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:26:39.8188214Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:26:39.8188612Z -- Setting Clang compiler options 2025-03-21T20:26:39.8189321Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:26:39.8190017Z -- 2025-03-21T20:26:39.8190240Z -- ******** Summary ******** 2025-03-21T20:26:39.8190545Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:26:39.8190872Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:26:39.8191206Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:26:39.8191544Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:26:39.8191860Z -- BUCK2 : buck2 2025-03-21T20:26:39.8192196Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:26:39.8192700Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:26:39.8193210Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:26:39.8193592Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:26:39.8193975Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:26:39.8194348Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:26:39.8194726Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:26:39.8195092Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:26:39.8195464Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:26:39.8195894Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:26:39.8196262Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:26:39.8196632Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:26:39.8197083Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:26:39.8197458Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:26:39.8197825Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:26:39.8198197Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:26:39.8198709Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:26:39.8199303Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:26:39.8199940Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:26:39.8200473Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:26:39.8200969Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:26:39.8201418Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:26:39.8201789Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:26:39.8202214Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:26:39.8202610Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:26:39.8203035Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:26:39.8203414Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:26:39.8203770Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:26:39.8204145Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:26:39.8204522Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:26:39.8204890Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:26:39.8205263Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:26:39.8205637Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:26:39.8205997Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:26:39.8206374Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:26:39.8206726Z -- Configuring done (0.3s) 2025-03-21T20:26:39.8207015Z -- Generating done (0.2s) 2025-03-21T20:26:39.8207392Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:26:39.8207787Z +++ nproc 2025-03-21T20:26:39.8208269Z ++ cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-03-21T20:26:39.8208839Z [ 6%] Built target flatbuffers 2025-03-21T20:26:39.8209147Z [ 6%] Built target common_schema 2025-03-21T20:26:39.8209631Z [ 12%] Generating qualcomm ir schema headers 2025-03-21T20:26:39.8209987Z [ 18%] Built target qnn_schema 2025-03-21T20:26:39.8210287Z [ 18%] Built target program_schema 2025-03-21T20:26:39.8210594Z [ 18%] Built target qcir 2025-03-21T20:26:39.8210889Z [ 18%] Built target qnn_executorch_logging 2025-03-21T20:26:39.8211647Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:26:39.8212225Z [ 18%] Built target qnn_sys_implementation 2025-03-21T20:26:39.8212574Z [ 18%] Built target qnn_implementation 2025-03-21T20:26:39.8212902Z [ 25%] Built target utils 2025-03-21T20:26:39.8213184Z [ 25%] Built target qnn_profiler 2025-03-21T20:26:39.8213497Z [ 25%] Built target shared_buffer 2025-03-21T20:26:39.8213795Z [ 31%] Built target wrappers 2025-03-21T20:26:39.8214085Z [ 31%] Built target qnn_logger 2025-03-21T20:26:39.8214389Z [ 56%] Built target executorch_core 2025-03-21T20:26:39.8214702Z [ 56%] Built target qnn_backend 2025-03-21T20:26:39.8214996Z [ 62%] Built target qnn_device 2025-03-21T20:26:39.8215286Z [ 68%] Built target extension_tensor 2025-03-21T20:26:39.8215604Z [ 68%] Built target executorch 2025-03-21T20:26:39.8216020Z [ 68%] Linking CXX static library libqcir_utils.a 2025-03-21T20:26:39.8216405Z [ 68%] Built target qcir_utils 2025-03-21T20:26:55.0361739Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:26:55.0364031Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:26:55.0365570Z [ 75%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:26:55.0366797Z [ 75%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:26:55.0367556Z [ 81%] Built target qnn_backend_cache 2025-03-21T20:26:55.0368147Z [ 81%] Built target qnn_custom_protocol 2025-03-21T20:26:55.0368737Z [ 81%] Built target qnn_context 2025-03-21T20:26:55.0369273Z [ 81%] Built target qnn_mem_manager 2025-03-21T20:26:55.0369837Z [ 87%] Built target qnn_graph 2025-03-21T20:26:55.0370356Z [ 93%] Built target qnn_factory 2025-03-21T20:26:55.0371617Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:26:55.0373390Z [ 93%] Linking CXX static library libqnn_manager.a 2025-03-21T20:26:55.0374246Z [100%] Built target qnn_manager 2025-03-21T20:26:55.0375728Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:26:55.0377641Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:26:55.0378660Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:26:55.0379259Z [ 33%] Built target flatbuffers 2025-03-21T20:26:55.0379785Z [ 66%] Built target qnn_schema 2025-03-21T20:26:55.0380337Z [ 66%] Built target qnn_executorch_logging 2025-03-21T20:26:55.0380935Z [100%] Built target wrappers 2025-03-21T20:26:55.0381473Z [100%] Built target PyQnnWrapperAdaptor 2025-03-21T20:26:55.0382774Z ++ cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:26:55.0384752Z ++ cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:26:55.0385990Z ++ popd 2025-03-21T20:26:55.0386394Z /pytorch/executorch 2025-03-21T20:26:55.0386941Z ++ cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:26:55.0387776Z ++ cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:26:55.0388525Z + echo 'ANDROID_NDK_ROOT: /opt/ndk' 2025-03-21T20:26:55.0389103Z ANDROID_NDK_ROOT: /opt/ndk 2025-03-21T20:26:55.0389652Z + echo 'QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029' 2025-03-21T20:26:55.0390266Z QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029 2025-03-21T20:26:55.0390887Z + echo 'EXECUTORCH_ROOT: /pytorch/executorch' 2025-03-21T20:26:55.0391553Z EXECUTORCH_ROOT: /pytorch/executorch 2025-03-21T20:26:55.0392343Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang/ 2025-03-21T20:26:55.0393294Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang/ 2025-03-21T20:26:55.0394077Z + export PYTHONPATH=/pytorch/executorch/.. 2025-03-21T20:26:55.0394747Z + PYTHONPATH=/pytorch/executorch/.. 2025-03-21T20:26:55.0395318Z + EXTRA_FLAGS= 2025-03-21T20:26:55.0395740Z + [[ ic4 == \d\l\3 ]] 2025-03-21T20:26:55.0396196Z + [[ ic4 == \m\v\3 ]] 2025-03-21T20:26:55.0396635Z + [[ ic4 == \m\v\2 ]] 2025-03-21T20:26:55.0397080Z + [[ ic4 == \i\c\4 ]] 2025-03-21T20:26:55.0397559Z + EXPORT_SCRIPT=inception_v4 2025-03-21T20:26:55.0398089Z + QNN_CHIPSET=SM8450 2025-03-21T20:26:55.0399032Z + python -m examples.qualcomm.scripts.inception_v4 -b cmake-out -m SM8450 --compile_only 2025-03-21T20:26:55.0400041Z QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:26:55.0400438Z 2025-03-21T20:26:55.0400684Z model.safetensors: 0% 0.00/171M [00:00 Initializing HtpProvider 2025-03-21T20:27:41.0754848Z 2025-03-21T20:27:41.0755173Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:27:41.0755755Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:27:41.0756258Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:27:41.0756601Z 2025-03-21T20:27:41.0757057Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 36, will overwrite it to 69 2025-03-21T20:27:41.0757604Z 2025-03-21T20:27:41.0757851Z [WARNING] [Qnn ExecuTorch]: QnnDsp Cost Based unsupported on soc SM8450 2025-03-21T20:27:41.0758199Z 2025-03-21T20:27:41.0758370Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:27:41.0758807Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:27:41.0759282Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:27:41.0759807Z [QNN Partitioner Op Support]: aten.adaptive_avg_pool2d.default | True 2025-03-21T20:27:41.0760314Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0760761Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0761242Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0761732Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:41.0762204Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0762698Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0763173Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0763649Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0764107Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0764581Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0765051Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0765526Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0765996Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0766469Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0766930Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0767409Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0767860Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0768337Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0768812Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0769274Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0769756Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0770236Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0770717Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0771189Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0771738Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0772185Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0772657Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0773245Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:41.0773769Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0774212Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0774671Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0775148Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0775626Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0776107Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0776582Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0777044Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0777517Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0777988Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0778457Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0778933Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0779375Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0779833Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0780307Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0780778Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0781249Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0781720Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0782183Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0782654Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0783127Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0783568Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0784043Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0784531Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:41.0784998Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:41.0785436Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0785905Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0786378Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0786849Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0787311Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0787781Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0788255Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0788725Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0789198Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:41.0789658Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:41.0790137Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3651310Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3652214Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3652684Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3653157Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3653630Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3654133Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3654607Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3655081Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3655552Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3656057Z [QNN Partitioner Op Support]: aten.max_pool2d_with_indices.default | True 2025-03-21T20:27:42.3656889Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3657467Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3657947Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3658417Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3659148Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3659728Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3660251Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3660851Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3661484Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3662031Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3662646Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3663177Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3663730Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3664313Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3664888Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3665508Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:42.3666089Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3666613Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3667188Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3667825Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3668390Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3668984Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3669550Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3670064Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3670663Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3671236Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3671778Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3672393Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3672955Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3673450Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3674105Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3674664Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3675246Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3675820Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3676339Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3676895Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3677473Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3678065Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:42.3678644Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3679201Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3679727Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3680348Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3680913Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3681455Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3682056Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3682621Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3683116Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3683814Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3684447Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3685017Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3685602Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3686190Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3686716Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3687301Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3687861Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3688453Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3689014Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3689501Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3690095Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3690684Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:42.3691221Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3691930Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3692538Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3693066Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3693695Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3694253Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3694834Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3695412Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3695992Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3696546Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3697122Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3697699Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3698282Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3698841Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3699412Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3699968Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3700530Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3701073Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3701673Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3702206Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3702700Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3703326Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:42.3703891Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3704460Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3705043Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3705623Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3706145Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3706728Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3707287Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3707866Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3708434Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3708972Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3716232Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3716739Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3717332Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3717872Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3718349Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3718821Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3719294Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3719750Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3720217Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3720655Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3721126Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3721619Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:42.3722082Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3722536Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3723011Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3723483Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3723948Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3724411Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3724871Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3725334Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3725798Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3726265Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3726731Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3727193Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3727652Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3728124Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3728595Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3729064Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3729529Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3729984Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3730448Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:42.3730879Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3731343Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3731923Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:42.3732370Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3732840Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:42.3733308Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:42.3733782Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2711985Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2712565Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2713116Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2713651Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2714123Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2714829Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2715347Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2715816Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2716350Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2716875Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2717336Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2718114Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2718749Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2719277Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2719769Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2720242Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2720754Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2721248Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:44.2721766Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2722284Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2722753Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2723267Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2723787Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2724266Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2724800Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2725326Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2725784Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2726310Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2726835Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2727299Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2727828Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2728355Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2728868Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2729384Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2729908Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2730380Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2730906Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2731465Z [QNN Partitioner Op Support]: aten.max_pool2d_with_indices.default | True 2025-03-21T20:27:44.2732106Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2732563Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2733097Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2733622Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2734097Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2734621Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2735115Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2735601Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2736131Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2736593Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2737108Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2737649Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:44.2738099Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2738626Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2739149Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2739615Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2740146Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2740661Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2741130Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2741657Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2742380Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2742911Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2743374Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2743909Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2744439Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2744881Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2745411Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2745964Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:44.2746413Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2746938Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2747455Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2748106Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2748648Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2749106Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2749580Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2750110Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2750577Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2751044Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2751508Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2752019Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2752486Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2752918Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2753379Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2753876Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:44.2754328Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2754796Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2755268Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2755795Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2756268Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2756740Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2757204Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2757673Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2758147Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2758621Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2759097Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2759561Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2760034Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2760471Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2760939Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2761432Z [QNN Partitioner Op Support]: aten.avg_pool2d.default | True 2025-03-21T20:27:44.2761887Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2762357Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2762893Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2763361Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2763829Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2764298Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2764905Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2765452Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2765926Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2766399Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2766870Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2767324Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2767793Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2768291Z [QNN Partitioner Op Support]: aten.max_pool2d_with_indices.default | True 2025-03-21T20:27:44.2768799Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2769265Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2769731Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2770159Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2770629Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2771101Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2771635Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2772108Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2772618Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2773087Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2773552Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2774021Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2774484Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2774938Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2775405Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2775873Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:27:44.2776381Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2776851Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2777383Z [QNN Partitioner Op Support]: aten.max_pool2d_with_indices.default | True 2025-03-21T20:27:44.2777879Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2778348Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2778832Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2779299Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2779757Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:27:44.2780226Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:27:44.2780697Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:27:44.2781098Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:27:44.2781463Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:27:47.4905529Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:27:47.4906319Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:27:47.4907335Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:27:47.4908348Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:27:47.4909244Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:27:47.4909834Z 2025-03-21T20:27:47.4910622Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 36, will overwrite it to 69 2025-03-21T20:27:47.4911592Z 2025-03-21T20:27:47.4911988Z [WARNING] [Qnn ExecuTorch]: QnnDsp Cost Based unsupported on soc SM8450 2025-03-21T20:27:47.4912602Z 2025-03-21T20:27:47.4912860Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:27:47.4914388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_quantize_per_tensor_default, quantized_decomposed.quantize_per_tensor.default 2025-03-21T20:27:47.4917228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default, aten.permute_copy.default 2025-03-21T20:27:47.4918859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-03-21T20:27:47.4920368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default, aten.relu.default 2025-03-21T20:27:47.4921887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-03-21T20:27:47.4923408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_1, aten.relu.default 2025-03-21T20:27:47.4924947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-03-21T20:27:47.4926478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_2, aten.relu.default 2025-03-21T20:27:47.4928168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_max_pool2d_with_indices_default, aten.max_pool2d_with_indices.default 2025-03-21T20:27:47.4929952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-03-21T20:27:47.4931328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: getitem, getitem 2025-03-21T20:27:47.4932662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_3, aten.relu.default 2025-03-21T20:27:47.4934055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-03-21T20:27:47.4935489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T20:27:47.4937066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-03-21T20:27:47.4938809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-03-21T20:27:47.4940361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_4, aten.relu.default 2025-03-21T20:27:47.4941788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_6, aten.relu.default 2025-03-21T20:27:47.4943312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-03-21T20:27:47.4944961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-03-21T20:27:47.4946500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_5, aten.relu.default 2025-03-21T20:27:47.4948074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_7, aten.relu.default 2025-03-21T20:27:47.4949677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-03-21T20:27:47.4951272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_8, aten.relu.default 2025-03-21T20:27:47.4952871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-03-21T20:27:47.4954439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_9, aten.relu.default 2025-03-21T20:27:47.4955904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-03-21T20:27:47.4957413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T20:27:47.4959055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-03-21T20:27:47.4960910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_max_pool2d_with_indices_default_1, aten.max_pool2d_with_indices.default 2025-03-21T20:27:47.4962657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_10, aten.relu.default 2025-03-21T20:27:47.4964283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: getitem_1, getitem 2025-03-21T20:27:47.4965592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-03-21T20:27:47.4967100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_2, aten._to_copy.default 2025-03-21T20:27:47.4968748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-03-21T20:27:47.4970460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-03-21T20:27:47.4972212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-03-21T20:27:47.4973871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default, aten.avg_pool2d.default 2025-03-21T20:27:47.4975412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_11, aten.relu.default 2025-03-21T20:27:47.4976916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_12, aten.relu.default 2025-03-21T20:27:47.4978401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_14, aten.relu.default 2025-03-21T20:27:47.4979992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-03-21T20:27:47.4981692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-03-21T20:27:47.4983400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-03-21T20:27:47.4984984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_17, aten.relu.default 2025-03-21T20:27:47.4986467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_13, aten.relu.default 2025-03-21T20:27:47.4987960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_15, aten.relu.default 2025-03-21T20:27:47.4989553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-03-21T20:27:47.4991155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_16, aten.relu.default 2025-03-21T20:27:47.4992621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-03-21T20:27:47.4994133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_3, aten._to_copy.default 2025-03-21T20:27:47.4995760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-03-21T20:27:47.4997464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-03-21T20:27:47.4999171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-03-21T20:27:47.5000856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_1, aten.avg_pool2d.default 2025-03-21T20:27:47.5002423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_18, aten.relu.default 2025-03-21T20:27:47.5003911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_19, aten.relu.default 2025-03-21T20:27:47.5005402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_21, aten.relu.default 2025-03-21T20:27:47.5006991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-03-21T20:27:47.5008701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-03-21T20:27:47.5010416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-03-21T20:27:47.5012147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_24, aten.relu.default 2025-03-21T20:27:47.5013746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_20, aten.relu.default 2025-03-21T20:27:47.5015249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_22, aten.relu.default 2025-03-21T20:27:47.5016838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-03-21T20:27:47.5018439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_23, aten.relu.default 2025-03-21T20:27:47.5019903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-03-21T20:27:47.5021421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_4, aten._to_copy.default 2025-03-21T20:27:47.5023073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-03-21T20:27:47.5024794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-03-21T20:27:47.5026512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-03-21T20:27:48.0490162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_2, aten.avg_pool2d.default 2025-03-21T20:27:48.0491811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_25, aten.relu.default 2025-03-21T20:27:48.0493267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_26, aten.relu.default 2025-03-21T20:27:48.0494715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_28, aten.relu.default 2025-03-21T20:27:48.0496272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-03-21T20:27:48.0497914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-03-21T20:27:48.0499606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-03-21T20:27:48.0501159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_31, aten.relu.default 2025-03-21T20:27:48.0502603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_27, aten.relu.default 2025-03-21T20:27:48.0504039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_29, aten.relu.default 2025-03-21T20:27:48.0505607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-03-21T20:27:48.0507147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_30, aten.relu.default 2025-03-21T20:27:48.0508565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-03-21T20:27:48.0510016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_5, aten._to_copy.default 2025-03-21T20:27:48.0511611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-03-21T20:27:48.0513260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-03-21T20:27:48.0514917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-03-21T20:27:48.0516535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_3, aten.avg_pool2d.default 2025-03-21T20:27:48.0518050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_32, aten.relu.default 2025-03-21T20:27:48.0519493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_33, aten.relu.default 2025-03-21T20:27:48.0520919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_35, aten.relu.default 2025-03-21T20:27:48.0522940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-03-21T20:27:48.0524603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-03-21T20:27:48.0526254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-03-21T20:27:48.0527801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_38, aten.relu.default 2025-03-21T20:27:48.0529239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_34, aten.relu.default 2025-03-21T20:27:48.0530678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_36, aten.relu.default 2025-03-21T20:27:48.0532259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-03-21T20:27:48.0533813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_37, aten.relu.default 2025-03-21T20:27:48.0535236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-03-21T20:27:48.0536704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_6, aten._to_copy.default 2025-03-21T20:27:48.0538303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-03-21T20:27:48.0539953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-03-21T20:27:48.0541749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_max_pool2d_with_indices_default_2, aten.max_pool2d_with_indices.default 2025-03-21T20:27:48.0543449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_39, aten.relu.default 2025-03-21T20:27:48.0544895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_40, aten.relu.default 2025-03-21T20:27:48.0546199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: getitem_2, getitem 2025-03-21T20:27:48.0547596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-03-21T20:27:48.0549304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_41, aten.relu.default 2025-03-21T20:27:48.0550862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-03-21T20:27:48.0552403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_42, aten.relu.default 2025-03-21T20:27:48.0553822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-03-21T20:27:48.0555291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_7, aten._to_copy.default 2025-03-21T20:27:48.0556889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-03-21T20:27:48.0558560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-03-21T20:27:48.0560211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-03-21T20:27:48.0561821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_4, aten.avg_pool2d.default 2025-03-21T20:27:48.0563335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_43, aten.relu.default 2025-03-21T20:27:48.0564780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_44, aten.relu.default 2025-03-21T20:27:48.0566222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_47, aten.relu.default 2025-03-21T20:27:48.0567766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-03-21T20:27:48.0569640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-03-21T20:27:48.0571288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-03-21T20:27:48.0572846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_52, aten.relu.default 2025-03-21T20:27:48.0574285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_45, aten.relu.default 2025-03-21T20:27:48.0575721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_48, aten.relu.default 2025-03-21T20:27:48.0577267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-03-21T20:27:48.0578910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-03-21T20:27:48.0580454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_46, aten.relu.default 2025-03-21T20:27:48.0581904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_49, aten.relu.default 2025-03-21T20:27:48.0583431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-03-21T20:27:48.0585047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_50, aten.relu.default 2025-03-21T20:27:48.0586724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-03-21T20:27:48.0588271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_51, aten.relu.default 2025-03-21T20:27:48.0589686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-03-21T20:27:48.0591154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_8, aten._to_copy.default 2025-03-21T20:27:48.0592733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-03-21T20:27:48.0594415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-03-21T20:27:48.0596067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-03-21T20:27:48.0597697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_5, aten.avg_pool2d.default 2025-03-21T20:27:48.0599216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_53, aten.relu.default 2025-03-21T20:27:48.0600650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_54, aten.relu.default 2025-03-21T20:27:48.0602090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_57, aten.relu.default 2025-03-21T20:27:48.0603620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-03-21T20:27:48.0605285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-03-21T20:27:48.0606934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-03-21T20:27:48.0608482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_62, aten.relu.default 2025-03-21T20:27:48.6458949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_55, aten.relu.default 2025-03-21T20:27:48.6460499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_58, aten.relu.default 2025-03-21T20:27:48.6462107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-03-21T20:27:48.6463806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-03-21T20:27:48.6465531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_56, aten.relu.default 2025-03-21T20:27:48.6467620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_59, aten.relu.default 2025-03-21T20:27:48.6469238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-03-21T20:27:48.6470898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_60, aten.relu.default 2025-03-21T20:27:48.6472560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-03-21T20:27:48.6474207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_61, aten.relu.default 2025-03-21T20:27:48.6475694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-03-21T20:27:48.6477283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_9, aten._to_copy.default 2025-03-21T20:27:48.6479015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-03-21T20:27:48.6480821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-03-21T20:27:48.6482633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-03-21T20:27:48.6484359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_6, aten.avg_pool2d.default 2025-03-21T20:27:48.6486011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_63, aten.relu.default 2025-03-21T20:27:48.6487518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_64, aten.relu.default 2025-03-21T20:27:48.6489011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_67, aten.relu.default 2025-03-21T20:27:48.6490583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-03-21T20:27:48.6492341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-03-21T20:27:48.6493956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-03-21T20:27:48.6495537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_72, aten.relu.default 2025-03-21T20:27:48.6496982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_65, aten.relu.default 2025-03-21T20:27:48.6498482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_68, aten.relu.default 2025-03-21T20:27:48.6500047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-03-21T20:27:48.6501761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-03-21T20:27:48.6503398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_66, aten.relu.default 2025-03-21T20:27:48.6504892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_69, aten.relu.default 2025-03-21T20:27:48.6506510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-03-21T20:27:48.6508172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_70, aten.relu.default 2025-03-21T20:27:48.6509823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-03-21T20:27:48.6511435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_71, aten.relu.default 2025-03-21T20:27:48.6512956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-03-21T20:27:48.6514552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_10, aten._to_copy.default 2025-03-21T20:27:48.6516558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-03-21T20:27:48.6518320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-03-21T20:27:48.6520075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-03-21T20:27:48.6521816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_7, aten.avg_pool2d.default 2025-03-21T20:27:48.6523271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_73, aten.relu.default 2025-03-21T20:27:48.6525161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_74, aten.relu.default 2025-03-21T20:27:48.6526662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_77, aten.relu.default 2025-03-21T20:27:48.6528259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-03-21T20:27:48.6530015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-03-21T20:27:48.6531830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-03-21T20:27:48.6533396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_82, aten.relu.default 2025-03-21T20:27:48.6534892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_75, aten.relu.default 2025-03-21T20:27:48.6536419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_78, aten.relu.default 2025-03-21T20:27:48.6538062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-03-21T20:27:48.6539823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-03-21T20:27:48.6541466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_76, aten.relu.default 2025-03-21T20:27:48.6542962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_79, aten.relu.default 2025-03-21T20:27:48.6544636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-03-21T20:27:48.6546297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_80, aten.relu.default 2025-03-21T20:27:48.6548138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-03-21T20:27:48.6549747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_81, aten.relu.default 2025-03-21T20:27:48.6551191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-03-21T20:27:48.6552605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_11, aten._to_copy.default 2025-03-21T20:27:48.6554127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-03-21T20:27:48.6555760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-03-21T20:27:48.6557414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-03-21T20:27:48.6559033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_8, aten.avg_pool2d.default 2025-03-21T20:27:48.6560548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_83, aten.relu.default 2025-03-21T20:27:48.6561991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_84, aten.relu.default 2025-03-21T20:27:48.6563431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_87, aten.relu.default 2025-03-21T20:27:48.6564958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-03-21T20:27:48.6567001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-03-21T20:27:48.6568663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-03-21T20:27:48.6570210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_92, aten.relu.default 2025-03-21T20:27:48.6571723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_85, aten.relu.default 2025-03-21T20:27:48.6573231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_88, aten.relu.default 2025-03-21T20:27:48.6574761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-03-21T20:27:48.6576416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-03-21T20:27:48.6577970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_86, aten.relu.default 2025-03-21T20:27:48.6579402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_89, aten.relu.default 2025-03-21T20:27:48.6580940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-03-21T20:27:48.6582366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_90, aten.relu.default 2025-03-21T20:27:49.2590038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-03-21T20:27:49.2591643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_91, aten.relu.default 2025-03-21T20:27:49.2593083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-03-21T20:27:49.2594563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_12, aten._to_copy.default 2025-03-21T20:27:49.2596203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-03-21T20:27:49.2597847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-03-21T20:27:49.2599492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-03-21T20:27:49.2601105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_9, aten.avg_pool2d.default 2025-03-21T20:27:49.2602615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_93, aten.relu.default 2025-03-21T20:27:49.2604045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_94, aten.relu.default 2025-03-21T20:27:49.2605473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_97, aten.relu.default 2025-03-21T20:27:49.2607017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-03-21T20:27:49.2608680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-03-21T20:27:49.2610327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-03-21T20:27:49.2611955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_102, aten.relu.default 2025-03-21T20:27:49.2613405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_95, aten.relu.default 2025-03-21T20:27:49.2614839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_98, aten.relu.default 2025-03-21T20:27:49.2616383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-03-21T20:27:49.2618056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-03-21T20:27:49.2620013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_96, aten.relu.default 2025-03-21T20:27:49.2621450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_99, aten.relu.default 2025-03-21T20:27:49.2623007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-03-21T20:27:49.2624567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_100, aten.relu.default 2025-03-21T20:27:49.2626132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-03-21T20:27:49.2627722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_101, aten.relu.default 2025-03-21T20:27:49.2629174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-03-21T20:27:49.2630656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_13, aten._to_copy.default 2025-03-21T20:27:49.2632274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-03-21T20:27:49.2633939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-03-21T20:27:49.2635606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-03-21T20:27:49.2637238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_10, aten.avg_pool2d.default 2025-03-21T20:27:49.2638759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_103, aten.relu.default 2025-03-21T20:27:49.2640197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_104, aten.relu.default 2025-03-21T20:27:49.2641647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_107, aten.relu.default 2025-03-21T20:27:49.2643223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-03-21T20:27:49.2644888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-03-21T20:27:49.2646552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-03-21T20:27:49.2648293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_112, aten.relu.default 2025-03-21T20:27:49.2649749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_105, aten.relu.default 2025-03-21T20:27:49.2651192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_108, aten.relu.default 2025-03-21T20:27:49.2652818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-03-21T20:27:49.2654496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-03-21T20:27:49.2656062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_106, aten.relu.default 2025-03-21T20:27:49.2657519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_109, aten.relu.default 2025-03-21T20:27:49.2659079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-03-21T20:27:49.2660631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_110, aten.relu.default 2025-03-21T20:27:49.2662169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-03-21T20:27:49.2663738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_111, aten.relu.default 2025-03-21T20:27:49.2665170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-03-21T20:27:49.2666966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_14, aten._to_copy.default 2025-03-21T20:27:49.2668577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-03-21T20:27:49.2670245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-03-21T20:27:49.2672040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_max_pool2d_with_indices_default_3, aten.max_pool2d_with_indices.default 2025-03-21T20:27:49.2673646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_113, aten.relu.default 2025-03-21T20:27:49.2675095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_115, aten.relu.default 2025-03-21T20:27:49.2676466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: getitem_3, getitem 2025-03-21T20:27:49.2677922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-03-21T20:27:49.2679656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-03-21T20:27:49.2681257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_114, aten.relu.default 2025-03-21T20:27:49.2682847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_116, aten.relu.default 2025-03-21T20:27:49.2684446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-03-21T20:27:49.2686041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_117, aten.relu.default 2025-03-21T20:27:49.2687636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-03-21T20:27:49.2689233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_118, aten.relu.default 2025-03-21T20:27:49.2690710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-03-21T20:27:49.2692582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_15, aten._to_copy.default 2025-03-21T20:27:49.2694435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-03-21T20:27:49.2696342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-03-21T20:27:49.2697994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-03-21T20:27:49.2699623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_11, aten.avg_pool2d.default 2025-03-21T20:27:49.2701150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_119, aten.relu.default 2025-03-21T20:27:49.2702594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_120, aten.relu.default 2025-03-21T20:27:49.2704045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_123, aten.relu.default 2025-03-21T20:27:49.2705598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-03-21T20:27:49.2707264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-03-21T20:27:49.2708932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-03-21T20:27:50.4686589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-03-21T20:27:50.4687496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_128, aten.relu.default 2025-03-21T20:27:50.4688358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_121, aten.relu.default 2025-03-21T20:27:50.4689608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_122, aten.relu.default 2025-03-21T20:27:50.4690432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_124, aten.relu.default 2025-03-21T20:27:50.4691236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-03-21T20:27:50.4692168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-03-21T20:27:50.4693045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_125, aten.relu.default 2025-03-21T20:27:50.4693920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-03-21T20:27:50.4694855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-03-21T20:27:50.4695715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_126, aten.relu.default 2025-03-21T20:27:50.4696540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_127, aten.relu.default 2025-03-21T20:27:50.4697349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-03-21T20:27:50.4698141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-03-21T20:27:50.4698972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_16, aten._to_copy.default 2025-03-21T20:27:50.4699870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-03-21T20:27:50.4700798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-03-21T20:27:50.4701727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-03-21T20:27:50.4702658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_12, aten.avg_pool2d.default 2025-03-21T20:27:50.4703520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_129, aten.relu.default 2025-03-21T20:27:50.4704344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_130, aten.relu.default 2025-03-21T20:27:50.4705149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_133, aten.relu.default 2025-03-21T20:27:50.4706028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-03-21T20:27:50.4706965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-03-21T20:27:50.4707898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-03-21T20:27:50.4708834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-03-21T20:27:50.4709725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_138, aten.relu.default 2025-03-21T20:27:50.4710542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_131, aten.relu.default 2025-03-21T20:27:50.4711348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_132, aten.relu.default 2025-03-21T20:27:50.4712172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_134, aten.relu.default 2025-03-21T20:27:50.4712983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-03-21T20:27:50.4713850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-03-21T20:27:50.4714728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_135, aten.relu.default 2025-03-21T20:27:50.4715601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-03-21T20:27:50.4716647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-03-21T20:27:50.4717522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_136, aten.relu.default 2025-03-21T20:27:50.4718339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_137, aten.relu.default 2025-03-21T20:27:50.4719147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-03-21T20:27:50.4719939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-03-21T20:27:50.4720768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_17, aten._to_copy.default 2025-03-21T20:27:50.4721667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-03-21T20:27:50.4722592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-03-21T20:27:50.4723522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-03-21T20:27:50.4724432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_avg_pool2d_default_13, aten.avg_pool2d.default 2025-03-21T20:27:50.4725286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_139, aten.relu.default 2025-03-21T20:27:50.4726104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_140, aten.relu.default 2025-03-21T20:27:50.4726927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_143, aten.relu.default 2025-03-21T20:27:50.4727798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-03-21T20:27:50.4728716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-03-21T20:27:50.4729653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-03-21T20:27:50.4730585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-03-21T20:27:50.4731457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_148, aten.relu.default 2025-03-21T20:27:50.4732351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_141, aten.relu.default 2025-03-21T20:27:50.4733167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_142, aten.relu.default 2025-03-21T20:27:50.4733971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_144, aten.relu.default 2025-03-21T20:27:50.4734777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-03-21T20:27:50.4735641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-03-21T20:27:50.4736519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_145, aten.relu.default 2025-03-21T20:27:50.4737392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-03-21T20:27:50.4738320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-03-21T20:27:50.4739193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_146, aten.relu.default 2025-03-21T20:27:50.4739997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_147, aten.relu.default 2025-03-21T20:27:50.4740804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-03-21T20:27:50.4741596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-03-21T20:27:50.4742624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_adaptive_avg_pool2d_default, aten.adaptive_avg_pool2d.default 2025-03-21T20:27:50.4743610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1, aten.permute_copy.default 2025-03-21T20:27:50.4744507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T20:27:50.4745351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default, aten.linear.default 2025-03-21T20:27:50.4746413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_dequantize_per_tensor_tensor, quantized_decomposed.dequantize_per_tensor.tensor 2025-03-21T20:27:50.4747295Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:27:50.4747694Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:27:50.4748253Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:27:50.4748622Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:27:50.4749050Z opcode name target args kwargs 2025-03-21T20:27:50.4749608Z ------------- ------------------------ --------------------------- ----------------------------- -------- 2025-03-21T20:27:50.4750130Z placeholder x x () {} 2025-03-21T20:27:50.4750692Z get_attr lowered_module_0 lowered_module_0 () {} 2025-03-21T20:27:50.4751401Z call_function executorch_call_delegate executorch_call_delegate (lowered_module_0, x) {} 2025-03-21T20:27:50.4752140Z call_function getitem_4 (executorch_call_delegate, 0) {} 2025-03-21T20:27:56.6791865Z output output output ((getitem_4,),) {} 2025-03-21T20:27:56.6793369Z /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:27:56.6794707Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:27:56.6795157Z ++ find ./inception_v4 -type f -name 'ic4*.pte' -print -quit 2025-03-21T20:27:56.6795571Z + EXPORTED_MODEL=./inception_v4/ic4_qnn_q8.pte 2025-03-21T20:27:56.6795912Z + [[ 0 -eq 0 ]] 2025-03-21T20:27:56.6796161Z + prepare_artifacts_upload 2025-03-21T20:27:56.6796508Z + '[' -n '' ']' 2025-03-21T20:27:56.6904506Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:27:56.6904895Z with: 2025-03-21T20:27:56.6905205Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:56.6905615Z fail-on-empty: false 2025-03-21T20:27:56.6905869Z env: 2025-03-21T20:27:56.6906137Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:56.6906516Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:56.6906799Z PR_NUMBER: 2025-03-21T20:27:56.6908492Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:56.6910417Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:56.6911008Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:56.6911592Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:56.6911991Z ##[endgroup] 2025-03-21T20:27:56.7483495Z Prepare all required actions 2025-03-21T20:27:56.7520910Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:56.7521303Z with: 2025-03-21T20:27:56.7521674Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:56.7522241Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:27:56.7522667Z env: 2025-03-21T20:27:56.7522933Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:56.7523302Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:56.7523581Z PR_NUMBER: 2025-03-21T20:27:56.7525312Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:56.7527206Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:56.7527801Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:56.7528343Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:56.7528736Z ##[endgroup] 2025-03-21T20:27:56.7563377Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:56.7564077Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:56.7571445Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:56.7571941Z env: 2025-03-21T20:27:56.7572223Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:56.7572598Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:56.7572898Z PR_NUMBER: 2025-03-21T20:27:56.7574603Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:56.7576491Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:56.7577085Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:56.7577628Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:56.7578158Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:27:56.7578724Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:56.7579156Z ##[endgroup] 2025-03-21T20:27:56.7826307Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:27:56.9997256Z latest: Pulling from tool/alpine 2025-03-21T20:27:56.9999900Z 540db60ca938: Pulling fs layer 2025-03-21T20:27:57.1333161Z 540db60ca938: Verifying Checksum 2025-03-21T20:27:57.1333520Z 540db60ca938: Download complete 2025-03-21T20:27:57.2150222Z 540db60ca938: Pull complete 2025-03-21T20:27:57.2261299Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:27:57.2301146Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:27:58.8915726Z Prepare all required actions 2025-03-21T20:27:58.8942331Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:58.8942723Z with: 2025-03-21T20:27:58.8943023Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:58.8943521Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:27:58.8943942Z env: 2025-03-21T20:27:58.8944216Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:58.8944741Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:58.8945040Z PR_NUMBER: 2025-03-21T20:27:58.8946784Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:58.8948941Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:58.8949530Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:58.8950089Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:58.8950487Z ##[endgroup] 2025-03-21T20:27:58.8974426Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:58.8975147Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:58.8980931Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:58.8981315Z env: 2025-03-21T20:27:58.8981575Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:58.8981945Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:58.8982241Z PR_NUMBER: 2025-03-21T20:27:58.8983934Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:58.8985818Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:58.8986419Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:58.8986976Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:58.8987511Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:27:58.8988002Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:58.8988371Z ##[endgroup] 2025-03-21T20:27:59.7849549Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:59.7850643Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:59.7851450Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:27:59.7852421Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:27:59.7853514Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:27:59.7854412Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:27:59.7855142Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:59.7855747Z  fi 2025-03-21T20:27:59.7856233Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:27:59.7857009Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:59.7857736Z  fi 2025-03-21T20:27:59.7858159Z fi 2025-03-21T20:27:59.7858499Z  2025-03-21T20:27:59.7858835Z upload_docs=0 2025-03-21T20:27:59.7859507Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:27:59.7860311Z # empty folders do not count 2025-03-21T20:27:59.7861070Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:27:59.7862126Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:27:59.7863216Z  # upload will probably not work correctly 2025-03-21T20:27:59.7863805Z  upload_docs=1 2025-03-21T20:27:59.7864239Z fi 2025-03-21T20:27:59.7864748Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:27:59.7873138Z shell: /usr/bin/bash -e {0} 2025-03-21T20:27:59.7873631Z env: 2025-03-21T20:27:59.7874096Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:59.7874766Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:59.7875286Z PR_NUMBER: 2025-03-21T20:27:59.7878246Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:59.7881744Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:59.7882816Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:59.7883815Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:59.7884550Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:27:59.7885012Z ##[endgroup] 2025-03-21T20:27:59.8009367Z Prepare all required actions 2025-03-21T20:27:59.8042842Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:27:59.8043221Z with: 2025-03-21T20:27:59.8043435Z env: 2025-03-21T20:27:59.8043702Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:59.8044059Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:59.8044353Z PR_NUMBER: 2025-03-21T20:27:59.8046041Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:59.8048242Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:59.8048897Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:59.8049462Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:59.8049848Z ##[endgroup] 2025-03-21T20:27:59.8093959Z ##[group]Run set -eou pipefail 2025-03-21T20:27:59.8094296Z set -eou pipefail 2025-03-21T20:27:59.8094576Z  2025-03-21T20:27:59.8094940Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:27:59.8095412Z for _ in $(seq 1440); do 2025-03-21T20:27:59.8095758Z  # Break if no ssh session exists anymore 2025-03-21T20:27:59.8096128Z  if [ "$(who)" = "" ]; then 2025-03-21T20:27:59.8096438Z  break 2025-03-21T20:27:59.8096678Z  fi 2025-03-21T20:27:59.8096916Z  echo "." 2025-03-21T20:27:59.8097171Z  sleep 5 2025-03-21T20:27:59.8097426Z done 2025-03-21T20:27:59.8102480Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:59.8102865Z env: 2025-03-21T20:27:59.8103137Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:59.8103511Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:59.8103811Z PR_NUMBER: 2025-03-21T20:27:59.8105501Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:59.8107507Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:59.8108102Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:59.8108647Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:59.8109052Z ##[endgroup] 2025-03-21T20:27:59.8131456Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:27:59.8200062Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:59.8201032Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:59.8201801Z # shellcheck disable=SC2046 2025-03-21T20:27:59.8202413Z docker stop $(docker ps -q) || true 2025-03-21T20:27:59.8203068Z # Prune all of the docker images 2025-03-21T20:27:59.8203697Z docker system prune -af 2025-03-21T20:27:59.8211074Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:59.8211761Z env: 2025-03-21T20:27:59.8212197Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:27:59.8212842Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:59.8213338Z PR_NUMBER: 2025-03-21T20:27:59.8216391Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:27:59.8218336Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:59.8218942Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:59.8219515Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:59.8219917Z ##[endgroup] 2025-03-21T20:28:10.5575104Z c7f70f9e2de7 2025-03-21T20:28:11.0748427Z Deleted Containers: 2025-03-21T20:28:11.0748978Z c7f70f9e2de77619a0bcc3769b31dd453377fd90d1290e7fad2fc77054800e80 2025-03-21T20:28:11.0749330Z 2025-03-21T20:28:13.8596800Z Deleted Images: 2025-03-21T20:28:13.8597679Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:28:13.8599087Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T20:28:13.8600132Z deleted: sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863 2025-03-21T20:28:13.8600797Z deleted: sha256:dcbb28d0046263c2430b67be3aa47d5eeae988406651c479166a85d1f2dc5352 2025-03-21T20:28:13.8601460Z deleted: sha256:9eb84eff28220b78ca23a97d30406ba503bed179b002ea84bf7374f638729e3d 2025-03-21T20:28:13.8602133Z deleted: sha256:1e08d848f7a107eb88f5b1a9b4514efc7f1c8dcd0851dd1522bf5910c9a64b6e 2025-03-21T20:28:13.8602769Z deleted: sha256:338177c78bc0a768d9773592fdf8b7b0698a67566a991a8b485100213ca9fbc4 2025-03-21T20:28:13.8603405Z deleted: sha256:1735d6e22433f10e5a460ac53455294f66b52df308d6b6be04dd20bba3bc489b 2025-03-21T20:28:13.8604060Z deleted: sha256:e916ccba91a2ab63063cc7db425ff08ff4285196cf9b87316350e73b07ee4a38 2025-03-21T20:28:13.8604714Z deleted: sha256:50076809f40f30d632e24ddc5aed1a5bd9a9865dd2866c1ab23c86bf633e7962 2025-03-21T20:28:13.8605372Z deleted: sha256:f9be2a6a76147aff49d05a4ea9ab782cc03d178fcdc373fd1823e47d21271049 2025-03-21T20:28:13.8606039Z deleted: sha256:bcff32a2d3890e40a7d4fbff9b5e94b9990921f0d31050cc14aed0fbce2bdabc 2025-03-21T20:28:13.8606727Z deleted: sha256:d109d4f8538bf72481f92b4c500c92c077bca0bc829e607b2641e0012f982281 2025-03-21T20:28:13.8607370Z deleted: sha256:5a0315aad41e328783b21378a977b58eeafc0b12176c2a92ce6261d80cdb9f8a 2025-03-21T20:28:13.8608249Z deleted: sha256:953c2404ccf647ae6e90833a37a6d33d737a6db8d7654ba8673e7b27869c69d6 2025-03-21T20:28:13.8608905Z deleted: sha256:e3927df9fd6d09d5eec7a59563f028e532d8a8c26857d96d10c4ddb6d653d53c 2025-03-21T20:28:13.8609616Z deleted: sha256:6bf53b8ff77bb357c14b6f6bed501f1faaff14318f94a6c4266d4d490a3085d9 2025-03-21T20:28:13.8610275Z deleted: sha256:e35d013dc9b6638d165d3f99a5c52f826f791f536f8f6242b265fbc67198c58f 2025-03-21T20:28:13.8610915Z deleted: sha256:9056d4457c2cf08797efc71f8cd27c48415253e4b8f43b5f5229881a048ae27a 2025-03-21T20:28:13.8611634Z deleted: sha256:11466fda95e0deac6f947a330c64148f8b0901ed5a5aafacb4beff8f8a3eee77 2025-03-21T20:28:13.8612288Z deleted: sha256:af1d6fff7fd2699d5467ebd83e5684a43ec168b096cff174e142bb765c8aabed 2025-03-21T20:28:13.8612948Z deleted: sha256:d19e5d441e9eb9eb6a2f7e2087900b02fe702f38a119aa24f8302fbf0c6d21c0 2025-03-21T20:28:13.8613614Z deleted: sha256:2eedf60c8f92b92c908ecdb9ab484b4fafbd3e58496f78811a34b47b64563a6b 2025-03-21T20:28:13.8614298Z deleted: sha256:a9978fc0edbcd2becaca7b1bc439a65f8d08deb93a495259e35e44b80aa1fbbe 2025-03-21T20:28:13.8614977Z deleted: sha256:aca89b930d690a03dce5a887ffaba51a668ebfc78e187c476b2ef4d0fd155f42 2025-03-21T20:28:13.8615635Z deleted: sha256:0e562d3843f56b21d2a87df5932a674a1c3da44b539183db41db607ee862817c 2025-03-21T20:28:13.8616281Z deleted: sha256:5bb4fc3398f4c242cdf92cd40e1381d1ff68b7167fc08d3d889ce557e50631d0 2025-03-21T20:28:13.8617565Z deleted: sha256:27624496153d316bfdc2939bf156e557c1513ecf739d17b1e5d3a750d68951b8 2025-03-21T20:28:13.8618223Z deleted: sha256:06d9bc783b214f17c850d3800e14a626f030ed2e0bdbecba98bf84129643b204 2025-03-21T20:28:13.8618889Z deleted: sha256:b4c64f2492fcc5ffd8ecb88e3dc75478d137ed1c9b2f629b94ce38ce3a5da7b8 2025-03-21T20:28:13.8619545Z deleted: sha256:39f0c825984bef7310d3c956fa942850179360a59ef4db07a36b1379624fff28 2025-03-21T20:28:13.8620188Z deleted: sha256:8309096811fc40ec15e13afb5f2a7bd53ba41cdfb537065276e069a989fe0224 2025-03-21T20:28:13.8620828Z deleted: sha256:5dff339fb9ea5cfce15eaa54001cae3192a999789f66f4b950961082706b004b 2025-03-21T20:28:13.8621492Z deleted: sha256:21f790bc6db4d962af416145b9dba556aaff3c063b5c0f6cc14d14b053296c3c 2025-03-21T20:28:13.8622143Z deleted: sha256:56efc65dc265db39000751855e04b0ca0e56235bdfd19e74c9831a26e9548135 2025-03-21T20:28:13.8622778Z deleted: sha256:30b5876aa699f37563aa1e3f719d1e7866d1496062d1583c55ab4c59038ac044 2025-03-21T20:28:13.8623422Z deleted: sha256:8a672d95f0bde22559bbc58ae56f509b8c988c5af6e6fcd3442a6478126ad730 2025-03-21T20:28:13.8624075Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:28:13.8624702Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:28:13.8625315Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:28:13.8626180Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:28:13.8627070Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:28:13.8627736Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:28:13.8628131Z 2025-03-21T20:28:13.8633718Z Total reclaimed space: 17.41GB 2025-03-21T20:28:13.8677521Z ##[group]Run set +e 2025-03-21T20:28:13.8677984Z set +e 2025-03-21T20:28:13.8678360Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:28:13.8678854Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:28:13.8679376Z else 2025-03-21T20:28:13.8679719Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:28:13.8680150Z fi 2025-03-21T20:28:13.8680524Z set -e 2025-03-21T20:28:13.8687512Z shell: /usr/bin/bash -e {0} 2025-03-21T20:28:13.8687924Z env: 2025-03-21T20:28:13.8688307Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:28:13.8688760Z REPOSITORY: pytorch/executorch 2025-03-21T20:28:13.8689169Z PR_NUMBER: 2025-03-21T20:28:13.8691246Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ic4 "cmake" "qnn" 2025-03-21T20:28:13.8693343Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:28:13.8694049Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:28:13.8694732Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:28:13.8695233Z NO_SUDO: false 2025-03-21T20:28:13.8695524Z ##[endgroup] 2025-03-21T20:28:15.0159869Z Post job cleanup. 2025-03-21T20:28:15.1179203Z Post job cleanup. 2025-03-21T20:28:15.2123566Z [command]/usr/bin/git version 2025-03-21T20:28:15.2176677Z git version 2.47.1 2025-03-21T20:28:15.2216632Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/01321ace-d569-42c2-a95b-ebba4271fccc' before making global git config changes 2025-03-21T20:28:15.2217581Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:28:15.2221403Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:28:15.2250909Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:28:15.2283830Z [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:28:15.2542909Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:28:15.2559247Z http.https://github.com/.extraheader 2025-03-21T20:28:15.2568179Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:28:15.2591605Z [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:28:15.2889725Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:28:15.2914970Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:28:15.2920088Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:28:15.2920495Z ##[endgroup] 2025-03-21T20:28:15.3015385Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:28:31.3216471Z Cleaning up orphan processes