2025-03-21T20:17:32.7492635Z Current runner version: '2.322.0' 2025-03-21T20:17:32.7505413Z Runner name: 'i-0506021e80e8f23b9' 2025-03-21T20:17:32.7507159Z Runner group name: 'Default' 2025-03-21T20:17:32.7508909Z Machine name: 'ip-10-0-11-161' 2025-03-21T20:17:32.7515279Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:32.7519838Z Contents: read 2025-03-21T20:17:32.7521065Z Metadata: read 2025-03-21T20:17:32.7522383Z ##[endgroup] 2025-03-21T20:17:32.7527853Z Secret source: Actions 2025-03-21T20:17:32.7529435Z Prepare workflow directory 2025-03-21T20:17:33.3161196Z Prepare all required actions 2025-03-21T20:17:33.3225395Z Getting action download info 2025-03-21T20:17:33.5748086Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:33.8742668Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:48.4058194Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:48.7493663Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:48.8927952Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:49.3494269Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:49.6518990Z Getting action download info 2025-03-21T20:17:49.8448669Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:49.8451827Z ##[group] Inputs 2025-03-21T20:17:49.8454538Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:49.8457922Z timeout: 90 2025-03-21T20:17:49.8458359Z runner: linux.arm64.2xlarge 2025-03-21T20:17:49.8458854Z upload-artifact: 2025-03-21T20:17:49.8459779Z upload-artifact-to-s3: false 2025-03-21T20:17:49.8460307Z download-artifact: 2025-03-21T20:17:49.8460732Z repository: 2025-03-21T20:17:49.8461175Z fetch-depth: 1 2025-03-21T20:17:49.8461603Z submodules: true 2025-03-21T20:17:49.8462087Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:49.8462704Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:49.8463244Z test-infra-ref: 2025-03-21T20:17:49.8463753Z docker-image: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:17:49.8464368Z docker-build-dir: .ci/docker 2025-03-21T20:17:49.8464852Z gpu-arch-type: cpu 2025-03-21T20:17:49.8465287Z gpu-arch-version: 2025-03-21T20:17:49.8465737Z job-name: linux-job 2025-03-21T20:17:49.8466206Z continue-on-error: false 2025-03-21T20:17:49.8466696Z binary-matrix: 2025-03-21T20:17:49.8467163Z run-with-docker: true 2025-03-21T20:17:49.8467601Z secrets-env: 2025-03-21T20:17:49.8467997Z no-sudo: false 2025-03-21T20:17:49.8468429Z ##[endgroup] 2025-03-21T20:17:49.8469006Z Complete job name: test-models-linux-aarch64 (ic3, portable) / linux-job 2025-03-21T20:17:49.9170243Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:49.9331835Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:49.9345807Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:49.9346867Z ##[endgroup] 2025-03-21T20:17:51.9593852Z Runner Type: linux.arm64.2xlarge 2025-03-21T20:17:51.9594565Z Instance Type: t4g.2xlarge 2025-03-21T20:17:51.9595030Z AMI Name: unknown 2025-03-21T20:17:51.9625657Z AMI ID: ami-0eae2a0fc13b15fce 2025-03-21T20:17:59.5735887Z ##[group]Run set -euxo pipefail 2025-03-21T20:17:59.5736564Z set -euxo pipefail 2025-03-21T20:17:59.5737475Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:17:59.5738094Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:17:59.5738714Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:59.5739232Z else 2025-03-21T20:17:59.5739692Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:17:59.5740285Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:17:59.5740780Z fi 2025-03-21T20:17:59.5741151Z  2025-03-21T20:17:59.5741577Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:17:59.5742101Z echo "::endgroup::" 2025-03-21T20:17:59.5753439Z shell: /usr/bin/bash -e {0} 2025-03-21T20:17:59.5753916Z env: 2025-03-21T20:17:59.5754387Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:17:59.5755027Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:59.5755576Z PR_NUMBER: 2025-03-21T20:17:59.5758008Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:59.5760561Z NO_SUDO: false 2025-03-21T20:17:59.5760962Z ##[endgroup] 2025-03-21T20:17:59.5798613Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:17:59.5819274Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:17:59.5823736Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:17:59.5824510Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:59.6568720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:17:59.6570217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:17:59.6571671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:17:59.6573010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:17:59.6574541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:17:59.6575900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:17:59.6577268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:17:59.6578614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:17:59.6579955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:17:59.6581465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:17:59.6582914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:17:59.6584268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:17:59.6585615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:17:59.6586988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:17:59.6588553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:17:59.6590381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:17:59.6591602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:17:59.6593069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:17:59.6594234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:17:59.6595357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:17:59.6596496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:17:59.6597706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:17:59.6598972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:17:59.6600254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:17:59.6601613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:17:59.6602972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:17:59.6604209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:17:59.6605325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:17:59.6606771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.pack' 2025-03-21T20:17:59.6608588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.rev' 2025-03-21T20:17:59.6610402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.idx' 2025-03-21T20:17:59.6611946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:17:59.6613225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:17:59.6614812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:17:59.6615992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:17:59.6617095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:17:59.6618324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:17:59.6619746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:17:59.6621149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:17:59.6622469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:17:59.6623755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:17:59.6625032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:17:59.6626204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:17:59.6627349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:17:59.6628539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:17:59.6629947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:17:59.6631072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:17:59.6632315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:17:59.6633449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:17:59.6634632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:17:59.6635824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:17:59.6637138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:17:59.6638513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:17:59.6639931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:17:59.6641392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:17:59.6642905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:17:59.6644474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:17:59.6645997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:17:59.6647495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:17:59.6648981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:17:59.6650451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:17:59.6651948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:17:59.6653562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:17:59.6655072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:17:59.6656539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:17:59.6658208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:17:59.6659896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:17:59.6661468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:17:59.6663083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:17:59.6664611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:17:59.6666107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:17:59.6667645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:17:59.6669244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:17:59.6671031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:17:59.6672499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:17:59.6674151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:17:59.6675683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:17:59.6677225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:17:59.6678752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:17:59.6680253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:17:59.6681744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:17:59.6683220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:17:59.6684645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:17:59.6686091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:17:59.6687570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:17:59.6689270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:17:59.6690728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:17:59.6692175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:17:59.6693695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:17:59.6695104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:17:59.6696495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:17:59.6697923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:17:59.6699389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:17:59.6700841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:17:59.6702317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:17:59.6703809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:17:59.6705295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:17:59.6706784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:17:59.6708261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:17:59.6709755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:17:59.6711608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:17:59.6713169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:17:59.6714975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:17:59.6716536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:17:59.6718143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:17:59.6719561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:17:59.6720842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:17:59.6722182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:17:59.6723540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:17:59.6724853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:17:59.6726182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:17:59.6727528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:17:59.6728798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:17:59.6730472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:17:59.6732563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:17:59.6734590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:17:59.6736438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:17:59.6738389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:17:59.6740416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:17:59.6742402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:17:59.6744241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:17:59.6746010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:17:59.6747754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:17:59.6749395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:17:59.6750853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:17:59.6752297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:17:59.6753988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:17:59.6755470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:17:59.6757040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:17:59.6758399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:17:59.6759811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:17:59.6761258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:17:59.6762758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:17:59.6764279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:17:59.6765747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:17:59.6767233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:17:59.6768681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:17:59.6770068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:17:59.6771427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:17:59.6772858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:17:59.6774409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:17:59.6775818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:17:59.6777173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:17:59.6778513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:17:59.6779918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:17:59.6781368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:17:59.6782848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:17:59.6784379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:17:59.6785845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:17:59.6787309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:17:59.6788948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:17:59.6790403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:17:59.6791873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:17:59.6793310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:17:59.6795028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:17:59.6796508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:17:59.6798307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:17:59.6800017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:17:59.6801724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:17:59.6803330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:17:59.6804863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:17:59.6806477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:17:59.6808044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:17:59.6809559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:17:59.6811094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:17:59.6812652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:17:59.6814317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:17:59.6815926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:17:59.6817441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:17:59.6818861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:17:59.6820206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:17:59.6821521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:17:59.6822880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:17:59.6824319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:17:59.6825742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:17:59.6827088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:17:59.6828561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:17:59.6830107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:17:59.6831563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:17:59.6833031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:17:59.6834570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:17:59.6836352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:17:59.6837983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:17:59.6839703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:17:59.6841376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:17:59.6843017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:17:59.6844495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:17:59.6845930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:17:59.6847449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:17:59.6849149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:17:59.6850898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:17:59.6852581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:17:59.6854354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:17:59.6855953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:17:59.6857543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:17:59.6859239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:17:59.6860790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:17:59.6862206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:17:59.6863637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:17:59.6865053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:17:59.6866564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:17:59.6868144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:17:59.6869515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:17:59.6870818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:17:59.6872128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:17:59.6873496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:17:59.6874943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:17:59.6876425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:17:59.6878145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:17:59.6879779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:17:59.6881211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:17:59.6882685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:17:59.6884191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:17:59.6885710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:17:59.6887265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:17:59.6889049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:17:59.6890619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:17:59.6892113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:17:59.6893720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:17:59.6895275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:17:59.6896855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:17:59.6898456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:17:59.6900072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:17:59.6901683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:17:59.6903307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:17:59.6904930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:17:59.6906468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:17:59.6907913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:17:59.6909252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:17:59.6910474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:17:59.6911580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:17:59.6912695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:17:59.6913892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:17:59.6915040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:17:59.6916150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:17:59.6917303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:17:59.6918710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:17:59.6919978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:17:59.6921156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:17:59.6922422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:17:59.6923686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:17:59.6924962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:17:59.6927536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:17:59.6928916Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:17:59.6930279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:17:59.6931773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:17:59.6933520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:17:59.6935120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:17:59.6936725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:17:59.6938453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:17:59.6940277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:17:59.6942159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:17:59.6943946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:17:59.6945711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:17:59.6947427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:17:59.6949052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:17:59.6950717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:17:59.6952270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:17:59.6953719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:17:59.6955225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:17:59.6956806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:17:59.6958250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:17:59.6959619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:17:59.6961157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:17:59.6962407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:17:59.6964721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:17:59.6966113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:17:59.6967509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:17:59.6968924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:17:59.6970335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:17:59.6971766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:17:59.6973242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:17:59.6974948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:17:59.6976609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:17:59.6978380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:17:59.6980094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:17:59.6981844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:17:59.6983644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:17:59.6985349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:17:59.6986909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:17:59.6988651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:17:59.6990266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:17:59.6991908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:17:59.6993520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:17:59.6995004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:17:59.6996405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:17:59.6997866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:17:59.6999353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:17:59.7000778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:17:59.7002184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:17:59.7003980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:17:59.7005771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:17:59.7007335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:17:59.7008837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:17:59.7010277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:17:59.7011684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:17:59.7013090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:17:59.7014605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:17:59.7016052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:17:59.7017729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:17:59.7019397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:17:59.7020904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:17:59.7022573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:17:59.7024248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:17:59.7025772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:17:59.7027251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:17:59.7028765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:17:59.7030311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:17:59.7031783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:17:59.7033291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:17:59.7034849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:17:59.7036351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:17:59.7037808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:17:59.7039228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:17:59.7040724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:17:59.7042333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:17:59.7043767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:17:59.7045491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:17:59.7047521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:17:59.7049806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:17:59.7051815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:17:59.7053324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:17:59.7054837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:17:59.7056289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:17:59.7057770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:17:59.7059297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:17:59.7060867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:17:59.7062496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:17:59.7064055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:17:59.7065550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:17:59.7067033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:17:59.7068577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:17:59.7070156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:17:59.7071668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:17:59.7073122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:17:59.7074584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:17:59.7076114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:17:59.7077695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:17:59.7079219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:17:59.7080592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:17:59.7082053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:17:59.7083574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:17:59.7084923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:17:59.7086515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:17:59.7088255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:17:59.7090124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:17:59.7091758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:17:59.7093570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:17:59.7095360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:17:59.7097078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:17:59.7098637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:17:59.7100168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:17:59.7101697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:17:59.7103298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:17:59.7105150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:17:59.7106776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:17:59.7108462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:17:59.7110098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:17:59.7111461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:17:59.7112813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:17:59.7114424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:17:59.7116115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:17:59.7117714Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:17:59.7119068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:17:59.7120245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:17:59.7121466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:17:59.7122927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:17:59.7124510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:17:59.7126217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:17:59.7128303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:17:59.7130097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:17:59.7131946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:17:59.7133781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:17:59.7135650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:17:59.7137382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:17:59.7138837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:17:59.7140023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:17:59.7141122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:17:59.7142261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:17:59.7143504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:17:59.7144756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:17:59.7146019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:17:59.7147374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:17:59.7148797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:17:59.7150173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:17:59.7151489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:17:59.7152796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:17:59.7154132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:17:59.7155581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:17:59.7157060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:17:59.7158513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:17:59.7159834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:17:59.7161100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:17:59.7162383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:17:59.7163595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:17:59.7164791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:17:59.7166070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:17:59.7167349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:17:59.7168857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:17:59.7170447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:17:59.7171781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:17:59.7173015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:17:59.7174381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:17:59.7175663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:17:59.7176949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:17:59.7178199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:17:59.7179572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:17:59.7181051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:17:59.7182480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:17:59.7183865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:17:59.7185144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:17:59.7186393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:17:59.7187707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:17:59.7189216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:17:59.7190555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:17:59.7191849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:17:59.7193119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:17:59.7194348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:17:59.7195578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:17:59.7196798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:17:59.7198020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:17:59.7199190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:17:59.7200332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:17:59.7201629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:17:59.7203181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:17:59.7204655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:17:59.7206098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:17:59.7207533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:17:59.7209437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:17:59.7211373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:17:59.7212837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:17:59.7214355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:17:59.7215946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:17:59.7217719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:17:59.7219471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:17:59.7221227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:17:59.7223003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:17:59.7224769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:17:59.7226577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:17:59.7228450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:17:59.7230531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:17:59.7232839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:17:59.7235087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:17:59.7237340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:17:59.7239613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:17:59.7241905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:17:59.7244236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:17:59.7246541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:17:59.7249495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:17:59.7251884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:17:59.7254709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:17:59.7257292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:17:59.7259645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:17:59.7262239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:17:59.7265087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:17:59.7267930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:17:59.7270693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:17:59.7273408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:17:59.7275812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:17:59.7278153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:17:59.7280441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:17:59.7282697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:17:59.7284802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:17:59.7286681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:17:59.7288754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:17:59.7290809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:17:59.7292935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:17:59.7295056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:17:59.7297088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:17:59.7299459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:17:59.7301413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:17:59.7303521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:17:59.7305393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:17:59.7307222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:17:59.7309081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:17:59.7310948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:17:59.7312740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:17:59.7314509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:17:59.7316356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:17:59.7318420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:17:59.7320671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:17:59.7322933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:17:59.7325094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:17:59.7327298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:17:59.7329394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:17:59.7331292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:17:59.7333285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:17:59.7335472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:17:59.7337606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:17:59.7339814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:17:59.7370634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:17:59.7373201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:17:59.7375671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:17:59.7377835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:17:59.7379894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:17:59.7381867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:17:59.7383799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:17:59.7385679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:17:59.7387478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:17:59.7389647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:17:59.7391309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:17:59.7393019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:17:59.7394877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:17:59.7396749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:17:59.7398590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:17:59.7400459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:17:59.7402297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:17:59.7404184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:17:59.7406109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:17:59.7408075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:17:59.7410035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:17:59.7412084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:17:59.7414309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:17:59.7416896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:17:59.7419100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:17:59.7421463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:17:59.7423652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:17:59.7425836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:17:59.7428038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:17:59.7430247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:17:59.7432474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:17:59.7434673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:17:59.7436866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:17:59.7439024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:17:59.7441204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:17:59.7443364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:17:59.7445533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:17:59.7447690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:17:59.7449881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:17:59.7452091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:17:59.7454428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:17:59.7456705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:17:59.7458924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:17:59.7461111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:17:59.7463490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:17:59.7465745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:17:59.7467861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:17:59.7470007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:17:59.7472097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:17:59.7474136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:17:59.7476078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:17:59.7478009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:17:59.7480117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:17:59.7482265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:17:59.7484240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:17:59.7486168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:17:59.7488252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:17:59.7490127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:17:59.7491924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:17:59.7493684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:17:59.7495353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:17:59.7497143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:17:59.7499078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:17:59.7501041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:17:59.7503031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:17:59.7505010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:17:59.7507351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:17:59.7509725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:17:59.7511726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:17:59.7513465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:17:59.7515206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:17:59.7516924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:17:59.7518608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:17:59.7520271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:17:59.7522017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:17:59.7523866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:17:59.7525688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:17:59.7527525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:17:59.7529585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:17:59.7531711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:17:59.7533897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:17:59.7536017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:17:59.7538055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:17:59.7539984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:17:59.7541850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:17:59.7543598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:17:59.7545251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:17:59.7547032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:17:59.7548933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:17:59.7551009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:17:59.7553028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:17:59.7554907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:17:59.7556797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:17:59.7558754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:17:59.7560719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:17:59.7562664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:17:59.7564614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:17:59.7566544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:17:59.7568455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:17:59.7570375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:17:59.7572331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:17:59.7574531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:17:59.7576610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:17:59.7578632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:17:59.7580573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:17:59.7582493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:17:59.7584635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:17:59.7586856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:17:59.7589074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:17:59.7590996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:17:59.7592882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:17:59.7595112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:17:59.7597148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:17:59.7598827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:17:59.7600475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:17:59.7602143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:17:59.7603961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:17:59.7605948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:17:59.7607990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:17:59.7609911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:17:59.7611837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:17:59.7613653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:17:59.7615342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:17:59.7616997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:17:59.7618606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:17:59.7620107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:17:59.7621771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:17:59.7623479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:17:59.7625120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:17:59.7626762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:17:59.7628437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:17:59.7630188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:17:59.7631843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:17:59.7633483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:17:59.7635083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:17:59.7636580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:17:59.7638300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:17:59.7639785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:17:59.7641049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:17:59.7642455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:17:59.7643903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:17:59.7645301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:17:59.7646719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:17:59.7648156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:17:59.7649610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:17:59.7650964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:17:59.7652308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:17:59.7653945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:17:59.7655548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:17:59.7657176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:17:59.7658755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:17:59.7660172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:17:59.7661729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:17:59.7663535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:17:59.7665271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:17:59.7666921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:17:59.7668802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:17:59.7670780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:17:59.7672517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:17:59.7674244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:17:59.7675977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:17:59.7677569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:17:59.7679368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:17:59.7680953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:17:59.7682342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:17:59.7683717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:17:59.7685076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:17:59.7686501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:17:59.7688215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:17:59.7689866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:17:59.7691397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:17:59.7692863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:17:59.7694668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:17:59.7696310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:17:59.7697870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:17:59.7699295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:17:59.7700732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:17:59.7702256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:17:59.7703775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:17:59.7705215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:17:59.7706622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:17:59.7708139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:17:59.7709569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:17:59.7711204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:17:59.7712781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:17:59.7714193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:17:59.7715608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:17:59.7717080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:17:59.7718564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:17:59.7719971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:17:59.7721647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:17:59.7723212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:17:59.7724807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:17:59.7726360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:17:59.7727706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:17:59.7729031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:17:59.7730368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:17:59.7731676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:17:59.7732979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:17:59.7734404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:17:59.7735777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:17:59.7737258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:17:59.7738839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:17:59.7740398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:17:59.7741947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:17:59.7743504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:17:59.7745056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:17:59.7746620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:17:59.7748173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:17:59.7749724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:17:59.7751280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:17:59.7752799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:17:59.7754248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:17:59.7755666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:17:59.7757091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:17:59.7758529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:17:59.7759965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:17:59.7761409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:17:59.7763044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:17:59.7764555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:17:59.7765895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:17:59.7767333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:17:59.7768865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:17:59.7770371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:17:59.7771842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:17:59.7773373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:17:59.7774995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:17:59.7776428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:17:59.7777784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:17:59.7779181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:17:59.7780576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:17:59.7782037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:17:59.7783514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:17:59.7784970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:17:59.7786484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:17:59.7788295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:17:59.7789825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:17:59.7791286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:17:59.7792666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:17:59.7794106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:17:59.7795686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:17:59.7797076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:17:59.7798437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:17:59.7799908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:17:59.7801366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:17:59.7803271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:17:59.7804989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:17:59.7806888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:17:59.7808570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:17:59.7810316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:17:59.7812005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:17:59.7813606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:17:59.7815004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:17:59.7816312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:17:59.7817696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:17:59.7819216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:17:59.7820682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:17:59.7822021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:17:59.7823386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:17:59.7824799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:17:59.7826190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:17:59.7827570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:17:59.7829031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:17:59.7830446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:17:59.7831818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:17:59.7833198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:17:59.7834619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:17:59.7836047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:17:59.7837392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:17:59.7838775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:17:59.7840214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:17:59.7841814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:17:59.7843470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:17:59.7845334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:17:59.7847022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:17:59.7848498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:17:59.7849937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:17:59.7851403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:17:59.7852910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:17:59.7854519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:17:59.7856049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:17:59.7857521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:17:59.7858901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:17:59.7860212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:17:59.7861448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:17:59.7862877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:17:59.7864517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:17:59.7866197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:17:59.7867896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:59.7869539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:17:59.7871117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:17:59.7872671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:17:59.7874276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:17:59.7875947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:17:59.7877912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:17:59.7879383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:17:59.7880798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:17:59.7882328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:17:59.7883868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:17:59.7885545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:17:59.7886874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:17:59.7888457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:17:59.7889765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:17:59.7891074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:17:59.7892442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:17:59.7893914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:17:59.7895260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:17:59.7896610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:17:59.7897932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:17:59.7899261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:17:59.7900564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:17:59.7901914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:17:59.7903480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:17:59.7905162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:17:59.7906838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:17:59.7908421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:17:59.7909797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:17:59.7911058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:17:59.7912543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:17:59.7914056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:17:59.7915450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:17:59.7916907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:17:59.7918390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:17:59.7919810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:17:59.7921160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:17:59.7922467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:17:59.7923693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:17:59.7924930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:17:59.7926588Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:17:59.7927808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:17:59.7929215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:17:59.7930447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:17:59.7931646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:17:59.7932844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:17:59.7934218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:17:59.7935438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:17:59.7936925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:17:59.7938734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:17:59.7940494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:17:59.7942318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:17:59.7944167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:17:59.7945999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:17:59.7947810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:17:59.7949584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:17:59.7951322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:17:59.7953018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:17:59.7954687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:17:59.7956354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:17:59.7958014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:17:59.7959717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:17:59.7961457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:17:59.7963163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:17:59.7964844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:17:59.7966499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:17:59.7968398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:17:59.7970378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:17:59.7972229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:17:59.7974145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:17:59.7976058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:17:59.7978019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:17:59.7979987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:17:59.7981818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:17:59.7983491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:17:59.7985135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:17:59.7986775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:17:59.7988698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:17:59.7990345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:17:59.7992028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:17:59.7993736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:17:59.7995418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:17:59.7997166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:17:59.7998970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:17:59.8000738Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:17:59.8002486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:17:59.8004194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:17:59.8005877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:17:59.8007586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:17:59.8009304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:17:59.8011382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:17:59.8013300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:17:59.8015070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:17:59.8016704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:17:59.8018402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:17:59.8020154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:17:59.8021895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:17:59.8023660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:17:59.8025456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:17:59.8027206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:17:59.8028972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:17:59.8030724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:17:59.8032456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:17:59.8034192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:17:59.8035902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:17:59.8037577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:17:59.8039259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:17:59.8040942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:17:59.8042604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:17:59.8044254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:17:59.8045882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:17:59.8047477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:17:59.8049131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:17:59.8050827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:17:59.8052746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:17:59.8054613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:17:59.8056542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:17:59.8058281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:17:59.8060080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:17:59.8061912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:17:59.8063730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:17:59.8065534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:17:59.8067306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:17:59.8069046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:17:59.8070801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:17:59.8072570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:17:59.8074314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:17:59.8076045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:17:59.8077762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:17:59.8079447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:17:59.8081197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:17:59.8083001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:17:59.8084786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:17:59.8086597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:17:59.8088743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:17:59.8090571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:17:59.8092402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:17:59.8094326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:17:59.8096519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:17:59.8098378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:17:59.8100391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:17:59.8102163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:17:59.8103905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:17:59.8105602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:17:59.8107289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:17:59.8109004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:17:59.8110740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:17:59.8112435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:17:59.8114299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:17:59.8116322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:17:59.8118346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:17:59.8120426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:17:59.8122409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:17:59.8124641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:17:59.8126661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:17:59.8128709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:17:59.8130734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:17:59.8132651Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:17:59.8134584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:17:59.8136327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:17:59.8138041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:17:59.8140057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:17:59.8142164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:17:59.8144039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:17:59.8145856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:17:59.8147616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:17:59.8149355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:17:59.8151088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:17:59.8152786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:17:59.8154454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:17:59.8156059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:17:59.8157697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:17:59.8159395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:17:59.8161073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:17:59.8162772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:17:59.8164483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:17:59.8166166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:17:59.8167847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:17:59.8169506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:17:59.8171151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:17:59.8172753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:17:59.8174444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:17:59.8175976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:17:59.8177543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:17:59.8179112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:17:59.8180673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:17:59.8182503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:17:59.8184315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:17:59.8185943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:17:59.8187626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:17:59.8189558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:17:59.8191278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:17:59.8192987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:17:59.8194655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:17:59.8196283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:17:59.8197952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:17:59.8199663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:17:59.8201334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:17:59.8203065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:17:59.8204828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:17:59.8206565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:17:59.8208301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:17:59.8210020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:17:59.8211728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:17:59.8213516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:17:59.8215210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:17:59.8216875Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:17:59.8218543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:17:59.8220202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:17:59.8221992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:17:59.8224024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:17:59.8225833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:17:59.8227917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:17:59.8229637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:17:59.8231356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:17:59.8233049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:17:59.8234806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:17:59.8236578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:17:59.8238387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:17:59.8240207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:17:59.8242243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:17:59.8244142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:17:59.8245974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:17:59.8247769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:17:59.8249538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:17:59.8251259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:17:59.8252907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:17:59.8254639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:17:59.8256341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:17:59.8258094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:17:59.8259840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:17:59.8261620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:17:59.8263426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:17:59.8265208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:17:59.8267186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:17:59.8268992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:17:59.8270888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:17:59.8272619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:17:59.8274300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:17:59.8275949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:17:59.8277578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:17:59.8279167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:17:59.8280728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:17:59.8282447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:17:59.8284307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:17:59.8286154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:17:59.8288142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:17:59.8289936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:17:59.8291687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:17:59.8293489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:17:59.8295203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:17:59.8296894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:17:59.8298607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:17:59.8300335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:17:59.8302054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:17:59.8303823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:17:59.8305648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:17:59.8307447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:17:59.8309581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:17:59.8311337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:17:59.8313225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:17:59.8314875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:17:59.8316491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:17:59.8318079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:17:59.8319659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:17:59.8321228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:17:59.8322777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:17:59.8324383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:17:59.8326029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:17:59.8327657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:17:59.8329346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:17:59.8331114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:17:59.8332844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:17:59.8334756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:17:59.8336638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:17:59.8338500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:17:59.8340291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:17:59.8342024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:17:59.8343751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:17:59.8345504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:17:59.8347280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:17:59.8349045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:17:59.8350702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:17:59.8352473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:17:59.8354216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:17:59.8355868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:17:59.8357589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:17:59.8359288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:17:59.8360992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:17:59.8362697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:17:59.8364379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:17:59.8366106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:17:59.8367863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:17:59.8369604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:17:59.8371237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:17:59.8372760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:17:59.8374374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:17:59.8375998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:17:59.8377696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:17:59.8379361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:17:59.8381107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:17:59.8382950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:17:59.8384766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:17:59.8386579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:17:59.8388639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:17:59.8390402Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:17:59.8392141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:17:59.8394263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:17:59.8396006Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:17:59.8397919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:17:59.8399535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:17:59.8401133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:17:59.8402736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:17:59.8404301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:17:59.8405895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:17:59.8407561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:17:59.8409295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:17:59.8411017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:17:59.8412704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:17:59.8414442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:17:59.8416079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:17:59.8417734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:17:59.8419588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:17:59.8421264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:17:59.8423035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:17:59.8424909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:17:59.8426758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:17:59.8428529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:17:59.8430198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:17:59.8431839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:17:59.8433590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:17:59.8435447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:17:59.8437508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:17:59.8439433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:17:59.8441060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:17:59.8442643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:17:59.8444248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:17:59.8445847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:17:59.8447435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:17:59.8449099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:17:59.8450833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:17:59.8452535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:17:59.8454410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:17:59.8456247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:17:59.8458072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:17:59.8459944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:17:59.8461885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:17:59.8463795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:17:59.8465734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:17:59.8467674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:17:59.8469607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:17:59.8471411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:17:59.8473054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:17:59.8474669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:17:59.8476257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:17:59.8477782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:17:59.8479559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:17:59.8481220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:17:59.8483111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:17:59.8484831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:17:59.8486636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:17:59.8488828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:17:59.8490732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:17:59.8492480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:17:59.8494194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:17:59.8495800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:17:59.8497501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:17:59.8499285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:17:59.8501063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:17:59.8502849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:17:59.8504662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:17:59.8506440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:17:59.8508205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:17:59.8509954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:17:59.8511681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:17:59.8513413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:17:59.8515149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:17:59.8516835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:17:59.8518584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:17:59.8520397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:17:59.8522574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:17:59.8524313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:17:59.8526091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:17:59.8527682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:17:59.8529177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:17:59.8530682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:17:59.8532229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:17:59.8533814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:17:59.8535278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:17:59.8536657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:17:59.8538036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:17:59.8555942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:17:59.8557393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:17:59.8558847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:17:59.8560335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:17:59.8561859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:17:59.8563369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:17:59.8564868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:17:59.8566316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:17:59.8567813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:17:59.8569310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:17:59.8570757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:17:59.8572211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:17:59.8573713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:17:59.8575098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:17:59.8576480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:17:59.8577860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:17:59.8579315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:17:59.8581072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:17:59.8582693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:17:59.8584156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:17:59.8585605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:17:59.8587053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:17:59.8588733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:17:59.8590124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:17:59.8591604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:17:59.8593108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:17:59.8594521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:17:59.8595984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:17:59.8597480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:17:59.8598881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:17:59.8600330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:17:59.8601822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:17:59.8603232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:17:59.8604682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:17:59.8606124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:17:59.8607565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:17:59.8609130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:17:59.8610778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:17:59.8612482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:17:59.8614273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:17:59.8615857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:17:59.8617478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:17:59.8619079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:17:59.8620612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:17:59.8622617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:17:59.8624414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:17:59.8625995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:17:59.8627746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:17:59.8629452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:17:59.8631137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:17:59.8632841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:17:59.8634528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:17:59.8636262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:17:59.8637993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:17:59.8639632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:17:59.8641201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:17:59.8642837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:17:59.8644599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:17:59.8646391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:17:59.8648191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:17:59.8650169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:17:59.8652290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:17:59.8654525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:17:59.8656539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:17:59.8658310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:17:59.8660008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:17:59.8661687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:17:59.8663232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:17:59.8665044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:17:59.8666679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:17:59.8668391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:17:59.8669879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:17:59.8671473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:17:59.8673225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:17:59.8675151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:17:59.8677226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:17:59.8679159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:17:59.8681130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:17:59.8683097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:17:59.8685048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:17:59.8687052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:17:59.8689350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:17:59.8691261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:17:59.8693132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:17:59.8695014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:17:59.8696725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:17:59.8698390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:17:59.8700058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:17:59.8701711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:17:59.8703330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:17:59.8704829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:17:59.8706245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:17:59.8707704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:17:59.8709608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:17:59.8711433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:17:59.8712955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:17:59.8714398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:17:59.8715785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:17:59.8717202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:17:59.8718742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:17:59.8720335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:17:59.8721964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:17:59.8723622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:17:59.8725193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:17:59.8726637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:17:59.8728058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:17:59.8729536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:17:59.8730994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:17:59.8732563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:17:59.8734375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:17:59.8736098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:17:59.8738043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:17:59.8740189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:17:59.8742302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:17:59.8744323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:17:59.8746334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:17:59.8748369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:17:59.8750304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:17:59.8752601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:17:59.8755046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:17:59.8757133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:17:59.8759034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:17:59.8760774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:17:59.8762314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:17:59.8763807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:17:59.8765290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:17:59.8766752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:17:59.8768137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:17:59.8769444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:17:59.8770708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:17:59.8771929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:17:59.8773458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:17:59.8774825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:17:59.8776154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:17:59.8777501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:17:59.8778816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:17:59.8780194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:17:59.8781705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:17:59.8783248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:17:59.8784703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:17:59.8786275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:17:59.8788284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:17:59.8789849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:17:59.8791352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:17:59.8792962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:17:59.8794924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:17:59.8796663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:17:59.8798111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:17:59.8799468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:17:59.8800785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:17:59.8802095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:17:59.8803415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:17:59.8804827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:17:59.8806341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:17:59.8807836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:17:59.8809213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:17:59.8810599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:17:59.8811967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:17:59.8813308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:17:59.8814726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:17:59.8816130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:17:59.8817637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:17:59.8819029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:17:59.8820418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:17:59.8821814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:17:59.8823348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:17:59.8824922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:17:59.8826303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:17:59.8827716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:17:59.8829190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:17:59.8830532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:17:59.8831800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:17:59.8833063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:17:59.8834529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:17:59.8835838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:17:59.8837216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:17:59.8838458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:17:59.8839739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:17:59.8841140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:17:59.8842556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:17:59.8843852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:17:59.8845172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:17:59.8846492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:17:59.8847827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:17:59.8849176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:17:59.8850457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:17:59.8851692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:17:59.8852969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:17:59.8854374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:17:59.8855655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:17:59.8856952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:17:59.8858223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:17:59.8859422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:17:59.8860648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:17:59.8861932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:17:59.8863373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:17:59.8864827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:17:59.8866077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:17:59.8867292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:17:59.8868609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:17:59.8869977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:17:59.8871265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:17:59.8872582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:17:59.8874451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:17:59.8876192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:17:59.8877899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:17:59.8879338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:17:59.8880702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:17:59.8881989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:17:59.8883198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:17:59.8884429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:17:59.8885658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:17:59.8887071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:17:59.8889049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:59.8890734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:17:59.8892405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:17:59.8894128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:17:59.8895791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:59.8897376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:17:59.8898855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:17:59.8900170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:17:59.8901625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:17:59.8903294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:17:59.8904996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:17:59.8906687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:17:59.8908315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:17:59.8909825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:17:59.8911310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:17:59.8912821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:17:59.8914261Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:17:59.8916103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:17:59.8917545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:17:59.8919198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:17:59.8920668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:17:59.8922175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:17:59.8923616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:17:59.8924971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:17:59.8926310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:17:59.8927704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:17:59.8929174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:17:59.8930645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:17:59.8932123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:17:59.8933673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:17:59.8935381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:17:59.8937375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:17:59.8939271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:17:59.8941005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:17:59.8942592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:17:59.8944062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:17:59.8945471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:17:59.8947054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:17:59.8948809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.8950506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:59.8952067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:17:59.8953481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:17:59.8954834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:17:59.8956203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:17:59.8957994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:59.8960054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:17:59.8961993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:17:59.8963949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:17:59.8965876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:17:59.8967713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:59.8969418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:17:59.8970985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:17:59.8972606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:17:59.8974427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:17:59.8976196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:17:59.8978009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:17:59.8979723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:17:59.8981298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:17:59.8982684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:17:59.8984116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:17:59.8985679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:17:59.8987351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:17:59.8989338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:59.8991007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:17:59.8992553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:17:59.8993906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:17:59.8995387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:17:59.8997035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:17:59.8998567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:17:59.9000379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:17:59.9002067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:17:59.9003464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:17:59.9004858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:17:59.9006242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:17:59.9007618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:17:59.9008926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:17:59.9010516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9012378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9014228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9015847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:17:59.9017307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:17:59.9018626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:17:59.9019906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:17:59.9021452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9023200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9024838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9026359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:17:59.9027718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:17:59.9028981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:17:59.9030248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:17:59.9031543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:17:59.9033108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9034903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9036607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9038164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:17:59.9039575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:17:59.9041136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:17:59.9042575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:17:59.9044355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:17:59.9046091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9047701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:17:59.9049173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:17:59.9050477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:17:59.9051763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:17:59.9053123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:17:59.9054555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:17:59.9055974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:17:59.9057417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:17:59.9058993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:17:59.9060716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:17:59.9062358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:17:59.9063877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:17:59.9065238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:17:59.9066826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:17:59.9068659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:17:59.9070390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:17:59.9072007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:17:59.9073481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:17:59.9074789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:17:59.9076136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:17:59.9076712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:17:59.9077256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:17:59.9077878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:17:59.9078724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:17:59.9079345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:17:59.9080126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:17:59.9080767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:17:59.9081322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:17:59.9081921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:17:59.9082549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:17:59.9083225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:17:59.9083947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:17:59.9084619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:17:59.9085249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:17:59.9085914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:17:59.9086457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:17:59.9087093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:17:59.9087646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:17:59.9088480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:17:59.9089102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:17:59.9089720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:17:59.9090328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:17:59.9090998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:17:59.9091662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:17:59.9092334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:17:59.9092990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:17:59.9093728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:17:59.9094438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:17:59.9095145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:17:59.9095865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:17:59.9096566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:17:59.9097601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:17:59.9098392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:17:59.9099336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:17:59.9100040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:17:59.9100811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:17:59.9101515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:17:59.9102253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:17:59.9103070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:17:59.9103886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:17:59.9104737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:17:59.9105564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:17:59.9106065Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:17:59.9106294Z + echo ::endgroup:: 2025-03-21T20:17:59.9106990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:17:59.9107600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:17:59.9108388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:17:59.9109103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:17:59.9109805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:17:59.9110539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:17:59.9111140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:17:59.9111734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:17:59.9112382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:17:59.9113010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:17:59.9113629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:17:59.9114191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:17:59.9114782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:17:59.9115403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:17:59.9115941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:17:59.9116734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:17:59.9117382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:17:59.9118256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:17:59.9118957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:17:59.9119529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:17:59.9120062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:17:59.9120750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:17:59.9121401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:17:59.9121939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:17:59.9122491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:17:59.9123073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:17:59.9123623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:17:59.9124132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:17:59.9124647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:17:59.9125114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:17:59.9125559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:17:59.9125970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:17:59.9126865Z ##[endgroup] 2025-03-21T20:17:59.9291041Z ##[group]Run actions/checkout@v4 2025-03-21T20:17:59.9291268Z with: 2025-03-21T20:17:59.9291506Z repository: pytorch/test-infra 2025-03-21T20:17:59.9291693Z path: test-infra 2025-03-21T20:17:59.9291877Z submodules: recursive 2025-03-21T20:17:59.9292302Z token: *** 2025-03-21T20:17:59.9292483Z ssh-strict: true 2025-03-21T20:17:59.9292663Z ssh-user: git 2025-03-21T20:17:59.9292856Z persist-credentials: true 2025-03-21T20:17:59.9293024Z clean: true 2025-03-21T20:17:59.9293241Z sparse-checkout-cone-mode: true 2025-03-21T20:17:59.9293534Z fetch-depth: 1 2025-03-21T20:17:59.9293737Z fetch-tags: false 2025-03-21T20:17:59.9293917Z show-progress: true 2025-03-21T20:17:59.9294091Z lfs: false 2025-03-21T20:17:59.9294291Z set-safe-directory: true 2025-03-21T20:17:59.9294449Z env: 2025-03-21T20:17:59.9294722Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:17:59.9294932Z REPOSITORY: pytorch/executorch 2025-03-21T20:17:59.9295141Z PR_NUMBER: 2025-03-21T20:17:59.9297421Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:59.9297656Z ##[endgroup] 2025-03-21T20:18:00.1133151Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:00.1134848Z ##[group]Getting Git version info 2025-03-21T20:18:00.1135832Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:00.1260163Z [command]/usr/bin/git version 2025-03-21T20:18:00.1338436Z git version 2.47.1 2025-03-21T20:18:00.1457445Z ##[endgroup] 2025-03-21T20:18:00.1466396Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/9083170d-9b6c-4adf-9bbe-a4ebbb6570d0/.gitconfig' 2025-03-21T20:18:00.1567512Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9083170d-9b6c-4adf-9bbe-a4ebbb6570d0' before making global git config changes 2025-03-21T20:18:00.1569065Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:00.1611358Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:00.1743016Z ##[group]Initializing the repository 2025-03-21T20:18:00.1743985Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:00.1858292Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:00.1859306Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:00.1860226Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:00.1861098Z hint: 2025-03-21T20:18:00.1861729Z hint: git config --global init.defaultBranch 2025-03-21T20:18:00.1862342Z hint: 2025-03-21T20:18:00.1862916Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:00.1863811Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:00.1864542Z hint: 2025-03-21T20:18:00.1864986Z hint: git branch -m 2025-03-21T20:18:00.1865868Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:00.1906316Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:00.1954137Z ##[endgroup] 2025-03-21T20:18:00.1955246Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:00.1971342Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:00.2014005Z ##[endgroup] 2025-03-21T20:18:00.2014837Z ##[group]Setting up auth 2025-03-21T20:18:00.2030656Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:00.2087617Z [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:00.2872828Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:00.2931767Z [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:00.3498632Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:00.3565924Z ##[endgroup] 2025-03-21T20:18:00.3566747Z ##[group]Determining the default branch 2025-03-21T20:18:00.3570545Z Retrieving the default branch name 2025-03-21T20:18:00.6653130Z Default branch 'main' 2025-03-21T20:18:00.6654300Z ##[endgroup] 2025-03-21T20:18:00.6655034Z ##[group]Fetching the repository 2025-03-21T20:18:00.6662274Z [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:01.0193476Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:01.0194166Z * [new branch] main -> origin/main 2025-03-21T20:18:01.0222327Z ##[endgroup] 2025-03-21T20:18:01.0223046Z ##[group]Determining the checkout info 2025-03-21T20:18:01.0224614Z ##[endgroup] 2025-03-21T20:18:01.0230880Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:01.0285027Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:01.0324714Z ##[group]Checking out the ref 2025-03-21T20:18:01.0330429Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:01.1296345Z Switched to a new branch 'main' 2025-03-21T20:18:01.1297801Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:01.1307385Z ##[endgroup] 2025-03-21T20:18:01.1308187Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:01.1316503Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:01.1384430Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:01.1436210Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:01.1485654Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:01.1529421Z ##[endgroup] 2025-03-21T20:18:01.1530173Z ##[group]Fetching submodules 2025-03-21T20:18:01.1535900Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:01.1888626Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:01.2248525Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:01.2605321Z ##[endgroup] 2025-03-21T20:18:01.2606102Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:01.2607635Z [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:01.2948929Z [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:01.3301889Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:01.3655055Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:01.4003113Z ##[endgroup] 2025-03-21T20:18:01.4056479Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:01.4102643Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:01.4372583Z Prepare all required actions 2025-03-21T20:18:01.4373667Z Getting action download info 2025-03-21T20:18:01.5820999Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:03.1043142Z Getting action download info 2025-03-21T20:18:03.2191370Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:03.4038227Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:03.4038854Z env: 2025-03-21T20:18:03.4039336Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4039960Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4040456Z PR_NUMBER: 2025-03-21T20:18:03.4042896Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4045427Z ##[endgroup] 2025-03-21T20:18:03.4178615Z ##[group]Run set -euo pipefail 2025-03-21T20:18:03.4179201Z set -euo pipefail 2025-03-21T20:18:03.4179690Z function get_ec2_metadata() { 2025-03-21T20:18:03.4180277Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:03.4181228Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:03.4182072Z  category=$1 2025-03-21T20:18:03.4183340Z  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:03.4185123Z } 2025-03-21T20:18:03.4185582Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:03.4186240Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:03.4186962Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:03.4187609Z echo "system info $(uname -a)" 2025-03-21T20:18:03.4196025Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.4196624Z env: 2025-03-21T20:18:03.4197084Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4197796Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4198257Z PR_NUMBER: 2025-03-21T20:18:03.4200596Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4203055Z ##[endgroup] 2025-03-21T20:18:03.4368394Z ami-id: ami-0eae2a0fc13b15fce 2025-03-21T20:18:03.4492851Z instance-id: i-0506021e80e8f23b9 2025-03-21T20:18:03.4618332Z instance-type: t4g.2xlarge 2025-03-21T20:18:03.4631313Z system info Linux ip-10-0-11-161.ec2.internal 6.1.129-138.220.amzn2023.aarch64 #1 SMP Tue Feb 25 22:18:13 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-03-21T20:18:03.4685197Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:03.4686647Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:03.4695839Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.4696428Z env: 2025-03-21T20:18:03.4697258Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4698027Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4698503Z PR_NUMBER: 2025-03-21T20:18:03.4700831Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4703274Z ##[endgroup] 2025-03-21T20:18:03.4810733Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:03.4811443Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:03.4812105Z  echo "Docker daemon is running..."; 2025-03-21T20:18:03.4812637Z else 2025-03-21T20:18:03.4813216Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:03.4814011Z fi 2025-03-21T20:18:03.4821730Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.4822401Z env: 2025-03-21T20:18:03.4822857Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.4823453Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.4823983Z PR_NUMBER: 2025-03-21T20:18:03.4826309Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.4829124Z ##[endgroup] 2025-03-21T20:18:03.4925296Z Docker daemon is running... 2025-03-21T20:18:03.4995463Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:03.4996432Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:03.4997214Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:03.4998140Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:03.4999206Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:03.5007681Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:03.5008275Z env: 2025-03-21T20:18:03.5008737Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:03.5009339Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.5009817Z PR_NUMBER: 2025-03-21T20:18:03.5012190Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:03.5014759Z AWS_RETRY_MODE: standard 2025-03-21T20:18:03.5015212Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:03.5015641Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:03.5016094Z ##[endgroup] 2025-03-21T20:18:04.9732931Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:04.9733919Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:04.9734768Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:04.9735349Z 2025-03-21T20:18:04.9742156Z Login Succeeded 2025-03-21T20:18:04.9806781Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:04.9808071Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:04.9808879Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:04.9817811Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.9818400Z env: 2025-03-21T20:18:04.9818855Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.9819458Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.9819922Z PR_NUMBER: 2025-03-21T20:18:04.9822246Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.9824690Z ##[endgroup] 2025-03-21T20:18:04.9932284Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:04.9933029Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:04.9933913Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:04.9934484Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:04.9935181Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:04.9935847Z  2025-03-21T20:18:04.9936340Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:04.9937000Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:04.9937593Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:04.9938337Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:04.9939411Z  2025-03-21T20:18:04.9939833Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:04.9940391Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:04.9940933Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:04.9941562Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:04.9949440Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.9950030Z env: 2025-03-21T20:18:04.9950489Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.9951085Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.9951549Z PR_NUMBER: 2025-03-21T20:18:04.9953890Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.9956347Z ##[endgroup] 2025-03-21T20:18:05.1639643Z ##[group]Run needs=0 2025-03-21T20:18:05.1640111Z needs=0 2025-03-21T20:18:05.1640707Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:05.1641385Z  needs=1 2025-03-21T20:18:05.1641788Z fi 2025-03-21T20:18:05.1642213Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:05.1651479Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1652085Z env: 2025-03-21T20:18:05.1652539Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1653136Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1653957Z PR_NUMBER: 2025-03-21T20:18:05.1656722Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.1659388Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.1660270Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.1661104Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.1661713Z ##[endgroup] 2025-03-21T20:18:05.1950537Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.1951409Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.1952076Z # shellcheck disable=SC2046 2025-03-21T20:18:05.1952616Z docker stop $(docker ps -q) || true 2025-03-21T20:18:05.1953218Z # Prune all of the docker images 2025-03-21T20:18:05.1953751Z docker system prune -af 2025-03-21T20:18:05.1961752Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1962348Z env: 2025-03-21T20:18:05.1962815Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1963415Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1963889Z PR_NUMBER: 2025-03-21T20:18:05.1966228Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.1968865Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.1970224Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.1971087Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.1971703Z ##[endgroup] 2025-03-21T20:18:05.2267360Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:05.2268005Z See 'docker stop --help'. 2025-03-21T20:18:05.2268284Z 2025-03-21T20:18:05.2268558Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:05.2268973Z 2025-03-21T20:18:05.2269173Z Stop one or more running containers 2025-03-21T20:18:05.2425442Z Total reclaimed space: 0B 2025-03-21T20:18:05.2532354Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:05.2532983Z with: 2025-03-21T20:18:05.2533795Z github-secret: *** 2025-03-21T20:18:05.2534828Z 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:05.2535947Z activate-with-label: false 2025-03-21T20:18:05.2536443Z label: with-ssh 2025-03-21T20:18:05.2536865Z remove-existing-keys: true 2025-03-21T20:18:05.2537329Z fail-silently: true 2025-03-21T20:18:05.2537731Z env: 2025-03-21T20:18:05.2538177Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.2538771Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.2539237Z PR_NUMBER: 2025-03-21T20:18:05.2541619Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.2544242Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.2545113Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.2545965Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.2546575Z ##[endgroup] 2025-03-21T20:18:05.3921379Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:05.3923023Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:05.4095928Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:05.4096461Z with: 2025-03-21T20:18:05.4096866Z repository: pytorch/executorch 2025-03-21T20:18:05.4097390Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:05.4097935Z path: pytorch/executorch 2025-03-21T20:18:05.4098381Z fetch-depth: 1 2025-03-21T20:18:05.4098779Z submodules: true 2025-03-21T20:18:05.4099415Z token: *** 2025-03-21T20:18:05.4099807Z ssh-strict: true 2025-03-21T20:18:05.4100201Z ssh-user: git 2025-03-21T20:18:05.4100615Z persist-credentials: true 2025-03-21T20:18:05.4101101Z clean: true 2025-03-21T20:18:05.4101511Z sparse-checkout-cone-mode: true 2025-03-21T20:18:05.4101998Z fetch-tags: false 2025-03-21T20:18:05.4102420Z show-progress: true 2025-03-21T20:18:05.4102833Z lfs: false 2025-03-21T20:18:05.4103232Z set-safe-directory: true 2025-03-21T20:18:05.4103654Z env: 2025-03-21T20:18:05.4104104Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.4104751Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.4105225Z PR_NUMBER: 2025-03-21T20:18:05.4107569Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.4110551Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.4111433Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.4112264Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.4112871Z ##[endgroup] 2025-03-21T20:18:05.5364897Z Syncing repository: pytorch/executorch 2025-03-21T20:18:05.5377677Z ##[group]Getting Git version info 2025-03-21T20:18:05.5378561Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:05.5418614Z [command]/usr/bin/git version 2025-03-21T20:18:05.5469918Z git version 2.47.1 2025-03-21T20:18:05.5507642Z ##[endgroup] 2025-03-21T20:18:05.5520095Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/55f298a8-773d-453e-be7d-a3c60d6edd43/.gitconfig' 2025-03-21T20:18:05.5535356Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/55f298a8-773d-453e-be7d-a3c60d6edd43' before making global git config changes 2025-03-21T20:18:05.5536853Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:05.5545545Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:05.5595141Z ##[group]Initializing the repository 2025-03-21T20:18:05.5601496Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:05.5647032Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:05.5647962Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:05.5648825Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:05.5649484Z hint: 2025-03-21T20:18:05.5649954Z hint: git config --global init.defaultBranch 2025-03-21T20:18:05.5650522Z hint: 2025-03-21T20:18:05.5651091Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:05.5651956Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:05.5652641Z hint: 2025-03-21T20:18:05.5653021Z hint: git branch -m 2025-03-21T20:18:05.5654635Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:05.5670835Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:05.5709659Z ##[endgroup] 2025-03-21T20:18:05.5710469Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:05.5717431Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:05.5760113Z ##[endgroup] 2025-03-21T20:18:05.5760822Z ##[group]Setting up auth 2025-03-21T20:18:05.5768936Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:05.5813394Z [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:05.6155523Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:05.6193070Z [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:05.6529751Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:05.6592413Z ##[endgroup] 2025-03-21T20:18:05.6593142Z ##[group]Fetching the repository 2025-03-21T20:18:05.6603892Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:07.5131513Z From https://github.com/pytorch/executorch 2025-03-21T20:18:07.5132686Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:07.5158995Z ##[endgroup] 2025-03-21T20:18:07.5159897Z ##[group]Determining the checkout info 2025-03-21T20:18:07.5161437Z ##[endgroup] 2025-03-21T20:18:07.5168540Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:07.5223047Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:07.5261130Z ##[group]Checking out the ref 2025-03-21T20:18:07.5266500Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:08.0827953Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:08.0828478Z 2025-03-21T20:18:08.0828831Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:08.0829685Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:08.0830535Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:08.0831069Z 2025-03-21T20:18:08.0831418Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:08.0832200Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:08.0832655Z 2025-03-21T20:18:08.0832854Z git switch -c 2025-03-21T20:18:08.0833189Z 2025-03-21T20:18:08.0833391Z Or undo this operation with: 2025-03-21T20:18:08.0833694Z 2025-03-21T20:18:08.0833886Z git switch - 2025-03-21T20:18:08.0834117Z 2025-03-21T20:18:08.0834498Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:08.0835020Z 2025-03-21T20:18:08.0835291Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:08.0875704Z ##[endgroup] 2025-03-21T20:18:08.0876598Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:08.0883871Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:08.0943501Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:08.0981809Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:08.1027225Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:08.1061052Z ##[endgroup] 2025-03-21T20:18:08.1061759Z ##[group]Fetching submodules 2025-03-21T20:18:08.1067243Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:08.1420688Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:08.1762337Z 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:08.1764928Z 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:08.1767084Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:08.1768948Z 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:08.1771642Z 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:08.1774107Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:08.1775921Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:08.1777839Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:08.1780872Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:08.1783740Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:08.1786859Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:08.1793587Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:08.1796503Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:08.1799978Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:08.1803493Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:08.1807743Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:08.1812968Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:08.1816874Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:08.1820587Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:08.1824213Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:08.1828507Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:08.1832360Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:08.1836348Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:08.1871652Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:08.4138725Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:08.4140799Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:08.4142709Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:08.4144595Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:08.4176976Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:08.7976643Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:08.7978488Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:08.7980284Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:08.7981741Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:08.7983077Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:08.7984996Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:08.8005770Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:09.0147125Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:09.0148568Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:09.0157004Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:09.0179583Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:09.1832457Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:09.1834073Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:09.2237695Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:09.3648364Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:09.3650029Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:09.4040458Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:09.9852512Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:09.9853374Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:09.9986714Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:10.6694943Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:10.6695816Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:10.6834051Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:10.6951916Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:11.5158438Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:11.5159226Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:11.5751362Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:12.2171902Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:12.2172871Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:12.2543425Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:12.7273041Z From https://github.com/zeux/volk 2025-03-21T20:18:12.7273798Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:12.7366741Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:13.1586596Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:13.1587381Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:13.1699102Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:13.5362590Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:13.5363352Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:13.5436068Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:15.2669979Z From https://github.com/google/XNNPACK 2025-03-21T20:18:15.2670748Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:15.9696289Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:16.4352802Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:16.4353561Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:16.5321644Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:16.9614422Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:16.9615194Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:16.9721982Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:17.4839306Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:17.4840096Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:17.5119888Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:19.1137521Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:19.1138292Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:19.2578661Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:19.2795091Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:19.7949614Z From https://github.com/pytorch/ao 2025-03-21T20:18:19.7950350Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:19.8798145Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:20.5868350Z From https://github.com/google/flatbuffers 2025-03-21T20:18:20.5869117Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:20.7067777Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:21.1795019Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:21.1795809Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:21.2092412Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:21.6694609Z From https://github.com/gflags/gflags 2025-03-21T20:18:21.6695369Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:21.6813263Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:22.3214667Z From https://github.com/google/googletest 2025-03-21T20:18:22.3215511Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:22.3616782Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:22.8151058Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:22.8151834Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:22.8251549Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:22.8350178Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:23.4883165Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:23.4883941Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:23.5772948Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:24.1600329Z From https://github.com/pybind/pybind11 2025-03-21T20:18:24.1601563Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:24.1929933Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:24.1951583Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:24.2294234Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.2325394Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.2356114Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.2389345Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.2421833Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.2454846Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.2486834Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.2518625Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.2551808Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.2585138Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.2621683Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.2655153Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.2687595Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.2722115Z Entering 'shim' 2025-03-21T20:18:24.2755218Z Entering 'third-party/ao' 2025-03-21T20:18:24.2791687Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.2831959Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.2865683Z Entering 'third-party/gflags' 2025-03-21T20:18:24.2900446Z Entering 'third-party/googletest' 2025-03-21T20:18:24.2932134Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.2965527Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.2999388Z Entering 'third-party/prelude' 2025-03-21T20:18:24.3031567Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.3079115Z ##[endgroup] 2025-03-21T20:18:24.3079900Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:24.3088927Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:24.3423360Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.3488709Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.3554432Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.3618776Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.3684484Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.3749566Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.3816625Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.3879578Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.3959036Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.4042448Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.4109823Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.4175541Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.4241970Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.4310602Z Entering 'shim' 2025-03-21T20:18:24.4375373Z Entering 'third-party/ao' 2025-03-21T20:18:24.4441639Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.4508563Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.4572565Z Entering 'third-party/gflags' 2025-03-21T20:18:24.4635745Z Entering 'third-party/googletest' 2025-03-21T20:18:24.4702131Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.4765957Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.4835161Z Entering 'third-party/prelude' 2025-03-21T20:18:24.4902284Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.4984568Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:24.5316809Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.5376940Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:24.5378384Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.5440677Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:24.5442027Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.5504814Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:24.5506126Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.5566481Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:24.5567962Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.5630762Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:24.5632236Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.5696788Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:24.5698109Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.5758730Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:24.5760063Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.5822104Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:24.5823488Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.5886452Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:24.5888517Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.5949067Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:24.5950454Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.6013903Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:24.6015269Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.6077631Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:24.6079105Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.6145335Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:24.6146667Z Entering 'shim' 2025-03-21T20:18:24.6207482Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:24.6208722Z Entering 'third-party/ao' 2025-03-21T20:18:24.6272565Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:24.6273717Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.6336569Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:24.6338181Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.6399617Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:24.6400855Z Entering 'third-party/gflags' 2025-03-21T20:18:24.6464253Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:24.6465433Z Entering 'third-party/googletest' 2025-03-21T20:18:24.6529640Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:24.6530865Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.6589563Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:24.6590981Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.6653042Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:24.6654473Z Entering 'third-party/prelude' 2025-03-21T20:18:24.6716792Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:24.6718547Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.6779690Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:24.7209095Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:24.7572755Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.7614559Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.7646341Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.7682407Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.7716758Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.7748477Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.7781652Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.7816659Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.7852027Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.7884988Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.7920658Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.7954336Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.7988905Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.8022676Z Entering 'shim' 2025-03-21T20:18:24.8056321Z Entering 'third-party/ao' 2025-03-21T20:18:24.8089786Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.8124533Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.8157584Z Entering 'third-party/gflags' 2025-03-21T20:18:24.8190403Z Entering 'third-party/googletest' 2025-03-21T20:18:24.8221793Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.8254882Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.8287767Z Entering 'third-party/prelude' 2025-03-21T20:18:24.8319641Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.8370474Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:24.8706409Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.8737797Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.8770083Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.8805670Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.8838622Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.8873091Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.8908290Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.8940674Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.8974034Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.9010053Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.9042891Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.9075894Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.9111122Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.9145127Z Entering 'shim' 2025-03-21T20:18:24.9178374Z Entering 'third-party/ao' 2025-03-21T20:18:24.9212274Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.9244878Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.9277887Z Entering 'third-party/gflags' 2025-03-21T20:18:24.9310757Z Entering 'third-party/googletest' 2025-03-21T20:18:24.9346318Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.9380808Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.9417116Z Entering 'third-party/prelude' 2025-03-21T20:18:24.9465258Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.9514056Z ##[endgroup] 2025-03-21T20:18:24.9561808Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:24.9591244Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:24.9870319Z Prepare all required actions 2025-03-21T20:18:24.9871464Z Getting action download info 2025-03-21T20:18:25.0941488Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:25.2965574Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:25.2966206Z with: 2025-03-21T20:18:25.2966705Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.2967327Z docker-build-dir: .ci/docker 2025-03-21T20:18:25.2967817Z working-directory: pytorch/executorch 2025-03-21T20:18:25.2968454Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.2969073Z force-push: false 2025-03-21T20:18:25.2969459Z env: 2025-03-21T20:18:25.2969935Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.2970522Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.2971010Z PR_NUMBER: 2025-03-21T20:18:25.2973401Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:25.2976134Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.2977018Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.2977839Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.2978451Z ##[endgroup] 2025-03-21T20:18:25.3021254Z ##[group]Run set -ex 2025-03-21T20:18:25.3021757Z set -ex 2025-03-21T20:18:25.3022148Z  2025-03-21T20:18:25.3022758Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:25.3023765Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:25.3024627Z # job could then download the pre-built image as usual 2025-03-21T20:18:25.3025404Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:25.3026125Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3026814Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3027450Z  2025-03-21T20:18:25.3028015Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:25.3028699Z  exit 0 2025-03-21T20:18:25.3029082Z else 2025-03-21T20:18:25.3029809Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3030341Z fi 2025-03-21T20:18:25.3030839Z  2025-03-21T20:18:25.3031399Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:25.3032289Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:25.3033098Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:25.3033832Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:25.3034610Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3035352Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3035983Z else 2025-03-21T20:18:25.3036481Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:25.3037187Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3038143Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3039171Z fi 2025-03-21T20:18:25.3073137Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:25.3073775Z env: 2025-03-21T20:18:25.3074233Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.3074837Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.3075306Z PR_NUMBER: 2025-03-21T20:18:25.3077626Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:25.3080246Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.3081132Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.3081964Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.3082591Z REPO_NAME: executorch 2025-03-21T20:18:25.3083120Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.3083726Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:25.3084307Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.3084904Z ##[endgroup] 2025-03-21T20:18:25.3123428Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:25.3123935Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:25.3124403Z + echo skip=false 2025-03-21T20:18:25.3125201Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:25.3127517Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:25.3145892Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.3146600Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.3148158Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.3203356Z ##[group]Run set +e 2025-03-21T20:18:25.3203889Z set +e 2025-03-21T20:18:25.3204283Z set -x 2025-03-21T20:18:25.3204673Z  2025-03-21T20:18:25.3205040Z login() { 2025-03-21T20:18:25.3205760Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:25.3206549Z } 2025-03-21T20:18:25.3206912Z  2025-03-21T20:18:25.3207283Z retry () { 2025-03-21T20:18:25.3207723Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:25.3208224Z } 2025-03-21T20:18:25.3208589Z  2025-03-21T20:18:25.3209318Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:25.3209825Z  2025-03-21T20:18:25.3210209Z START_TIME=$(date +%s) 2025-03-21T20:18:25.3210697Z # Wait up to 120 minutes 2025-03-21T20:18:25.3211272Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:25.3212016Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:25.3212764Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:25.3213341Z  exit 0 2025-03-21T20:18:25.3213850Z  fi 2025-03-21T20:18:25.3214232Z  2025-03-21T20:18:25.3214834Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:25.3215822Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:25.3216805Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:25.3217599Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:25.3218210Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:25.3219043Z  break 2025-03-21T20:18:25.3219463Z  else 2025-03-21T20:18:25.3220007Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:25.3220657Z  sleep 300 2025-03-21T20:18:25.3221071Z  fi 2025-03-21T20:18:25.3221446Z done 2025-03-21T20:18:25.3221820Z  2025-03-21T20:18:25.3222381Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:25.3223234Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:25.3224014Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:25.3224704Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:25.3225352Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:25.3225864Z else 2025-03-21T20:18:25.3226388Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:25.3227114Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:25.3227686Z fi 2025-03-21T20:18:25.3228049Z  2025-03-21T20:18:25.3228463Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:25.3229030Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3229562Z  2025-03-21T20:18:25.3230281Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:25.3231119Z  exit 0 2025-03-21T20:18:25.3231508Z fi 2025-03-21T20:18:25.3231907Z  2025-03-21T20:18:25.3232394Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:25.3233409Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:25.3234309Z  exit 1 2025-03-21T20:18:25.3234700Z fi 2025-03-21T20:18:25.3235076Z  2025-03-21T20:18:25.3235656Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:25.3236627Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:25.3237512Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:25.3238518Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:25.3239642Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:25.3240354Z fi 2025-03-21T20:18:25.3240723Z  2025-03-21T20:18:25.3241154Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3249427Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:25.3250026Z env: 2025-03-21T20:18:25.3251041Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.3252196Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.3252664Z PR_NUMBER: 2025-03-21T20:18:25.3255109Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:25.3257733Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.3258638Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.3259468Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.3260303Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:25.3260873Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:25.3261524Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.3262209Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.3262814Z DOCKER_PUSH: 2025-03-21T20:18:25.3263204Z ##[endgroup] 2025-03-21T20:18:25.3295487Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.3296182Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.3298202Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:25.3299639Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.0806790Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:26.0807768Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:26.0808645Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:26.0809226Z 2025-03-21T20:18:26.0809407Z Login Succeeded 2025-03-21T20:18:26.0830076Z ++ date +%s 2025-03-21T20:18:26.0839814Z + START_TIME=1742588306 2025-03-21T20:18:26.0843433Z ++ date +%s 2025-03-21T20:18:26.0853598Z + [[ 1742581106 -lt 1742588306 ]] 2025-03-21T20:18:26.0854828Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.3069302Z { 2025-03-21T20:18:26.3070177Z "schemaVersion": 2, 2025-03-21T20:18:26.3070875Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:26.3071561Z "config": { 2025-03-21T20:18:26.3072096Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:26.3072773Z "size": 15125, 2025-03-21T20:18:26.3073419Z "digest": "sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4" 2025-03-21T20:18:26.3074161Z }, 2025-03-21T20:18:26.3074530Z "layers": [ 2025-03-21T20:18:26.3074900Z { 2025-03-21T20:18:26.3075422Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3076071Z "size": 28397174, 2025-03-21T20:18:26.3076723Z "digest": "sha256:9b850f5aae4c6627d2173c368f232b9b1db52bbf636f85f66e885e8611acd964" 2025-03-21T20:18:26.3077443Z }, 2025-03-21T20:18:26.3077790Z { 2025-03-21T20:18:26.3078307Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3078955Z "size": 633, 2025-03-21T20:18:26.3079611Z "digest": "sha256:badf7cb767d1b45da1f5dabcfb3479e8c3860c7ddfedea2b1848e91ee00faa4a" 2025-03-21T20:18:26.3080358Z }, 2025-03-21T20:18:26.3080706Z { 2025-03-21T20:18:26.3081226Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3082498Z "size": 153121650, 2025-03-21T20:18:26.3083152Z "digest": "sha256:0f89db74a98d9c3b39c34b6138f0608318e0445f8005542cc5cd957ecd8b5a95" 2025-03-21T20:18:26.3083863Z }, 2025-03-21T20:18:26.3084232Z { 2025-03-21T20:18:26.3084763Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3085413Z "size": 622, 2025-03-21T20:18:26.3086035Z "digest": "sha256:32a4514e7ff575e6e37522ceb046a4594750562d16d01c2a4495863819f59f56" 2025-03-21T20:18:26.3086733Z }, 2025-03-21T20:18:26.3087083Z { 2025-03-21T20:18:26.3087606Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3088516Z "size": 18985061, 2025-03-21T20:18:26.3089175Z "digest": "sha256:37c6f550ae9bd5ea67adf6bc3031f5e81601ea2177874639027bb9aaea1d5468" 2025-03-21T20:18:26.3089903Z }, 2025-03-21T20:18:26.3090250Z { 2025-03-21T20:18:26.3090782Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3091444Z "size": 737, 2025-03-21T20:18:26.3092083Z "digest": "sha256:41326e4613eb7cd7c11da0f4d91f4c2c8377bf26dabf4f1bd1582609a64e5ee0" 2025-03-21T20:18:26.3092807Z }, 2025-03-21T20:18:26.3093160Z { 2025-03-21T20:18:26.3094843Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3095595Z "size": 104, 2025-03-21T20:18:26.3096302Z "digest": "sha256:c5561e75697a090410df8a63b915edf3477dd7fde71ae2d1b13768144db7def4" 2025-03-21T20:18:26.3097018Z }, 2025-03-21T20:18:26.3097366Z { 2025-03-21T20:18:26.3097889Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3098534Z "size": 447, 2025-03-21T20:18:26.3099181Z "digest": "sha256:e6a0b1cdd23a737edbabd1d9f6380877e85325bcd96e36c5d1457dd2430d701f" 2025-03-21T20:18:26.3099908Z }, 2025-03-21T20:18:26.3100254Z { 2025-03-21T20:18:26.3100781Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3101433Z "size": 2758, 2025-03-21T20:18:26.3102086Z "digest": "sha256:55a35e56f796d1f48b8a63c990ede1a75d2f65560b04c7b55672845ae99b461e" 2025-03-21T20:18:26.3102795Z }, 2025-03-21T20:18:26.3103139Z { 2025-03-21T20:18:26.3103675Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3104327Z "size": 637, 2025-03-21T20:18:26.3104959Z "digest": "sha256:4116b07c7ca15a3a34580b3b8c039d59e042ef72f0f02e2ff121bea0d7878663" 2025-03-21T20:18:26.3105675Z }, 2025-03-21T20:18:26.3106028Z { 2025-03-21T20:18:26.3106566Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3107212Z "size": 33668694, 2025-03-21T20:18:26.3107863Z "digest": "sha256:cf6a0478ca56cd157e99ad6be8c6390902bc94f1e19512d7e433964e5d5b5d5b" 2025-03-21T20:18:26.3108575Z }, 2025-03-21T20:18:26.3108920Z { 2025-03-21T20:18:26.3109442Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3110089Z "size": 318, 2025-03-21T20:18:26.3110728Z "digest": "sha256:3b4cd7004f33f8e021fd6e6c068ee019298c34a08b0492e152ac8aa2e013b796" 2025-03-21T20:18:26.3111460Z }, 2025-03-21T20:18:26.3111806Z { 2025-03-21T20:18:26.3112329Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3112984Z "size": 244427647, 2025-03-21T20:18:26.3113626Z "digest": "sha256:9c1e20dd9a42f63910af9367756b66820493318e0ac1ba6404a968f2e6e3215c" 2025-03-21T20:18:26.3114333Z }, 2025-03-21T20:18:26.3114680Z { 2025-03-21T20:18:26.3115208Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3115854Z "size": 475, 2025-03-21T20:18:26.3116479Z "digest": "sha256:145833aca2835f9f71580281117cc4c981d0a32e6c14db47ff76b78ca6359311" 2025-03-21T20:18:26.3117181Z }, 2025-03-21T20:18:26.3117527Z { 2025-03-21T20:18:26.3118058Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3118709Z "size": 1042, 2025-03-21T20:18:26.3119348Z "digest": "sha256:1a18f7e26037f9e4136eceae6a4a22d12c1893dc321385ae24da5c99a83461b1" 2025-03-21T20:18:26.3120381Z }, 2025-03-21T20:18:26.3120735Z { 2025-03-21T20:18:26.3121259Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3121900Z "size": 611, 2025-03-21T20:18:26.3122530Z "digest": "sha256:82635263661e2b2d13043678fb15fbe49d392d190aef88a0df41d2e54c8c824c" 2025-03-21T20:18:26.3123244Z }, 2025-03-21T20:18:26.3123590Z { 2025-03-21T20:18:26.3124113Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3124763Z "size": 108847074, 2025-03-21T20:18:26.3125412Z "digest": "sha256:0551c017ae818c6377369d432d4b3f6cb943365a04fde23b2d7dbc166bbca7ca" 2025-03-21T20:18:26.3126120Z }, 2025-03-21T20:18:26.3126467Z { 2025-03-21T20:18:26.3126995Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3127642Z "size": 564, 2025-03-21T20:18:26.3128257Z "digest": "sha256:c16e35c9661429be66b2fc0d47ee6f87240ce318684467b0567550293cfa387b" 2025-03-21T20:18:26.3128986Z }, 2025-03-21T20:18:26.3129337Z { 2025-03-21T20:18:26.3130060Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3130712Z "size": 208, 2025-03-21T20:18:26.3131537Z "digest": "sha256:3ad3c7d7d14a2a6c674dc6035399c34569aff598a23ff58493fad46f940ec3f6" 2025-03-21T20:18:26.3132283Z }, 2025-03-21T20:18:26.3132631Z { 2025-03-21T20:18:26.3133153Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3133938Z "size": 1189, 2025-03-21T20:18:26.3134597Z "digest": "sha256:8830bd728cbd452ee88aa086fc19692143cdeaff3d11106915ae27f97f161901" 2025-03-21T20:18:26.3135346Z }, 2025-03-21T20:18:26.3135692Z { 2025-03-21T20:18:26.3136218Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3136935Z "size": 678, 2025-03-21T20:18:26.3137576Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3138297Z }, 2025-03-21T20:18:26.3138644Z { 2025-03-21T20:18:26.3139180Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3139833Z "size": 1143915792, 2025-03-21T20:18:26.3140514Z "digest": "sha256:0b23b48b8fcec9cd5758b53c5f5a3b1d55b968c7bdcc5c8bb20497e2e4d41445" 2025-03-21T20:18:26.3141241Z }, 2025-03-21T20:18:26.3141590Z { 2025-03-21T20:18:26.3142125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3142772Z "size": 1381, 2025-03-21T20:18:26.3143410Z "digest": "sha256:5e7729c8c19f7ee8540f6c8edd615229a3c5e2b8f47c730a7e14d31a8038b40e" 2025-03-21T20:18:26.3144130Z }, 2025-03-21T20:18:26.3144477Z { 2025-03-21T20:18:26.3145006Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3145655Z "size": 678, 2025-03-21T20:18:26.3146291Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3147008Z }, 2025-03-21T20:18:26.3147354Z { 2025-03-21T20:18:26.3147878Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3148546Z "size": 223543527, 2025-03-21T20:18:26.3149200Z "digest": "sha256:02aa2fb4345700525d3b0b3af142e5da83f48ce4be43f59869dde8688a944476" 2025-03-21T20:18:26.3150037Z }, 2025-03-21T20:18:26.3150392Z { 2025-03-21T20:18:26.3150917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3151566Z "size": 828, 2025-03-21T20:18:26.3152188Z "digest": "sha256:3464920c9c020a760b7867720e80499c535724beee0e727b768fa9c3c979f703" 2025-03-21T20:18:26.3152886Z }, 2025-03-21T20:18:26.3153231Z { 2025-03-21T20:18:26.3153758Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3154400Z "size": 678, 2025-03-21T20:18:26.3155032Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3155749Z }, 2025-03-21T20:18:26.3156098Z { 2025-03-21T20:18:26.3156626Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3157607Z "size": 149423004, 2025-03-21T20:18:26.3158255Z "digest": "sha256:87684e5c474c8175a082abfc5e630f361841d540383f5e49a87dd16b3b097576" 2025-03-21T20:18:26.3158958Z }, 2025-03-21T20:18:26.3159309Z { 2025-03-21T20:18:26.3159832Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3160478Z "size": 530, 2025-03-21T20:18:26.3161126Z "digest": "sha256:44b50c5e2ca60efca348edaa62c276e90a060083463edec336c8fb6163b664f7" 2025-03-21T20:18:26.3161851Z }, 2025-03-21T20:18:26.3162193Z { 2025-03-21T20:18:26.3162717Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3163365Z "size": 678, 2025-03-21T20:18:26.3164004Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3164722Z }, 2025-03-21T20:18:26.3165072Z { 2025-03-21T20:18:26.3165598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3166257Z "size": 355, 2025-03-21T20:18:26.3166892Z "digest": "sha256:224753fce160cefd1c5e83b53d98ec9edeacea0086d67fc96942269103686202" 2025-03-21T20:18:26.3167615Z }, 2025-03-21T20:18:26.3167968Z { 2025-03-21T20:18:26.3168683Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3169363Z "size": 32, 2025-03-21T20:18:26.3170002Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:26.3170727Z }, 2025-03-21T20:18:26.3171073Z { 2025-03-21T20:18:26.3171602Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3172248Z "size": 165, 2025-03-21T20:18:26.3172869Z "digest": "sha256:788b314b21e5388374b608e2da266f0a9b27903af8e2b485c5d9cc9f8a21e2a5" 2025-03-21T20:18:26.3173707Z }, 2025-03-21T20:18:26.3174057Z { 2025-03-21T20:18:26.3174580Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3175227Z "size": 1111, 2025-03-21T20:18:26.3175863Z "digest": "sha256:33d66e1ce781396ba538169972efe1be2b1b1da3565a86ad7c1e886fa2decbf7" 2025-03-21T20:18:26.3176584Z }, 2025-03-21T20:18:26.3176931Z { 2025-03-21T20:18:26.3177462Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3178107Z "size": 32, 2025-03-21T20:18:26.3178733Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:26.3179466Z }, 2025-03-21T20:18:26.3179812Z { 2025-03-21T20:18:26.3180334Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3180984Z "size": 108, 2025-03-21T20:18:26.3181617Z "digest": "sha256:84f191ac8f70eea3a0188d79da0086dd490bb90ce1a9ebb3a84a3689d6acc220" 2025-03-21T20:18:26.3182350Z } 2025-03-21T20:18:26.3182703Z ] 2025-03-21T20:18:26.3183044Z } 2025-03-21T20:18:26.3183428Z + exit 0 2025-03-21T20:18:26.3236634Z ##[group]Run set -eux 2025-03-21T20:18:26.3237110Z set -eux 2025-03-21T20:18:26.3238375Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:18:26.3247918Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:26.3248526Z env: 2025-03-21T20:18:26.3248984Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:26.3249583Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:26.3250050Z PR_NUMBER: 2025-03-21T20:18:26.3252365Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:26.3255113Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:26.3256380Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:26.3257226Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:26.3257837Z ##[endgroup] 2025-03-21T20:18:26.3294523Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:26.3295282Z + jq --raw-output .SecretString 2025-03-21T20:18:26.3296134Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:26.3297414Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:27.1099169Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.1100098Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.1100954Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.1101534Z 2025-03-21T20:18:27.1101713Z Login Succeeded 2025-03-21T20:18:27.1220496Z Prepare all required actions 2025-03-21T20:18:27.1275951Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:27.1276555Z with: 2025-03-21T20:18:27.1277564Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1278831Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1279445Z env: 2025-03-21T20:18:27.1279896Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:27.1280494Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.1280963Z PR_NUMBER: 2025-03-21T20:18:27.1283367Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:27.1286006Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.1286891Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.1287713Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.1288562Z ##[endgroup] 2025-03-21T20:18:27.1323173Z ##[group]Run set -x 2025-03-21T20:18:27.1323653Z set -x 2025-03-21T20:18:27.1324041Z set +e 2025-03-21T20:18:27.1324420Z  2025-03-21T20:18:27.1324782Z login() { 2025-03-21T20:18:27.1325500Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:27.1326284Z } 2025-03-21T20:18:27.1326825Z  2025-03-21T20:18:27.1327216Z retry () { 2025-03-21T20:18:27.1327690Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:27.1328220Z } 2025-03-21T20:18:27.1328590Z  2025-03-21T20:18:27.1328993Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:27.1329490Z  2025-03-21T20:18:27.1329855Z set -e 2025-03-21T20:18:27.1330388Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:27.1331134Z # only pull docker image if it's not available locally 2025-03-21T20:18:27.1331954Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:27.1332723Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:27.1333242Z fi 2025-03-21T20:18:27.1341286Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.1341883Z env: 2025-03-21T20:18:27.1342902Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1344348Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.1344822Z PR_NUMBER: 2025-03-21T20:18:27.1347134Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:27.1349727Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.1350606Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.1351443Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.1352185Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1353043Z ##[endgroup] 2025-03-21T20:18:27.1404749Z + set +e 2025-03-21T20:18:27.1405288Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1405951Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1406580Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:27.1407350Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.8709696Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.8710629Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.8711480Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.8712057Z 2025-03-21T20:18:27.8719596Z Login Succeeded 2025-03-21T20:18:27.8735844Z + set -e 2025-03-21T20:18:27.8737035Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.8877163Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.8879034Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.1520385Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:28.1521362Z 9b850f5aae4c: Pulling fs layer 2025-03-21T20:18:28.1522927Z badf7cb767d1: Pulling fs layer 2025-03-21T20:18:28.1523408Z 0f89db74a98d: Pulling fs layer 2025-03-21T20:18:28.1523886Z 32a4514e7ff5: Pulling fs layer 2025-03-21T20:18:28.1524435Z 37c6f550ae9b: Pulling fs layer 2025-03-21T20:18:28.1524903Z 41326e4613eb: Pulling fs layer 2025-03-21T20:18:28.1525350Z 32a4514e7ff5: Waiting 2025-03-21T20:18:28.1525802Z 41326e4613eb: Waiting 2025-03-21T20:18:28.1526222Z c5561e75697a: Pulling fs layer 2025-03-21T20:18:28.1526752Z e6a0b1cdd23a: Pulling fs layer 2025-03-21T20:18:28.1527226Z 55a35e56f796: Pulling fs layer 2025-03-21T20:18:28.1527688Z 4116b07c7ca1: Pulling fs layer 2025-03-21T20:18:28.1528157Z cf6a0478ca56: Pulling fs layer 2025-03-21T20:18:28.1528608Z c5561e75697a: Waiting 2025-03-21T20:18:28.1529031Z 3b4cd7004f33: Pulling fs layer 2025-03-21T20:18:28.1529485Z e6a0b1cdd23a: Waiting 2025-03-21T20:18:28.1529905Z 55a35e56f796: Waiting 2025-03-21T20:18:28.1530315Z cf6a0478ca56: Waiting 2025-03-21T20:18:28.1530744Z 9c1e20dd9a42: Pulling fs layer 2025-03-21T20:18:28.1531191Z 4116b07c7ca1: Waiting 2025-03-21T20:18:28.1531608Z 145833aca283: Pulling fs layer 2025-03-21T20:18:28.1532059Z 9c1e20dd9a42: Waiting 2025-03-21T20:18:28.1532479Z 1a18f7e26037: Pulling fs layer 2025-03-21T20:18:28.1532929Z 3b4cd7004f33: Waiting 2025-03-21T20:18:28.1533347Z 82635263661e: Pulling fs layer 2025-03-21T20:18:28.1533887Z 145833aca283: Waiting 2025-03-21T20:18:28.1534318Z 0551c017ae81: Pulling fs layer 2025-03-21T20:18:28.1534782Z 1a18f7e26037: Waiting 2025-03-21T20:18:28.1535646Z c16e35c96614: Pulling fs layer 2025-03-21T20:18:28.1536099Z 0551c017ae81: Waiting 2025-03-21T20:18:28.1536981Z 82635263661e: Waiting 2025-03-21T20:18:28.1537415Z 3ad3c7d7d14a: Pulling fs layer 2025-03-21T20:18:28.1537884Z 8830bd728cbd: Pulling fs layer 2025-03-21T20:18:28.1538328Z c16e35c96614: Waiting 2025-03-21T20:18:28.1538749Z a9de9234777c: Pulling fs layer 2025-03-21T20:18:28.1539205Z 3ad3c7d7d14a: Waiting 2025-03-21T20:18:28.1539642Z 0b23b48b8fce: Pulling fs layer 2025-03-21T20:18:28.1540116Z 5e7729c8c19f: Pulling fs layer 2025-03-21T20:18:28.1540579Z 02aa2fb43457: Pulling fs layer 2025-03-21T20:18:28.1541033Z 8830bd728cbd: Waiting 2025-03-21T20:18:28.1541441Z a9de9234777c: Waiting 2025-03-21T20:18:28.1541845Z 5e7729c8c19f: Waiting 2025-03-21T20:18:28.1542399Z 3464920c9c02: Pulling fs layer 2025-03-21T20:18:28.1542853Z 0b23b48b8fce: Waiting 2025-03-21T20:18:28.1543258Z 02aa2fb43457: Waiting 2025-03-21T20:18:28.1543664Z 3464920c9c02: Waiting 2025-03-21T20:18:28.1544495Z 87684e5c474c: Pulling fs layer 2025-03-21T20:18:28.1544989Z 44b50c5e2ca6: Pulling fs layer 2025-03-21T20:18:28.1545431Z 87684e5c474c: Waiting 2025-03-21T20:18:28.1545852Z 224753fce160: Pulling fs layer 2025-03-21T20:18:28.1546315Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:28.1546779Z 788b314b21e5: Pulling fs layer 2025-03-21T20:18:28.1547221Z 44b50c5e2ca6: Waiting 2025-03-21T20:18:28.1547643Z 33d66e1ce781: Pulling fs layer 2025-03-21T20:18:28.1548109Z 84f191ac8f70: Pulling fs layer 2025-03-21T20:18:28.1548554Z 224753fce160: Waiting 2025-03-21T20:18:28.1549246Z 4f4fb700ef54: Waiting 2025-03-21T20:18:28.1549981Z 33d66e1ce781: Waiting 2025-03-21T20:18:28.1550391Z 84f191ac8f70: Waiting 2025-03-21T20:18:28.1550794Z 788b314b21e5: Waiting 2025-03-21T20:18:28.2331588Z badf7cb767d1: Download complete 2025-03-21T20:18:28.3170223Z 32a4514e7ff5: Verifying Checksum 2025-03-21T20:18:28.3170809Z 32a4514e7ff5: Download complete 2025-03-21T20:18:28.4880601Z 9b850f5aae4c: Verifying Checksum 2025-03-21T20:18:28.4881249Z 9b850f5aae4c: Download complete 2025-03-21T20:18:28.5665383Z 37c6f550ae9b: Verifying Checksum 2025-03-21T20:18:28.5665960Z 37c6f550ae9b: Download complete 2025-03-21T20:18:28.5744269Z 41326e4613eb: Verifying Checksum 2025-03-21T20:18:28.5744847Z 41326e4613eb: Download complete 2025-03-21T20:18:28.6569680Z c5561e75697a: Verifying Checksum 2025-03-21T20:18:28.6570266Z c5561e75697a: Download complete 2025-03-21T20:18:28.6648844Z e6a0b1cdd23a: Verifying Checksum 2025-03-21T20:18:28.6649430Z e6a0b1cdd23a: Download complete 2025-03-21T20:18:28.7765691Z 4116b07c7ca1: Download complete 2025-03-21T20:18:28.7812007Z 55a35e56f796: Verifying Checksum 2025-03-21T20:18:28.7812595Z 55a35e56f796: Download complete 2025-03-21T20:18:29.1652677Z cf6a0478ca56: Verifying Checksum 2025-03-21T20:18:29.1653278Z cf6a0478ca56: Download complete 2025-03-21T20:18:29.2446819Z 145833aca283: Download complete 2025-03-21T20:18:29.3181903Z 1a18f7e26037: Download complete 2025-03-21T20:18:29.4068392Z 82635263661e: Download complete 2025-03-21T20:18:29.5859735Z 9b850f5aae4c: Pull complete 2025-03-21T20:18:29.6095143Z badf7cb767d1: Pull complete 2025-03-21T20:18:29.8068637Z 0f89db74a98d: Verifying Checksum 2025-03-21T20:18:29.8069230Z 0f89db74a98d: Download complete 2025-03-21T20:18:29.8849781Z c16e35c96614: Verifying Checksum 2025-03-21T20:18:29.8850486Z c16e35c96614: Download complete 2025-03-21T20:18:29.9580373Z 3ad3c7d7d14a: Verifying Checksum 2025-03-21T20:18:29.9581460Z 3ad3c7d7d14a: Download complete 2025-03-21T20:18:30.0388826Z 8830bd728cbd: Verifying Checksum 2025-03-21T20:18:30.0389431Z 8830bd728cbd: Download complete 2025-03-21T20:18:30.1149672Z a9de9234777c: Download complete 2025-03-21T20:18:30.5539762Z 0551c017ae81: Verifying Checksum 2025-03-21T20:18:30.5540352Z 0551c017ae81: Download complete 2025-03-21T20:18:30.6321738Z 5e7729c8c19f: Verifying Checksum 2025-03-21T20:18:30.6322337Z 5e7729c8c19f: Download complete 2025-03-21T20:18:31.3647676Z 9c1e20dd9a42: Verifying Checksum 2025-03-21T20:18:31.3648300Z 9c1e20dd9a42: Download complete 2025-03-21T20:18:31.4493822Z 3464920c9c02: Download complete 2025-03-21T20:18:32.9198823Z 02aa2fb43457: Verifying Checksum 2025-03-21T20:18:32.9199408Z 02aa2fb43457: Download complete 2025-03-21T20:18:32.9939346Z 44b50c5e2ca6: Download complete 2025-03-21T20:18:33.0672467Z 224753fce160: Verifying Checksum 2025-03-21T20:18:33.0673051Z 224753fce160: Download complete 2025-03-21T20:18:33.0758228Z 4f4fb700ef54: Download complete 2025-03-21T20:18:33.0842878Z 87684e5c474c: Verifying Checksum 2025-03-21T20:18:33.0843633Z 87684e5c474c: Download complete 2025-03-21T20:18:33.1594278Z 788b314b21e5: Verifying Checksum 2025-03-21T20:18:33.1594876Z 788b314b21e5: Download complete 2025-03-21T20:18:33.1624028Z 33d66e1ce781: Verifying Checksum 2025-03-21T20:18:33.1624594Z 33d66e1ce781: Download complete 2025-03-21T20:18:33.2424689Z 84f191ac8f70: Verifying Checksum 2025-03-21T20:18:33.2425278Z 84f191ac8f70: Download complete 2025-03-21T20:18:34.2123649Z 0f89db74a98d: Pull complete 2025-03-21T20:18:34.2344235Z 32a4514e7ff5: Pull complete 2025-03-21T20:18:34.4376032Z 37c6f550ae9b: Pull complete 2025-03-21T20:18:34.4598320Z 41326e4613eb: Pull complete 2025-03-21T20:18:34.4824336Z c5561e75697a: Pull complete 2025-03-21T20:18:34.5048604Z e6a0b1cdd23a: Pull complete 2025-03-21T20:18:34.5343910Z 55a35e56f796: Pull complete 2025-03-21T20:18:34.5574387Z 4116b07c7ca1: Pull complete 2025-03-21T20:18:35.0278624Z cf6a0478ca56: Pull complete 2025-03-21T20:18:35.0501388Z 3b4cd7004f33: Pull complete 2025-03-21T20:18:41.1170006Z 9c1e20dd9a42: Pull complete 2025-03-21T20:18:41.2619522Z 145833aca283: Pull complete 2025-03-21T20:18:41.4586982Z 1a18f7e26037: Pull complete 2025-03-21T20:18:41.6039353Z 0b23b48b8fce: Verifying Checksum 2025-03-21T20:18:41.6040042Z 0b23b48b8fce: Download complete 2025-03-21T20:18:41.6466080Z 82635263661e: Pull complete 2025-03-21T20:18:44.0869632Z 0551c017ae81: Pull complete 2025-03-21T20:18:44.2469046Z c16e35c96614: Pull complete 2025-03-21T20:18:44.3783091Z 3ad3c7d7d14a: Pull complete 2025-03-21T20:18:44.5678798Z 8830bd728cbd: Pull complete 2025-03-21T20:18:44.8016951Z a9de9234777c: Pull complete 2025-03-21T20:19:18.3134308Z 0b23b48b8fce: Pull complete 2025-03-21T20:19:18.3364078Z 5e7729c8c19f: Pull complete 2025-03-21T20:19:24.5881663Z 02aa2fb43457: Pull complete 2025-03-21T20:19:24.6075580Z 3464920c9c02: Pull complete 2025-03-21T20:19:31.5260220Z 87684e5c474c: Pull complete 2025-03-21T20:19:31.6081260Z 44b50c5e2ca6: Pull complete 2025-03-21T20:19:31.7896210Z 224753fce160: Pull complete 2025-03-21T20:19:31.9625478Z 4f4fb700ef54: Pull complete 2025-03-21T20:19:32.1759980Z 788b314b21e5: Pull complete 2025-03-21T20:19:32.3826764Z 33d66e1ce781: Pull complete 2025-03-21T20:19:32.6251358Z 84f191ac8f70: Pull complete 2025-03-21T20:19:32.6869932Z Digest: sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:19:32.7049793Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:32.7126923Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:32.7185608Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:32.7187044Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:32.7195776Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:19:32.7196369Z env: 2025-03-21T20:19:32.7196832Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:19:32.7197430Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:32.7197906Z PR_NUMBER: 2025-03-21T20:19:32.7200303Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:32.7203287Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:32.7204178Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:32.7205014Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:32.7205640Z ##[endgroup] 2025-03-21T20:19:32.7416598Z ##[group]Run set -ex 2025-03-21T20:19:32.7417135Z set -ex 2025-03-21T20:19:32.7417532Z { 2025-03-21T20:19:32.7417933Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:19:32.7418469Z  echo "set -eou pipefail"; 2025-03-21T20:19:32.7418996Z  # shellcheck disable=SC2016 2025-03-21T20:19:32.7419554Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:19:32.7420129Z  echo "set -x"; 2025-03-21T20:19:32.7420588Z  echo "${SCRIPT}"; 2025-03-21T20:19:32.7421065Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:32.7421627Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:32.7422696Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:19:32.7431097Z shell: /usr/bin/bash -e {0} 2025-03-21T20:19:32.7431553Z env: 2025-03-21T20:19:32.7432631Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:32.7433800Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:32.7434277Z PR_NUMBER: 2025-03-21T20:19:32.7436620Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:32.7439432Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:32.7440323Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:32.7441168Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:32.7442232Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:19:32.7442748Z ##[endgroup] 2025-03-21T20:19:32.7474973Z + echo '#!/usr/bin/env bash' 2025-03-21T20:19:32.7477297Z + echo 'set -eou pipefail' 2025-03-21T20:19:32.7477858Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:19:32.7478368Z + echo 'set -x' 2025-03-21T20:19:32.7478989Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:19:32.7479837Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:19:32.7480436Z conda activate "${CONDA_ENV}" 2025-03-21T20:19:32.7480739Z 2025-03-21T20:19:32.7480908Z MODEL_NAME=ic3 2025-03-21T20:19:32.7481312Z BUILD_TOOL="cmake" 2025-03-21T20:19:32.7481725Z BACKEND=portable 2025-03-21T20:19:32.7481963Z 2025-03-21T20:19:32.7482412Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:19:32.7483191Z # Build and test ExecuTorch 2025-03-21T20:19:32.7483993Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:32.7484805Z ' 2025-03-21T20:19:32.7485298Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:19:32.7493041Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:19:57.5110453Z Running command: 2025-03-21T20:19:57.5122658Z 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_18b6f1a3-4201-46b3-b2aa-914b590f8cf8":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_18b6f1a3-4201-46b3-b2aa-914b590f8cf8" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:19:57.5130675Z 2025-03-21T20:19:57.5131217Z 844824862cecfacf16e1098175a2b263bc4ecdcb922b47cf048ef7288b2ab653 2025-03-21T20:19:57.5132228Z Running command: docker exec -t 844824862cecfacf16e1098175a2b263bc4ecdcb922b47cf048ef7288b2ab653 /exec 2025-03-21T20:19:57.5133100Z ++ conda env list --json 2025-03-21T20:19:57.5133686Z ++ local cmd=env 2025-03-21T20:19:57.5134104Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:19:57.5134550Z ++ case "$cmd" in 2025-03-21T20:19:57.5134966Z ++ __conda_exe env list --json 2025-03-21T20:19:57.5135464Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:19:57.5135991Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:19:57.5136515Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.5137028Z + local cmd=activate 2025-03-21T20:19:57.5137432Z + case "$cmd" in 2025-03-21T20:19:57.5137900Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.5138453Z + '[' -n '' ']' 2025-03-21T20:19:57.5138847Z + local ask_conda 2025-03-21T20:19:57.5139261Z ++ PS1='(base) ' 2025-03-21T20:19:57.5139766Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.5140513Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:57.5141177Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:19:57.5142447Z 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:19:57.5143815Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:57.5144383Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:57.5144889Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:57.5145457Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:57.5146034Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:57.5146590Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:57.5147119Z export _CE_M='\'''\'' 2025-03-21T20:19:57.5147556Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:57.5148101Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:57.5148710Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:19:57.5149956Z 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:19:57.5151308Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:57.5152183Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:57.5152681Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:57.5153250Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:57.5153829Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:57.5154387Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:57.5154908Z export _CE_M='\'''\'' 2025-03-21T20:19:57.5155338Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:57.5155871Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:57.5156441Z ++ PS1='(py_3.10) ' 2025-03-21T20:19:57.5157829Z ++ 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:19:57.5159842Z ++ 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:19:57.5161116Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:57.5161683Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:57.5162196Z ++ export CONDA_SHLVL=2 2025-03-21T20:19:57.5162629Z ++ CONDA_SHLVL=2 2025-03-21T20:19:57.5163058Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:57.5163558Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:57.5164068Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:19:57.5164618Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:19:57.5165137Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:57.5165641Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:57.5166184Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:57.5166717Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:57.5167199Z ++ export _CE_M= 2025-03-21T20:19:57.5167598Z ++ _CE_M= 2025-03-21T20:19:57.5167980Z ++ export _CE_CONDA= 2025-03-21T20:19:57.5168387Z ++ _CE_CONDA= 2025-03-21T20:19:57.5168839Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:57.5169430Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:57.5169936Z + __conda_hashr 2025-03-21T20:19:57.5170325Z + '[' -n '' ']' 2025-03-21T20:19:57.5170708Z + '[' -n '' ']' 2025-03-21T20:19:57.5171099Z + hash -r 2025-03-21T20:19:57.5171474Z + MODEL_NAME=ic3 2025-03-21T20:19:57.5171879Z + BUILD_TOOL=cmake 2025-03-21T20:19:57.5172284Z + BACKEND=portable 2025-03-21T20:19:57.5172718Z + PYTHON_EXECUTABLE=python 2025-03-21T20:19:57.5173258Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:19:57.5173993Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:19:57.5174537Z + source .ci/scripts/utils.sh 2025-03-21T20:19:57.5175026Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:19:57.5175558Z ++ parse_args --build-tool cmake 2025-03-21T20:19:57.5176051Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:19:57.5176514Z ++ local args 2025-03-21T20:19:57.5176892Z ++ local i 2025-03-21T20:19:57.5177262Z ++ local BUILD_TOOL= 2025-03-21T20:19:57.5177677Z ++ local BUILD_MODE= 2025-03-21T20:19:57.5178099Z ++ local EDITABLE= 2025-03-21T20:19:57.5178496Z ++ (( i=0 )) 2025-03-21T20:19:57.5178893Z ++ (( i<2 )) 2025-03-21T20:19:57.5179285Z ++ case "${args[$i]}" in 2025-03-21T20:19:57.5179714Z ++ BUILD_TOOL=cmake 2025-03-21T20:19:57.5180104Z ++ i=1 2025-03-21T20:19:57.5180463Z ++ (( i++ )) 2025-03-21T20:19:57.5180824Z ++ (( i<2 )) 2025-03-21T20:19:57.5181207Z ++ '[' -z cmake ']' 2025-03-21T20:19:57.5181631Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:19:57.5182106Z ++ BUILD_MODE=Release 2025-03-21T20:19:57.5182552Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:19:57.5183046Z ++ EDITABLE=false 2025-03-21T20:19:57.5183466Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:19:57.5183944Z ++ echo 'cmake Release false' 2025-03-21T20:19:57.5184409Z + [[ false == \t\r\u\e ]] 2025-03-21T20:19:57.5184891Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:19:57.5185417Z + which pip 2025-03-21T20:19:57.5185818Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:19:57.5186438Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:19:57.5187575Z 2025-03-21 20:19:56,327 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:19:57.5188937Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:19:57.5190129Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:19:57.5191458Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:19:57.5193126Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:19:57.5194231Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:19:57.5195001Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:19:57.5196231Z 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:19:57.5198011Z 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:19:57.5199315Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:19:57.5200286Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-03-21T20:19:57.5201692Z 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:19:57.5203300Z 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:19:57.5204978Z 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:19:57.5206655Z 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:19:57.5208271Z 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:19:57.5209884Z 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:19:57.5211683Z 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:19:57.5213688Z 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:19:57.5215605Z 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:19:57.5217698Z 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:20:16.0040190Z 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:20:16.0042348Z 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:20:16.0044384Z 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:20:16.0046504Z 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:20:16.0049338Z 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:20:16.0051069Z 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:20:16.0052514Z 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:20:16.0054281Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:20:16.0055654Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:20:16.0057067Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:20:16.0058501Z 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:20:16.0059986Z 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:20:16.0061489Z 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:20:16.0063363Z 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:20:16.0065480Z 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:20:16.0067525Z 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:20:16.0069650Z 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:20:16.0071018Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:20:16.0075283Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:20:16.0076517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 98.7 MB/s eta 0:00:00 2025-03-21T20:20:16.0077648Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-03-21T20:20:16.0078793Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-03-21T20:20:16.0079845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 141.9 MB/s eta 0:00:00 2025-03-21T20:20:16.0080683Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:20:16.0081247Z Attempting uninstall: timm 2025-03-21T20:20:16.0081750Z Found existing installation: timm 0.6.13 2025-03-21T20:20:16.0082290Z Uninstalling timm-0.6.13: 2025-03-21T20:20:16.0082794Z Successfully uninstalled timm-0.6.13 2025-03-21T20:20:16.0083375Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:20:16.0083927Z Processing ./third-party/ao 2025-03-21T20:20:16.0084605Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:20:16.0085350Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:20:16.0086208Z Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-03-21T20:20:16.0087794Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=713c0556e5349203dd022de90a547a73a20c44eb328844db5d9a1a8bf68a0697 2025-03-21T20:20:16.0090383Z Stored in directory: /tmp/pip-ephem-wheel-cache-kmvxkjk3/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:20:16.0091418Z Successfully built torchao 2025-03-21T20:20:16.0091905Z Installing collected packages: torchao 2025-03-21T20:20:16.0092474Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:20:16.0093294Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:20:16.0094701Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:20:16.0095530Z Processing /pytorch/executorch 2025-03-21T20:20:16.0096088Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:20:16.0096661Z running dist_info 2025-03-21T20:20:16.0097227Z creating /tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info 2025-03-21T20:20:16.0098077Z writing /tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/PKG-INFO 2025-03-21T20:20:16.0099163Z writing dependency_links to /tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/dependency_links.txt 2025-03-21T20:20:16.0100357Z writing entry points to /tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/entry_points.txt 2025-03-21T20:20:16.0101472Z writing requirements to /tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/requires.txt 2025-03-21T20:20:16.0102589Z writing top-level names to /tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/top_level.txt 2025-03-21T20:20:16.0103699Z writing manifest file '/tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:16.0104930Z reading manifest file '/tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:16.0105758Z adding license file 'LICENSE' 2025-03-21T20:20:16.0106524Z writing manifest file '/tmp/pip-modern-metadata-gi3adnj6/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:16.0107570Z creating '/tmp/pip-modern-metadata-gi3adnj6/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:20:16.0108674Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:20:16.0109819Z 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:20:16.0110981Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:16.0112735Z 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:20:16.0114589Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:20:16.0115868Z 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:20:16.0117466Z 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:20:16.0119048Z 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:20:16.0120608Z 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:20:16.0122190Z 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:20:16.0123830Z 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:20:16.0125426Z 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:20:16.0126576Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:16.0128277Z 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:20:16.0130520Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:20:16.0131345Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:16.0133711Z 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:20:16.0136045Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:20:16.0137407Z 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:20:30.8788365Z 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:20:30.8790477Z 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:20:30.8791829Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:30.8793948Z 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:20:30.8795695Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:20:30.8797115Z 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:20:30.8798949Z 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:20:30.8800812Z 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:20:30.8802662Z 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:20:30.8804509Z 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:20:30.8806331Z 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:20:30.8808195Z 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:20:30.8809969Z 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:20:30.8811683Z 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:20:30.8813369Z 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:20:30.8814924Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:30.8816565Z 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:20:30.8818216Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:20:30.8819018Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:30.8820736Z 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:20:30.8822880Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:20:30.8824203Z 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:20:30.8826390Z 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:20:30.8827780Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:20:30.8828566Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:20:30.8829286Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:20:30.8829955Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:20:30.8830642Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:20:30.8831299Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:20:30.8832054Z Building wheels for collected packages: executorch 2025-03-21T20:20:30.8832776Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:20:30.8833423Z running bdist_wheel 2025-03-21T20:20:30.8833840Z running build 2025-03-21T20:20:30.8834271Z command options for 'CustomBuild': 2025-03-21T20:20:30.8834786Z build_base = pip-out 2025-03-21T20:20:30.8835244Z build_purelib = pip-out/lib 2025-03-21T20:20:30.8835826Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:30.8836498Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:30.8837117Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:20:30.8837738Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-03-21T20:20:30.8838344Z plat_name = linux-aarch64 2025-03-21T20:20:30.8838815Z compiler = None 2025-03-21T20:20:30.8839250Z parallel = 7 2025-03-21T20:20:30.8839693Z debug = None 2025-03-21T20:20:30.8840099Z force = None 2025-03-21T20:20:30.8840572Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:20:30.8841372Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-03-21T20:20:30.8842435Z deleting /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:20:30.8844111Z cmake --build /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:20:30.8845509Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:20:30.8846349Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:20:30.8847410Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:20:30.8848613Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:20:30.8849828Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:20:30.8850999Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:20:30.8852269Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:20:30.8853194Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:20:30.8853883Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:20:30.8854421Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:20:30.8854989Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:20:30.8855526Z CMake Warning: 2025-03-21T20:20:30.8856055Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:20:30.8856491Z 2025-03-21T20:20:30.8856498Z 2025-03-21T20:20:30.8856991Z fatal: No names found, cannot describe anything. 2025-03-21T20:20:30.8857626Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:20:30.8858223Z git describe failed with exit code: 128 2025-03-21T20:20:30.8858572Z 2025-03-21T20:20:30.8858850Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:20:30.8859478Z Call Stack (most recent call first): 2025-03-21T20:20:30.8859993Z CMakeLists.txt:5 (include) 2025-03-21T20:20:30.8860290Z 2025-03-21T20:20:30.8860296Z 2025-03-21T20:20:30.8860506Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:20:30.8861422Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:20:30.8862609Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:20:30.8863966Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:20:30.8864976Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:20:30.8865845Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:20:30.8866661Z -- Detecting CXX compiler ABI info 2025-03-21T20:20:30.8867474Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:20:30.8868583Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:20:30.8869771Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:20:30.8871053Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:20:30.8872240Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:20:30.8873368Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:20:30.8874589Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:20:30.8875523Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:20:30.8876350Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:20:30.8877484Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:20:30.8878574Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:20:30.8879702Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:20:30.8880685Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:20:30.8881324Z -- Detecting CXX compile features 2025-03-21T20:20:30.8881853Z -- Detecting CXX compile features - done 2025-03-21T20:20:30.8882402Z -- Looking for strtof_l 2025-03-21T20:20:30.8883234Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:20:30.8884118Z [ 3%] Built target flatccrt 2025-03-21T20:20:30.8884640Z [ 3%] Linking C static library libpthreadpool.a 2025-03-21T20:20:30.8885530Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:20:30.8886400Z [ 3%] Built target pthreadpool 2025-03-21T20:20:30.8887248Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:20:30.8893406Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:20:31.0487193Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:20:31.0488948Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:20:31.0491063Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:20:31.0492535Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:20:31.0494588Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:31.0496040Z -- Looking for strtof_l - found 2025-03-21T20:20:31.0497003Z -- Looking for strtoull_l 2025-03-21T20:20:31.0498373Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:31.0500159Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:20:31.0501678Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:20:31.0503180Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:20:31.0504602Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:20:31.0507308Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:31.0510343Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.0512313Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:31.0513120Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0513713Z | | 2025-03-21T20:20:31.0514302Z | const xnn_float16 * 2025-03-21T20:20:31.0515501Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.0517744Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.0519032Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0519577Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0521506Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.0523471Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:31.0524277Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0524922Z | | 2025-03-21T20:20:31.0525506Z | const xnn_float16 * 2025-03-21T20:20:31.0526753Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.0528961Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.0530211Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0531042Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0532964Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.0535136Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.0535940Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0536746Z | | 2025-03-21T20:20:31.0537411Z | const xnn_float16 * 2025-03-21T20:20:31.0538626Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.0540701Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.0541969Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0542495Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0544492Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:300:25: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.0546600Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:31.0547448Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0547972Z | | 2025-03-21T20:20:31.0548480Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:31.0549672Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.0551735Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:31.0553089Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:31.0553739Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:31.0554647Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:20:31.0555875Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:20:31.0557849Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:31.0560634Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.0562556Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:31.0563363Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0563942Z | | 2025-03-21T20:20:31.0564543Z | const xnn_float16 * 2025-03-21T20:20:31.0565715Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.0567772Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.0569402Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0569966Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0571845Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.0573990Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:31.0574956Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0575539Z | | 2025-03-21T20:20:31.0576126Z | const xnn_float16 * 2025-03-21T20:20:31.0577304Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.0579377Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.0580669Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0581192Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.6046520Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.6048479Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.6049272Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.6049847Z | | 2025-03-21T20:20:31.6050504Z | const xnn_float16 * 2025-03-21T20:20:31.6051685Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.6053847Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.6055090Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.6055632Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.6057529Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:165:23: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.6059514Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:31.6060381Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.6060915Z | | 2025-03-21T20:20:31.6061420Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:31.6062585Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:31.6064633Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:31.6065974Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:31.6066610Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:31.6067872Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-03-21T20:20:31.6069987Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:20:31.6070934Z -- Looking for strtoull_l - found 2025-03-21T20:20:31.6071435Z -- Looking for realpath 2025-03-21T20:20:31.6072289Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:20:31.6073586Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:20:31.6075467Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:20:31.6076581Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:20:31.6077609Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:20:31.6079717Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c: In function ‘xnn_f16_conv_hwc2chw_ukernel_3x3s2p1c3x4__neonfp16arith_2x2’: 2025-03-21T20:20:31.6082754Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:53:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.6084718Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.6085503Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.6086077Z | | 2025-03-21T20:20:31.6086656Z | const xnn_float16 * 2025-03-21T20:20:31.6088097Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:31.6090278Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.6091518Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.6092042Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.6094115Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:54:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.6096069Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:31.6096837Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.6097405Z | | 2025-03-21T20:20:31.6097994Z | const xnn_float16 * 2025-03-21T20:20:31.6099580Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:31.6102172Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.6103735Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.6104424Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.6105962Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:20:31.6107970Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:20:31.6109538Z [ 4%] Built target logging 2025-03-21T20:20:31.6110535Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:20:31.6111978Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:20:31.6113089Z -- Looking for realpath - found 2025-03-21T20:20:31.6113677Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:20:31.6114395Z -- Configuring done (0.7s) 2025-03-21T20:20:31.6115786Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:20:31.6116862Z -- Generating done (0.0s) 2025-03-21T20:20:31.6118123Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:20:31.6119446Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:20:31.6120441Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:20:31.6121583Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:20:31.6122679Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:20:31.6124301Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:31.6126179Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:20:31.6127762Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:20:31.6129262Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:20:31.6131060Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:31.6132578Z [ 7%] Linking C static library libcpuinfo.a 2025-03-21T20:20:31.6133724Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:20:31.6134685Z [ 7%] Built target cpuinfo 2025-03-21T20:20:31.6135692Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:20:31.6137442Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:31.6139127Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:20:31.6140283Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:20:31.6141048Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:20:31.6141686Z [ 7%] Built target indirection 2025-03-21T20:20:31.6142491Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:20:31.6143803Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:20:31.6145005Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:20:31.6146267Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:20:31.6147555Z [ 8%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:20:32.4905787Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:20:32.4907109Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:20:32.4908681Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-03-21T20:20:32.4910656Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:20:32.4911888Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:20:32.4913101Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:20:32.4914274Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:20:32.4915493Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:20:32.4916542Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:20:32.4917788Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:20:32.4919031Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:20:32.4920237Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:20:32.4921894Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:20:32.4923561Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:20:32.4924794Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:20:32.4926016Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:20:32.4927111Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:20:32.4927996Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:20:32.4928657Z [ 9%] Built target flatcc 2025-03-21T20:20:32.4929579Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:20:32.4930703Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:20:32.4931778Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:20:32.4933643Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:32.4935340Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:20:32.4937018Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:32.4938355Z [ 9%] Built target normalization 2025-03-21T20:20:32.4938863Z [ 9%] Built target microparams-init 2025-03-21T20:20:32.4939724Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:20:32.4940993Z [ 9%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:20:32.4942441Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:20:32.4943669Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:20:32.4944829Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:20:32.4945641Z [ 9%] Built target allocator 2025-03-21T20:20:32.4946939Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:32.4948858Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:20:32.4949851Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:20:32.4950854Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:20:32.4951744Z [ 9%] Built target packing 2025-03-21T20:20:32.4952678Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:20:32.4953667Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:20:32.4954348Z [ 9%] Built target cache 2025-03-21T20:20:32.4955272Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:20:32.4956262Z [ 9%] Built target datatype 2025-03-21T20:20:32.4957042Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:20:32.4958210Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:20:32.4959721Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-03-21T20:20:32.4960890Z [ 10%] Built target memory 2025-03-21T20:20:32.4961373Z [ 10%] Built target microkernel-utils 2025-03-21T20:20:32.4962476Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:20:32.4964000Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:20:32.4965056Z [ 10%] Built target mutex 2025-03-21T20:20:32.4966131Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-03-21T20:20:32.4967638Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:20:32.4968522Z [ 10%] Built target operator-utils 2025-03-21T20:20:32.4969385Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:20:32.4970641Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:20:32.4971909Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:20:32.4973369Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:20:32.4975150Z [ 12%] 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:20:32.4976889Z [ 12%] 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:20:32.4978367Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:20:32.4979409Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:20:32.4980458Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:20:32.4981340Z [ 12%] Built target operator-run 2025-03-21T20:20:32.4982107Z [ 12%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:20:32.4983695Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-03-21T20:20:32.4985398Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:20:32.4987282Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:32.4989521Z [ 12%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:32.4991829Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.4993247Z [ 13%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:20:32.4993968Z [ 13%] Built target reference-ukernels 2025-03-21T20:20:32.4994525Z [ 13%] Linking CXX static library libeigen_blas.a 2025-03-21T20:20:32.4995575Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:20:32.4996597Z [ 13%] Built target flatcc_cli 2025-03-21T20:20:32.4997763Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.4999360Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:20:32.5001070Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:32.5002384Z [ 14%] Built target eigen_blas 2025-03-21T20:20:32.5002873Z [ 14%] Built target hardware-config 2025-03-21T20:20:32.5003396Z [ 14%] Generating etdump headers 2025-03-21T20:20:32.8907911Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:20:32.8910272Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:20:32.8911649Z [ 14%] Built target etdump_schema 2025-03-21T20:20:32.8913000Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:20:32.8915164Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:32.8916606Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:20:32.8917951Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.8919842Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.8921790Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-03-21T20:20:32.8923526Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:20:32.8925224Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-03-21T20:20:32.8927201Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:32.8929009Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:20:32.8931268Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:32.8933407Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:20:32.8936328Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:20:32.8938543Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:20:32.8940666Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:32.8942684Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.8944596Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.8946522Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.8948451Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:32.8950197Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:20:32.8951386Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:20:32.8952766Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:32.8954699Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:32.8956635Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:32.8958376Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:20:32.8960058Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:20:32.8961883Z [ 15%] 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:20:32.8964400Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_maxpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:32.8967256Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:28:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.8969257Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:32.8970102Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.8970686Z | | 2025-03-21T20:20:32.8971287Z | const xnn_float16 * 2025-03-21T20:20:32.8972953Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.8975117Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.8976356Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.8976962Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.8979106Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:29:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.8981072Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:32.8981888Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.8982503Z | | 2025-03-21T20:20:32.8983158Z | const xnn_float16 * 2025-03-21T20:20:32.8984383Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.8986506Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.8987750Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.8988486Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.8989889Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-03-21T20:20:32.8992473Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:32.8995321Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.8997298Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:32.8998132Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.8998712Z | | 2025-03-21T20:20:32.8999309Z | const xnn_float16 * 2025-03-21T20:20:32.9000527Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.9002599Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.9003835Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.9543065Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.9545384Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.9547368Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:32.9548194Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.9549189Z | | 2025-03-21T20:20:32.9549789Z | const xnn_float16 * 2025-03-21T20:20:32.9551012Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.9553348Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.9554601Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.9555122Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.9557061Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:239:75: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.9559542Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:32.9560603Z | ^~~~~~~~~~ 2025-03-21T20:20:32.9561197Z | | 2025-03-21T20:20:32.9561796Z | const xnn_float16 * 2025-03-21T20:20:32.9563042Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.9565124Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.9566360Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.9566902Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.9568070Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:32.9569730Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:20:32.9571849Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:32.9574765Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.9576726Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:32.9577580Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.9578162Z | | 2025-03-21T20:20:32.9578753Z | const xnn_float16 * 2025-03-21T20:20:32.9579954Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.9582022Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.9583254Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.9583778Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.9585668Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.9587875Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:32.9588889Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.9589475Z | | 2025-03-21T20:20:32.9590304Z | const xnn_float16 * 2025-03-21T20:20:32.9591568Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.9593663Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.9594929Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.9595455Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.9597362Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:106:73: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.9599549Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:32.9600615Z | ^~~~~~~~~~ 2025-03-21T20:20:32.9601187Z | | 2025-03-21T20:20:32.9601783Z | const xnn_float16 * 2025-03-21T20:20:32.9602994Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:32.9605057Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.9606292Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.9606814Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.9607936Z [ 15%] 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:20:32.9609750Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:32.9611973Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c: In function ‘xnn_f16_qs8_vcvt_ukernel__neonfp16arith_u32’: 2025-03-21T20:20:32.9614981Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:32:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.9616881Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:32.9617700Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.9618275Z | | 2025-03-21T20:20:32.9618878Z | const xnn_float16 * 2025-03-21T20:20:32.9620028Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:12: 2025-03-21T20:20:32.9622057Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:32.9623617Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.9624142Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.9625276Z [ 15%] 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:20:32.9626553Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:20:32.9628777Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c: In function ‘xnn_f16_raddstoreexpminusmax_ukernel__neonfp16arith_rr2_p2_u32’: 2025-03-21T20:20:32.9632104Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:189:17: warning: passing argument 1 of ‘vst1_lane_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:32.9634082Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-03-21T20:20:32.9634683Z | ^~~ 2025-03-21T20:20:33.9818809Z | | 2025-03-21T20:20:33.9819422Z | xnn_float16 * 2025-03-21T20:20:33.9820783Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:12: 2025-03-21T20:20:33.9823184Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26591:26: note: expected ‘uint16_t *’ {aka ‘short unsigned int *’} but argument is of type ‘xnn_float16 *’ 2025-03-21T20:20:33.9824457Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-03-21T20:20:33.9825084Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:33.9826344Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:20:33.9828375Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9829992Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:20:33.9831601Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9833226Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:20:33.9834900Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:33.9836563Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:20:33.9838152Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-03-21T20:20:33.9839749Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:20:33.9841332Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:20:33.9842884Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:20:33.9844355Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:20:33.9845737Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:20:33.9847081Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:20:33.9849115Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:33.9850804Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:20:33.9852315Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:20:33.9853743Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:20:33.9854835Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:20:33.9856369Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:20:33.9857896Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:20:33.9858987Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:20:33.9860071Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:20:33.9861614Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-03-21T20:20:33.9863178Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:20:33.9864638Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:20:33.9866096Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:20:33.9867703Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9869477Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9871242Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9872385Z [ 18%] Built target operators 2025-03-21T20:20:33.9873492Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9875289Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9876580Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:20:33.9877389Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:20:33.9878184Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:20:33.9879474Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9881384Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9883366Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9885230Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:33.9887029Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-03-21T20:20:33.9888632Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:20:33.9889941Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9891758Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9893290Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:20:33.9894226Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:20:33.9895540Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9896941Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:20:33.9898368Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9900167Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9901929Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9903708Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9905478Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9907266Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-03-21T20:20:33.9908618Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:20:33.9909427Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:20:33.9910195Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:20:33.9911461Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9913258Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-03-21T20:20:33.9915152Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-03-21T20:20:35.0875176Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-03-21T20:20:35.0876595Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:20:35.0877947Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-03-21T20:20:35.0879862Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-03-21T20:20:35.0881627Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-03-21T20:20:35.0882921Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:20:35.0884412Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-03-21T20:20:35.0886302Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:20:35.0887184Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:20:35.0890355Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-03-21T20:20:35.0891803Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:20:35.0893731Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-03-21T20:20:35.0895261Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:20:35.0896327Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:20:35.0898022Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-03-21T20:20:35.0899594Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:20:35.0900658Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:20:35.0901749Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:20:35.0902901Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:20:35.0904108Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:20:35.0905319Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:20:35.0906761Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-03-21T20:20:35.0908215Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:20:35.0909841Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-03-21T20:20:35.0911701Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:20:35.0912930Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:20:35.0913902Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:20:35.0915470Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-03-21T20:20:35.0917304Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:20:35.0918935Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-03-21T20:20:35.0920677Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-03-21T20:20:35.0922443Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-03-21T20:20:35.0923973Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:20:35.0925529Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-03-21T20:20:35.0927294Z [ 23%] 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:20:35.0928799Z [100%] Linking CXX executable flatc 2025-03-21T20:20:35.0929937Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-03-21T20:20:35.0931752Z [ 23%] 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:20:35.0933460Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:20:35.0935138Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-03-21T20:20:35.0936914Z [ 23%] 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:20:35.0938710Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:35.0940519Z [ 23%] 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:20:35.0942118Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:20:35.0943714Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:20:35.0945491Z [ 23%] 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:20:35.0947423Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T20:20:35.0949425Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-03-21T20:20:35.0951351Z [ 23%] 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:20:35.0952942Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:20:35.0954635Z [ 23%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:35.0956627Z [ 23%] 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:20:35.0958453Z [ 23%] 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:20:35.0960265Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-03-21T20:20:35.0962133Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:20:35.0963787Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:20:35.0965499Z [ 24%] 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:20:35.0967418Z [ 24%] 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:20:35.0969233Z [ 24%] 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:20:35.0971018Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:20:35.0972571Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-03-21T20:20:35.0974440Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-03-21T20:20:35.9263365Z [ 24%] 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:20:35.9265333Z [ 24%] 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:20:35.9267112Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-03-21T20:20:35.9268746Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:20:35.9270381Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-03-21T20:20:35.9272278Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:20:35.9274257Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:20:35.9276259Z [ 24%] 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:20:35.9277977Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:20:35.9279640Z [ 25%] 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:20:35.9281406Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-03-21T20:20:35.9283204Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-03-21T20:20:35.9285191Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:20:35.9286952Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:20:35.9288852Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-03-21T20:20:35.9290907Z [ 25%] 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:20:35.9292966Z [ 25%] 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:20:35.9295217Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:20:35.9297102Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:20:35.9298889Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-03-21T20:20:35.9301284Z [ 25%] 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:20:35.9303408Z [ 25%] 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:20:35.9305700Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T20:20:35.9307505Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:20:35.9309213Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-03-21T20:20:35.9311273Z [ 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:20:35.9313358Z [ 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:20:35.9315537Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:20:35.9317367Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:20:35.9319076Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-03-21T20:20:35.9321361Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:20:35.9323471Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:35.9325370Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-03-21T20:20:35.9326485Z [100%] Built target flatc 2025-03-21T20:20:35.9326962Z [ 26%] No install step for 'flatbuffers' 2025-03-21T20:20:35.9327488Z [ 26%] Completed 'flatbuffers' 2025-03-21T20:20:35.9328367Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:20:35.9329277Z [ 26%] Built target flatbuffers 2025-03-21T20:20:35.9330229Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:20:35.9331827Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-03-21T20:20:35.9333506Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:20:35.9335342Z [ 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:20:35.9337156Z [ 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:20:35.9338694Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:20:35.9340209Z [ 28%] 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:20:35.9342003Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:20:35.9343574Z [ 28%] 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:20:35.9345247Z [ 28%] 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:20:35.9347190Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:35.9348952Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:20:35.9350373Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:20:35.9351850Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:20:35.9353704Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:35.9355840Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:35.9357964Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:35.9360103Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:35.9361841Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:20:36.7384947Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T20:20:36.7386916Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:20:36.7388844Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:20:36.7390584Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:20:36.7391902Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:20:36.7393475Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:36.7395270Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:20:36.7396807Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:20:36.7398065Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:20:36.7398929Z [ 29%] Generating common_schema headers 2025-03-21T20:20:36.7400050Z [ 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:20:36.7401174Z [ 29%] Built target common_schema 2025-03-21T20:20:36.7401695Z [ 30%] Generating xnnpack_schema headers 2025-03-21T20:20:36.7402629Z [ 30%] Generating bundled_program headers 2025-03-21T20:20:36.7403746Z [ 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:20:36.7404876Z [ 30%] Built target bundled_program_schema 2025-03-21T20:20:36.7405409Z [ 30%] Built target xnnpack_schema 2025-03-21T20:20:36.7406466Z [ 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:20:36.7407554Z [ 30%] Generating program_schema headers 2025-03-21T20:20:36.7408257Z [ 30%] Built target program_schema 2025-03-21T20:20:36.7409031Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:20:36.7410612Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:36.7412617Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:36.7414009Z [ 30%] Built target subgraph 2025-03-21T20:20:36.7434248Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:36.7436076Z [ 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:20:36.7437795Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:20:36.7439576Z [ 30%] 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:20:36.7441291Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:20:36.7442627Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:20:36.7443773Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:20:36.7445256Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:20:36.7447167Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:36.7449310Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:36.7451401Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:36.7453632Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:36.7455758Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:36.7457820Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:36.7459476Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:20:36.7461045Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:20:36.7462843Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:20:36.7464323Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:20:36.7466218Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:36.7468443Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:36.7470575Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:36.7472663Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:36.7474756Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:20:36.7476876Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:36.7478413Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:20:36.7479889Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:36.7481832Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:20:36.7483409Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:20:36.7484858Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-03-21T20:20:36.7486286Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:20:36.7487309Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:20:36.7489022Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:20:36.7490499Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-03-21T20:20:36.7492397Z [ 34%] 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:20:36.7494282Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-03-21T20:20:36.7496044Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-03-21T20:20:36.7497808Z [ 34%] 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:20:36.7499220Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:20:36.7500363Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:20:36.7501989Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:37.5948786Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:37.5952156Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:20:37.5953808Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:20:37.5954981Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:20:37.5956662Z [ 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:20:37.5958064Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:20:37.5959046Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:20:37.5960042Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:20:37.5961443Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:20:37.5962815Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:20:37.5964249Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:20:37.5965294Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:20:37.5966683Z [ 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:20:37.5968541Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:37.5970665Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:37.5972838Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:37.5975230Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:37.5977397Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:37.5979486Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:20:37.5981445Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:37.5982726Z [ 35%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:20:37.5983951Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:20:37.5985734Z [ 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:20:37.5987492Z [ 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:20:37.5989375Z [ 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:20:37.5990464Z [ 35%] Built target executorch_core 2025-03-21T20:20:37.5991229Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:20:37.5992627Z [ 35%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:20:37.5993758Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:20:37.5995367Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:37.5997184Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:20:37.5998939Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:37.6000981Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:37.6002818Z [ 36%] 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:20:37.6004334Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:20:37.6005537Z [ 36%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:20:37.6006755Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:20:37.6007855Z [ 36%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:20:37.6008875Z [ 36%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:20:37.6010237Z [ 36%] 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:20:37.6011962Z [ 36%] 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:20:37.6013803Z [ 36%] 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:20:37.6015505Z [ 36%] 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:20:37.6016688Z [ 36%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:20:37.6018146Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:37.6020311Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:37.6021745Z [ 36%] Built target extension_threadpool 2025-03-21T20:20:37.6022540Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:20:37.6024177Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:37.6026339Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:37.6028438Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:37.6030412Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:20:37.6031852Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:20:37.6033474Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:20:37.6034692Z [ 36%] Linking CXX static library libextension_tensor.a 2025-03-21T20:20:37.6036055Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:37.6037356Z [ 36%] Built target extension_tensor 2025-03-21T20:20:37.6038900Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:37.6040328Z [ 36%] Linking CXX static library libexecutorch.a 2025-03-21T20:20:37.6040894Z [ 36%] Built target executorch 2025-03-21T20:20:37.6042173Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:37.6043758Z [ 37%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:20:37.6045356Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:37.6047495Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:39.2786087Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:20:39.2790071Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:39.2792070Z [ 37%] 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:20:39.2793741Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:20:39.2795117Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:20:39.2796888Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:39.2798104Z [ 37%] Linking CXX static library libcpublas.a 2025-03-21T20:20:39.2798733Z [ 37%] Built target cpublas 2025-03-21T20:20:39.2799869Z [ 37%] 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:20:39.2801477Z [ 39%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:20:39.2803110Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:20:39.2804700Z [ 39%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:20:39.2805883Z [ 39%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:20:39.2807297Z [ 39%] 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:20:39.2808906Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:20:39.2810125Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:20:39.2811270Z [ 39%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:20:39.2812549Z [ 39%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:20:39.2813903Z [ 39%] 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:20:39.2815455Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:20:39.2816344Z [ 40%] Built target extension_data_loader 2025-03-21T20:20:39.2817873Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:39.2819564Z [ 40%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:20:39.2821157Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:39.2822748Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:39.2823962Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:20:39.2825216Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:20:39.2826298Z [ 40%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:20:39.2827681Z [ 40%] 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:20:39.2828927Z [ 40%] Linking CXX static library libbundled_program.a 2025-03-21T20:20:39.2829513Z [ 40%] Built target bundled_program 2025-03-21T20:20:39.2830419Z [ 40%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:20:39.2832070Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:39.2833793Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:20:39.2835028Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:20:39.2836244Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:20:39.2837523Z [ 40%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:20:39.2839067Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:39.2841185Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:39.2842943Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:20:39.2844171Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:20:39.2845408Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:20:39.2846654Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:20:39.2847638Z [ 41%] Linking CXX static library libetdump.a 2025-03-21T20:20:39.2848841Z [ 41%] 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:20:39.2850093Z [ 41%] Built target etdump 2025-03-21T20:20:39.2850844Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:39.2852701Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:39.2854125Z [ 42%] Linking CXX static library libutil.a 2025-03-21T20:20:39.2854651Z [ 42%] Built target util 2025-03-21T20:20:39.2855506Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:20:39.2856914Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:20:39.2858158Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:20:39.2859312Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:39.2860463Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:20:39.2862187Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:20:39.2864365Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:39.2866443Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:39.2868120Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:20:39.2869350Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:20:39.2870896Z [ 45%] 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:20:39.2872371Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:39.2873559Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:20:39.2875189Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:39.2877308Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:39.2879009Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:20:39.2880313Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:20:39.2882045Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:39.2883833Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:20:39.2885340Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-03-21T20:20:40.4959954Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-03-21T20:20:40.4961440Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:40.4962919Z [ 45%] 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:20:40.4965177Z [ 45%] 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:20:40.4966728Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:20:40.4968291Z [ 46%] 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:20:40.4970008Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:40.4971489Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-03-21T20:20:40.4972943Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:20:40.4974535Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-03-21T20:20:40.4976332Z [ 46%] 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:20:40.4977814Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:20:40.4979294Z [ 46%] 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:20:40.4981128Z [ 46%] 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:20:40.4983441Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:20:40.4984742Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:20:40.4986627Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-03-21T20:20:40.4989122Z [ 46%] 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:20:40.4991171Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-03-21T20:20:40.4992962Z [ 46%] 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:20:40.4994459Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:20:40.4996259Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-03-21T20:20:40.4997691Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:40.4999112Z [ 46%] 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:20:40.5000586Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:20:40.5002089Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-03-21T20:20:40.5003638Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:20:40.5004853Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:40.5006274Z [ 46%] 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:20:40.5008355Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-03-21T20:20:40.5009760Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:20:40.5010983Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:20:40.5012708Z [ 48%] 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:20:40.5014388Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:20:40.5015704Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:20:40.5017020Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:40.5018289Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:40.5019424Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:20:40.5020419Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:20:40.5023242Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:40.5027079Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.5029211Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:40.5029903Z | ^ 2025-03-21T20:20:40.5030789Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:40.5032316Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-03-21T20:20:40.5033702Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:40.5034846Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:20:40.5036405Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:20:40.5037971Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:20:40.5039201Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:20:40.5040566Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:40.5041927Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:40.5043116Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:20:40.5044492Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:20:40.5045887Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:20:40.5048518Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:40.5052473Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.5054721Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:40.5055411Z | ^ 2025-03-21T20:20:40.5056351Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:20:40.9943840Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:20:40.9945403Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:40.9946805Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:20:40.9948458Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:20:40.9950002Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:40.9951244Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:20:40.9952770Z [ 48%] 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:20:40.9954257Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:20:40.9955503Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:40.9956732Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:20:40.9958205Z [ 48%] 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:20:40.9959678Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:20:40.9960878Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:40.9962365Z [ 48%] 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:20:40.9964062Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-03-21T20:20:40.9965526Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:20:40.9966796Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:20:40.9967978Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:40.9971613Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:40.9978445Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:40.9982169Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:40.9984279Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:40.9985843Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:40.9986463Z | ^~~~~~~~~~~~~~ 2025-03-21T20:20:40.9989540Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:40.9995529Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:40.9999238Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:41.0001336Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:41.0005384Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:41.0010582Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:41.0016750Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:41.0020896Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:41.0023071Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:41.0024847Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:41.0025514Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:41.0028644Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:41.0033785Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:41.0050195Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:41.0054344Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:41.0056462Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:41.0057966Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:20:41.0058572Z from /usr/include/c++/11/array:38, 2025-03-21T20:20:41.0059275Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:20:41.0060391Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:20:41.0061340Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:20:41.0062316Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:20:41.0066148Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:20:41.0071784Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:41.0077511Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:41.0083563Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:41.0087251Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:41.0089331Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:41.0090523Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:20:41.0091022Z | ^~~~~~~~~ 2025-03-21T20:20:41.0094612Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:20:41.0100460Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:41.0105606Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:41.0111577Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:41.0115260Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:41.0117377Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:41.0121713Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:20:41.0125532Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:41.0127045Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:41.0127691Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:41.0130791Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:20:41.0134701Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:41.0136403Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:41.0139312Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:20:42.1774782Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:42.1776424Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:42.1777089Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:42.1781248Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘std::tuple torch::executor::native::opt_native_layer_norm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::runtime::IntArrayRef, executorch::aten::optional&, executorch::aten::optional&, double, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&)’: 2025-03-21T20:20:42.1786052Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:42.1787799Z 114 | std::tuple opt_native_layer_norm_out( 2025-03-21T20:20:42.1788700Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:42.1790539Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:42.1793337Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:42.1797260Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:42.1798783Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:42.1799504Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:42.1801564Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:42.1803109Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:42.1803769Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:42.1804600Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:42.1806019Z [ 50%] 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:20:42.1807474Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:20:42.1808706Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:20:42.1809920Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:42.1811339Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-03-21T20:20:42.1812860Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:20:42.1814276Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:20:42.1815541Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:42.1816967Z [ 50%] 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:20:42.1818440Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:20:42.1819693Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:20:42.1821221Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-03-21T20:20:42.1822680Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:42.1823900Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:20:42.1825190Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:20:42.1826725Z [ 51%] 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:20:42.1828503Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-03-21T20:20:42.1830078Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:20:42.1831554Z [ 52%] 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:20:42.1833299Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-03-21T20:20:42.1835266Z [ 52%] 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:20:42.1836856Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:42.1838333Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-03-21T20:20:42.1839789Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:20:42.1841401Z [ 52%] 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:20:42.1843259Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-03-21T20:20:42.1844443Z [ 52%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:20:42.1845926Z [ 52%] 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:20:42.1847622Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-03-21T20:20:42.1849083Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:20:42.1850607Z [ 52%] 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:20:42.1852352Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-03-21T20:20:42.1854083Z [ 52%] Built target optimized_kernels 2025-03-21T20:20:42.1855036Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:20:42.1856557Z [ 52%] 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:20:42.1858320Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-03-21T20:20:42.1859793Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:20:42.1861082Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:20:42.1862599Z [ 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:20:42.1864299Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-03-21T20:20:42.1865905Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:20:42.1867459Z [ 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:20:42.1869234Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-03-21T20:20:42.1871029Z [ 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:20:42.1872815Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-03-21T20:20:42.1874361Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:20:43.5643000Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:20:43.5644980Z [ 54%] 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:20:43.5646697Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-03-21T20:20:43.5648413Z [ 54%] 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:20:43.5650290Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-03-21T20:20:43.5651969Z [ 54%] 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:20:43.5653407Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:43.5655097Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-03-21T20:20:43.5656828Z [ 54%] 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:20:43.5658532Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-03-21T20:20:43.5660254Z [ 54%] 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:20:43.5661766Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:20:43.5663224Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-03-21T20:20:43.5664863Z [ 56%] 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:20:43.5666379Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:20:43.5667877Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-03-21T20:20:43.5669544Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:20:43.5671221Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-03-21T20:20:43.5672767Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:20:43.5674336Z [ 56%] 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:20:43.5675993Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-03-21T20:20:43.5677633Z [ 56%] 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:20:43.5679081Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:20:43.5680546Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-03-21T20:20:43.5682248Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:20:43.5683964Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-03-21T20:20:43.5685629Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:20:43.5687122Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:20:43.5692176Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-03-21T20:20:43.5694031Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:20:43.5695553Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:20:43.5699319Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-03-21T20:20:43.5700830Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:20:43.5702377Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-03-21T20:20:43.5704158Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-03-21T20:20:43.5705674Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:43.5707218Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:20:43.5708763Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:20:43.5710060Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:20:43.5711613Z [ 58%] 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:20:43.5713149Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:20:43.5714614Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:20:43.5716091Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:20:43.5717656Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-03-21T20:20:43.5719186Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:20:43.5720731Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:20:43.5722270Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:20:43.5723710Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-03-21T20:20:43.5725415Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:20:43.5726918Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:20:43.5728236Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:20:43.5729798Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-03-21T20:20:43.5731720Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:20:43.5733291Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:20:43.5734906Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:20:43.5736365Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:20:43.5737888Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:20:43.5739492Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-03-21T20:20:43.5740930Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:20:43.5742174Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:20:43.5743614Z [ 58%] 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:20:43.5745392Z [ 58%] 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:20:45.1877403Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:20:45.1879023Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-03-21T20:20:45.1880961Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-03-21T20:20:45.1882666Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:20:45.1883919Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:45.1885128Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:45.1886569Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:20:45.1889873Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:20:45.1891370Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-03-21T20:20:45.1892865Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:20:45.1894518Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-03-21T20:20:45.1896030Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:20:45.1897419Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:45.1899056Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:20:45.1900784Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:20:45.1902246Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:20:45.1904165Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-03-21T20:20:45.1905813Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-03-21T20:20:45.1907534Z [ 60%] 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:20:45.1909264Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:45.1910769Z [ 60%] 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:20:45.1912280Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:20:45.1913534Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:20:45.1914864Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:20:45.1916343Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-03-21T20:20:45.1917975Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-03-21T20:20:45.1919453Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:20:45.1920885Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:20:45.1922457Z [ 60%] 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:20:45.1924199Z [ 60%] 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:20:45.1925748Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:20:45.1927055Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:20:45.1928279Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:20:45.1929720Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-03-21T20:20:45.1931353Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-03-21T20:20:45.1932823Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:20:45.1934318Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:20:45.1935893Z [ 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:20:45.1937605Z [ 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:20:45.1939151Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:20:45.1940526Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:20:45.1942197Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-03-21T20:20:45.1943969Z [ 63%] 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:20:45.1946267Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:20:45.1947515Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:20:45.1949057Z [ 63%] 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:20:45.1951209Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-03-21T20:20:45.1952866Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:20:45.1954535Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-03-21T20:20:45.1956292Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:20:45.1957674Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:20:45.1959356Z [ 63%] 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:20:45.1961049Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:20:45.1962427Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:20:45.1964049Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-03-21T20:20:45.1965827Z [ 63%] 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:20:45.1967299Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:20:45.1968837Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-03-21T20:20:45.1970700Z [ 63%] 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:20:45.1972416Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-03-21T20:20:45.1973953Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:20:45.1975197Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:20:45.1976433Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:20:45.1977865Z [ 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:20:46.6736258Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-03-21T20:20:46.6738002Z [ 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:20:46.6739618Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-03-21T20:20:46.6741086Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:20:46.6743106Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-03-21T20:20:46.6744804Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:20:46.6746238Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:20:46.6748162Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:46.6750351Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6752066Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:20:46.6753746Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:46.6755412Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:20:46.6756736Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:20:46.6758486Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6760572Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:46.6762692Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:46.6764420Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:46.6765651Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:20:46.6766874Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:20:46.6768597Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:46.6770796Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6772897Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:46.6774818Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:20:46.6776073Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:20:46.6777786Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6779893Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:46.6781566Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:20:46.6782861Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:20:46.6784402Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:20:46.6786152Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:46.6788545Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6790559Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:20:46.6791902Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:20:46.6793202Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:20:46.6794482Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:20:46.6796104Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:46.6798175Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:20:46.6799841Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:46.6801506Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6803615Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:20:46.6805273Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:20:46.6806495Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:20:46.6807722Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:20:46.6809570Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:46.6811994Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-03-21T20:20:46.6814423Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6816523Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:46.6818589Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6820259Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:20:46.6821514Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:20:46.6822750Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:20:46.6824450Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:46.6826874Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:46.6829012Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:20:46.6830776Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:20:46.6832176Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:20:46.6833900Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.0706441Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:20:48.0708853Z [ 69%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:48.0711229Z [ 69%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:48.0713493Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.0715599Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.0717255Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:20:48.0718976Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:48.0720708Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:20:48.0722420Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.0724116Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:20:48.0725441Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:20:48.0727323Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.0729352Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.0731349Z [ 70%] 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:20:48.0733104Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:20:48.0734610Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:20:48.0736336Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.0738367Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.0740839Z [ 71%] 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:20:48.0742422Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:20:48.0743863Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:20:48.0745576Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.0747675Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.0749731Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.0751354Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:48.0752584Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:20:48.0754222Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.0756219Z [ 71%] 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:20:48.0757912Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:20:48.0759439Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:20:48.0761064Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:20:48.0762903Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.0764629Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:20:48.0766362Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.0768375Z [ 71%] 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:20:48.0770095Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:20:48.0771844Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:20:48.0773677Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:20:48.0775393Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.0777412Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.0779099Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:20:48.0780752Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:20:48.0782500Z [ 73%] 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:20:48.0784480Z [ 73%] 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:20:48.0786268Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:20:48.0787697Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:20:48.0790912Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:48.0792678Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:20:48.0794632Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:20:48.0796871Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:20:48.0798581Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:20:48.0800278Z [ 74%] 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:20:48.0802294Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:48.0804143Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:20:48.0805607Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:20:48.9881381Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:48.9883329Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:20:48.9885154Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:48.9887311Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.9889538Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.9891221Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:20:48.9892571Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:20:48.9894349Z [ 74%] 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:20:48.9895989Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:20:48.9897697Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:20:48.9899799Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:20:48.9901507Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.9903738Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.9905778Z [ 74%] 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:20:48.9907772Z [ 74%] 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:20:48.9909814Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:48.9911900Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:20:48.9913914Z [ 75%] 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:20:48.9915946Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:20:48.9918202Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:48.9919788Z [ 76%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:20:48.9921321Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:48.9923517Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:20:48.9925571Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:48.9927595Z [ 76%] 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:20:48.9929597Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:20:48.9931678Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-03-21T20:20:48.9933887Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-03-21T20:20:48.9936139Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:20:48.9938250Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:20:48.9940368Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-03-21T20:20:48.9942649Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:20:48.9944663Z [ 78%] 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:20:48.9946863Z [ 78%] 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:20:48.9948875Z [ 78%] 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:20:48.9950874Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:20:48.9952898Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:20:48.9954907Z [ 78%] 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:20:48.9956881Z [ 78%] 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:20:48.9958874Z [ 78%] 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:20:48.9960160Z [ 78%] Built target optimized_portable_kernels 2025-03-21T20:20:48.9961365Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:20:48.9962551Z [ 78%] Merging kernel yaml files 2025-03-21T20:20:48.9963638Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-03-21T20:20:48.9965377Z [ 78%] 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:20:48.9967115Z [ 78%] 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:20:48.9968904Z [ 78%] 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:20:48.9970727Z [ 78%] 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:20:48.9972726Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:20:48.9974991Z [ 79%] 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:20:48.9977115Z [ 79%] 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:20:48.9979240Z [ 79%] 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:20:49.8146414Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:20:49.8148612Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:20:49.8150508Z [ 79%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:20:49.8152026Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:20:49.8154356Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:20:49.8156514Z [ 79%] 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:20:49.8158610Z [ 79%] 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:20:49.8160738Z [ 79%] 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:20:49.8162854Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:20:49.8164991Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:20:49.8167117Z [ 79%] 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:20:49.8169230Z [ 79%] 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:20:49.8171339Z [ 80%] 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:20:49.8173426Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:20:49.8175569Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8177575Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:49.8179582Z [ 80%] 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:20:49.8181622Z [ 80%] 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:20:49.8183645Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:49.8184955Z [ 80%] Generating code for kernel registration 2025-03-21T20:20:49.8186495Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:49.8188700Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8190909Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:49.8193558Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:49.8195793Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:49.8198070Z [ 80%] 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:20:49.8200123Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:49.8202153Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:49.8204418Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:49.8206774Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:49.8209007Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:49.8211115Z [ 81%] 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:20:49.8213337Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:20:49.8215823Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:20:49.8218162Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:49.8220476Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:49.8222586Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8224578Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:49.8226563Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8228593Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:20:49.8230659Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8232673Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:49.8234714Z [ 82%] 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:20:49.8237066Z [ 82%] 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:20:49.8239129Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:49.8241302Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:49.8243349Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:49.8245585Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:50.4530652Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:50.4532976Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:50.4535390Z [ 82%] 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:20:50.4537455Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:20:50.4539526Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:20:50.4541833Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:20:50.4544223Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:20:50.4546536Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:20:50.4548668Z [ 82%] 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:20:50.4550919Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:20:50.4553342Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:20:50.4555709Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:20:50.4558060Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:20:50.4560209Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:50.4562240Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:20:50.4564720Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:20:50.4566674Z [ 84%] 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:20:50.4568803Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-03-21T20:20:50.4570698Z [ 84%] 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:20:50.4572467Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-03-21T20:20:50.4574254Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-03-21T20:20:50.4575927Z [ 84%] 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:20:50.4577617Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:50.4579397Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:50.4581141Z [ 85%] 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:20:50.4582861Z [ 85%] 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:20:50.4584626Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:50.4586461Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:50.4591947Z [ 85%] 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:20:50.4593825Z [ 85%] 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:20:50.4595512Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-03-21T20:20:50.4597133Z [ 85%] 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:20:50.4598773Z [ 85%] 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:20:50.4600407Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-03-21T20:20:50.4602122Z [ 85%] 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:20:50.4603900Z [ 85%] 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:20:50.4605691Z [ 85%] 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:20:50.4607510Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:50.4609747Z [ 86%] 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:20:50.4611593Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:50.4613470Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-03-21T20:20:50.4615699Z [ 86%] 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:20:50.4618120Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c: In function ‘xnn_qs8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:20:50.4620595Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:29:53: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:50.4622364Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:50.4623146Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:50.4623706Z | | 2025-03-21T20:20:50.4624295Z | const int32_t * {aka const int *} 2025-03-21T20:20:50.4625373Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:50.4627318Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:50.4628572Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:50.4629084Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:50.4630804Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:50.4632563Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:51.2409755Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.2410390Z | | 2025-03-21T20:20:51.2410977Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.2412074Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:51.2414377Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.2415618Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:51.2416137Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.2417304Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-03-21T20:20:51.2419219Z [ 86%] 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:20:51.2421190Z [ 86%] 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:20:51.2423165Z [ 86%] 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:20:51.2425619Z [ 86%] 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:20:51.2427588Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:20:51.2429792Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:20:51.2431767Z [ 86%] 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:20:51.2433752Z [ 86%] 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:20:51.2436831Z [ 86%] 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:20:51.2438712Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-03-21T20:20:51.2440415Z [ 87%] 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:20:51.2442153Z [ 87%] 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:20:51.2443990Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2445911Z [ 87%] 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:20:51.2447805Z [ 87%] 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:20:51.2449710Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2451619Z [ 87%] 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:20:51.2453599Z [ 87%] 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:20:51.2455505Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2457675Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:20:51.2460109Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:20:51.2462471Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:20:51.2464644Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2466590Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2468801Z [ 89%] 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:20:51.2470717Z [ 89%] 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:20:51.2472648Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2474698Z [ 89%] 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:20:51.2476636Z [ 89%] 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:20:51.2478578Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2480777Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:20:51.2483462Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:20:51.2485856Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:20:51.2488344Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:20:51.2490173Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-03-21T20:20:51.2491890Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-03-21T20:20:51.2493608Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:20:51.2495254Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-03-21T20:20:51.2496903Z [ 89%] 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:20:51.2498604Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:51.2500381Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:51.2502127Z [ 90%] 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:20:51.2503846Z [ 90%] 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:20:51.2505619Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:20:51.2507409Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:20:51.2509176Z [ 90%] 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:20:51.6604640Z [ 90%] 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:20:51.6607084Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-03-21T20:20:51.6609533Z [ 90%] 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:20:51.6611417Z [ 90%] 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:20:51.6613121Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-03-21T20:20:51.6615154Z [ 90%] 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:20:51.6616932Z [ 90%] 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:20:51.6618729Z [ 91%] 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:20:51.6620551Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:51.6622397Z [ 91%] 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:20:51.6624259Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:20:51.6626037Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-03-21T20:20:51.6628758Z [ 91%] 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:20:51.6630915Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c: In function ‘xnn_qu8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:20:51.6633361Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:29:54: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6635234Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:51.6636032Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6636595Z | | 2025-03-21T20:20:51.6637169Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6638302Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:51.6640318Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6641641Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:51.6642157Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6643965Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6645765Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:51.6646549Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6647437Z | | 2025-03-21T20:20:51.6648014Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6649127Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:51.6651280Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6652543Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:51.6653126Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6654386Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-03-21T20:20:51.6656097Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-03-21T20:20:51.6657846Z [ 91%] 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:20:51.6659598Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:20:51.6661411Z [ 91%] 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:20:51.6663102Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-03-21T20:20:51.6664700Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:20:51.6666354Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-03-21T20:20:51.6668073Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-03-21T20:20:51.6669834Z [ 92%] 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:20:51.6671519Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:20:51.6673452Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c: In function ‘xnn_s8_vclamp_ukernel__neon_u64’: 2025-03-21T20:20:51.6675766Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:24:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6677418Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:51.6678098Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6678644Z | | 2025-03-21T20:20:51.6679236Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6680268Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.6682163Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6683410Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.6683920Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6685614Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:25:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.6687488Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:51.6688343Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.6688889Z | | 2025-03-21T20:20:51.6689470Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.6690783Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.6692711Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.6694072Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.6694589Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.6695754Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:20:51.6697922Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_s8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:20:51.6700608Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:28:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9094162Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:51.9095208Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9096236Z | | 2025-03-21T20:20:51.9096864Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.9098056Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:20:51.9100267Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.9101532Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.9102039Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9103855Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:29:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9105575Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:51.9106272Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9106838Z | | 2025-03-21T20:20:51.9107398Z | const int32_t * {aka const int *} 2025-03-21T20:20:51.9108530Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:20:51.9110522Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:51.9111831Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:51.9112347Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9113492Z [ 92%] 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:20:51.9115166Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-03-21T20:20:51.9117206Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:20:51.9118777Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-03-21T20:20:51.9120385Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:20:51.9122388Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:20:51.9124350Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:20:51.9126571Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_u8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:20:51.9129164Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:31:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9131098Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:51.9131786Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9132346Z | | 2025-03-21T20:20:51.9132939Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9134200Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:20:51.9136303Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9137635Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9138144Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9139936Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:32:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9141661Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:51.9142348Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9142889Z | | 2025-03-21T20:20:51.9143479Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9144644Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:20:51.9147199Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9148563Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9149070Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9150410Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:20:51.9152357Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:20:51.9154328Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c: In function ‘xnn_u8_vclamp_ukernel__neon_u64’: 2025-03-21T20:20:51.9156734Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:24:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9158356Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:51.9159049Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9159590Z | | 2025-03-21T20:20:51.9160183Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9161239Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.9163210Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9164539Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9165051Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9166764Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:25:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:51.9168395Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:51.9169072Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:51.9169639Z | | 2025-03-21T20:20:51.9170236Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:51.9171290Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:51.9173271Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:51.9174725Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:51.9175240Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:51.9176468Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-03-21T20:20:51.9178373Z [ 92%] 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:20:51.9180172Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-03-21T20:20:51.9182038Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:20:51.9184052Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-03-21T20:20:51.9185851Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-03-21T20:20:53.2607798Z [ 93%] 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:20:53.2610625Z [ 93%] 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:20:53.2613319Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:20:53.2615469Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:20:53.2617446Z [ 93%] 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:20:53.2619373Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-03-21T20:20:53.2621350Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:20:53.2623113Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-03-21T20:20:53.2624769Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:20:53.2626352Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-03-21T20:20:53.2627942Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:20:53.2629473Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-03-21T20:20:53.2631054Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:20:53.2632641Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-03-21T20:20:53.2634206Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:20:53.2635736Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-03-21T20:20:53.2637497Z [ 95%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:20:53.2639251Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:20:53.2641027Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-03-21T20:20:53.2643010Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-03-21T20:20:53.2644931Z [ 95%] 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:20:53.2647311Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-03-21T20:20:53.2649005Z [ 95%] 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:20:53.2650674Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-03-21T20:20:53.2652617Z [ 95%] 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:20:53.2654567Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:20:53.2656374Z [ 96%] 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:20:53.2658474Z [ 96%] 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:20:53.2660379Z [ 96%] 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:20:53.2662292Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-03-21T20:20:53.2664312Z [ 96%] 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:20:53.2666051Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-03-21T20:20:53.2667594Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:20:53.2669124Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-03-21T20:20:53.2670649Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:20:53.2671951Z [ 96%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:20:53.2673132Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-03-21T20:20:53.2674184Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:20:53.2675453Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:20:53.2677145Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-03-21T20:20:53.2678693Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:20:53.2680314Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:20:53.2681897Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-03-21T20:20:53.2683460Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:20:53.2685139Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-03-21T20:20:53.2686725Z [ 97%] 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:20:53.2688749Z [ 97%] 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:20:53.2690819Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:20:53.2692454Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:20:53.2694091Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:20:53.2695923Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:20:53.2697524Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:20:53.2699142Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:20:53.2700802Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:20:53.2702446Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:20:53.2703981Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:20:53.2704993Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:20:53.2705619Z [ 97%] Built target microkernels-prod 2025-03-21T20:20:53.2706149Z [ 97%] Generating build_identifier.c 2025-03-21T20:20:53.2707198Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:20:53.2708589Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:20:53.2710022Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:21:05.9751257Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:21:05.9752725Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:21:05.9754126Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:21:05.9755547Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:21:05.9756976Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:21:05.9758348Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:21:05.9759746Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:21:05.9761168Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:21:05.9762554Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:21:05.9763920Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:21:05.9765288Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:21:05.9766653Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:21:05.9768121Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:21:05.9770472Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:21:05.9771805Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:21:05.9773120Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:21:05.9774587Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:21:05.9776254Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:21:05.9777702Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:21:05.9779079Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:21:05.9780468Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:21:05.9781818Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:21:05.9783161Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:21:05.9784486Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:21:05.9785692Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:21:05.9786839Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:21:05.9789479Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:21:05.9790442Z [100%] Linking CXX static library libXNNPACK.a 2025-03-21T20:21:05.9790985Z [100%] Built target XNNPACK 2025-03-21T20:21:05.9791789Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:21:05.9792981Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:21:05.9794158Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:21:05.9795361Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:21:05.9796603Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:21:05.9797890Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:21:05.9800343Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-03-21T20:21:05.9803068Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp:87:61: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:21:05.9804640Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-03-21T20:21:05.9805352Z | ^~~~~~~~ 2025-03-21T20:21:05.9805977Z [100%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:21:05.9806568Z [100%] Built target xnnpack_backend 2025-03-21T20:21:05.9807350Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:21:05.9808349Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-03-21T20:21:05.9809199Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-03-21T20:21:05.9810206Z [100%] Built target portable_lib 2025-03-21T20:21:05.9810704Z [ 1%] Built target flatbuffers 2025-03-21T20:21:05.9811193Z [ 1%] Built target flatccrt 2025-03-21T20:21:05.9811662Z [ 2%] Built target pthreadpool 2025-03-21T20:21:05.9812151Z [ 2%] Built target common_schema 2025-03-21T20:21:05.9812642Z [ 3%] Built target xnnpack_schema 2025-03-21T20:21:05.9813141Z [ 6%] Built target cpuinfo 2025-03-21T20:21:05.9813762Z [ 6%] Built target bundled_program_schema 2025-03-21T20:21:05.9814621Z [ 7%] Built target flatcc 2025-03-21T20:21:05.9815114Z [ 9%] Built target eigen_blas 2025-03-21T20:21:05.9815587Z [ 9%] Built target indirection 2025-03-21T20:21:05.9816078Z [ 10%] Built target logging 2025-03-21T20:21:05.9816557Z [ 10%] Built target microparams-init 2025-03-21T20:21:05.9817074Z [ 10%] Built target normalization 2025-03-21T20:21:05.9817563Z [ 10%] Built target datatype 2025-03-21T20:21:05.9818050Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:05.9818571Z [ 10%] Built target program_schema 2025-03-21T20:21:05.9819082Z [ 10%] Built target hardware-config 2025-03-21T20:21:05.9819589Z [ 10%] Built target packing 2025-03-21T20:21:05.9820055Z [ 10%] Built target allocator 2025-03-21T20:21:05.9820520Z [ 12%] Built target flatcc_cli 2025-03-21T20:21:05.9820994Z [ 12%] Built target cache 2025-03-21T20:21:05.9821446Z [ 12%] Built target memory 2025-03-21T20:21:05.9821905Z [ 13%] Built target mutex 2025-03-21T20:21:05.9822378Z [ 13%] Built target microkernel-utils 2025-03-21T20:21:05.9822907Z [ 13%] Built target operator-utils 2025-03-21T20:21:05.9823416Z [ 13%] Built target operator-run 2025-03-21T20:21:05.9823918Z [ 13%] Built target etdump_schema 2025-03-21T20:21:05.9824409Z [ 14%] Built target operators 2025-03-21T20:21:05.9824937Z [ 15%] Built target executorch_core 2025-03-21T20:21:05.9825433Z [ 18%] Built target subgraph 2025-03-21T20:21:05.9825927Z [ 18%] Built target extension_threadpool 2025-03-21T20:21:05.9826470Z [ 18%] Built target extension_tensor 2025-03-21T20:21:05.9826984Z [ 18%] Built target executorch 2025-03-21T20:21:05.9827487Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:05.9828015Z [ 19%] Built target bundled_program 2025-03-21T20:21:05.9828519Z [ 19%] Built target cpublas 2025-03-21T20:21:05.9828982Z [ 19%] Built target etdump 2025-03-21T20:21:05.9829463Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:05.9829967Z [ 22%] Built target util 2025-03-21T20:21:05.9830430Z [ 80%] Built target microkernels-prod 2025-03-21T20:21:05.9830950Z [ 83%] Built target XNNPACK 2025-03-21T20:21:05.9831427Z [ 83%] Built target xnnpack_backend 2025-03-21T20:21:05.9831959Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:21:05.9832540Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:05.9833089Z [ 98%] Built target portable_lib 2025-03-21T20:21:05.9833924Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:21:05.9835197Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:21:05.9836435Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:21:05.9837609Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:21:05.9838956Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:21:05.9840387Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_neon.c.o 2025-03-21T20:21:05.9841678Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:21:05.9843053Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-03-21T20:21:05.9844485Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:21:05.9845798Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:21:05.9847004Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:21:05.9848658Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.9850123Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.9852435Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h: In instantiation of ‘void hadamard_mult_28_strided(T*, int) [with T = c10::Half]’: 2025-03-21T20:21:05.9901931Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:133:29: required from ‘void executorch::fast_hadamard_transform_28N(T*, int) [with T = c10::Half]’ 2025-03-21T20:21:05.9903966Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-03-21T20:21:05.9906258Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.9908500Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.9909331Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.9910151Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.9911364Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.9912723Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.9914102Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.9915355Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.9916746Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.9918074Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.9919786Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.9920984Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.9921597Z | ^~~~~~~~ 2025-03-21T20:21:05.9922750Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.9924212Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.9926320Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.9928722Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.9929551Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.9931570Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.9933907Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.9934745Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.9935507Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.9936727Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.9938091Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.9939456Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.9940759Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.9942148Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.9943472Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.9945193Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:05.9946399Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.9947024Z | ^~~~~~~~ 2025-03-21T20:21:05.9948177Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.9949627Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.9951747Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.9953655Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:05.9954491Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.9956312Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:05.9958505Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:05.9959334Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.9960106Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.9961845Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.9963210Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.9964574Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.9965949Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.9967366Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.9968692Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.9970371Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:05.9971585Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:05.9972203Z | ^~~~~~~~ 2025-03-21T20:21:05.9973358Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:05.9974930Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.9977068Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:05.9978997Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:05.9979843Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.9981694Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0054721Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:06.0055682Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0056586Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0057928Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0059326Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0060691Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0061943Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0065069Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0066418Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0068401Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:06.0070210Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:06.0070838Z | ^~~~~~~~ 2025-03-21T20:21:06.0072004Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0073454Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0075855Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0077817Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:06.0078662Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0080538Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0082730Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:06.0083554Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0084328Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0085551Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0086931Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0090892Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0092195Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0093727Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0095071Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0096949Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:06.0098150Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:06.0098804Z | ^~~~~~~~ 2025-03-21T20:21:06.0100064Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0101507Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0103645Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0105568Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:06.0106394Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0108709Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0110904Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:06.0111928Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0112717Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0113920Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0115306Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0116688Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0117943Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0119343Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0120692Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0122457Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:06.0123643Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:06.0124268Z | ^~~~~~~~ 2025-03-21T20:21:06.0125432Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0126877Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0129000Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0130922Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:06.0131747Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0136336Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0138737Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:06.0139557Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0140345Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0141559Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0142924Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0215679Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0216989Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0218412Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0219743Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0222107Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:06.0223353Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:06.0223979Z | ^~~~~~~~ 2025-03-21T20:21:06.0225137Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0226597Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0228737Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0230674Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:06.0231504Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0233335Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0235535Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:06.0236363Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0237140Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0238361Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0239742Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0241110Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0242375Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0243763Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0245740Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0247503Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:06.0248891Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:06.0249690Z | ^~~~~~~~ 2025-03-21T20:21:06.0251001Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0253042Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0255641Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0257927Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:06.0258940Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0260951Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0263433Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:06.0264395Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0265314Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0266705Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0268219Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0269750Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0271164Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0272703Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0274173Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0276109Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:06.0277462Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:06.0278231Z | ^~~~~~~~ 2025-03-21T20:21:06.0279557Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0281171Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0283512Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0285594Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:06.0286603Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0288635Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0291857Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:06.0292860Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0293901Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0295298Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0297108Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0298689Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0300079Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0301639Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0303119Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0305094Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:06.0306463Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:06.0327818Z | ^~~~~~~~ 2025-03-21T20:21:06.0329031Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0330480Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0332699Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0334891Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:06.0335723Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0337583Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0339776Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:06.0340607Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0341391Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0342601Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0343970Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0345331Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0346580Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0347965Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0349579Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0351304Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:06.0352494Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:06.0353246Z | ^~~~~~~~ 2025-03-21T20:21:06.0354426Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0355865Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0357963Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0359866Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:06.0360682Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0362524Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0364728Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:06.0365571Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0366347Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0367549Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0368970Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0370346Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0371592Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0372970Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0374452Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0376151Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:06.0377339Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:06.0378096Z | ^~~~~~~~ 2025-03-21T20:21:06.0379302Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0380741Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0382830Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:06.0384977Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:06.0406850Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0409332Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:06.0411579Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:06.0412438Z | ~~~~~~~^~~~ 2025-03-21T20:21:06.0413222Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:06.0414549Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:06.0415931Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:06.0417304Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:06.0418562Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:06.0419967Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:06.0421309Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:06.0423179Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:06.0424379Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:06.0425017Z | ^~~~~~~~ 2025-03-21T20:21:06.0426207Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:06.0427655Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:06.0429779Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:17.3428928Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:17.3429882Z | ~~~~~~~^~~~ 2025-03-21T20:21:17.3430447Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:21:17.3431059Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:21:17.3431583Z [ 1%] Built target flatbuffers 2025-03-21T20:21:17.3432109Z [ 1%] Built target flatccrt 2025-03-21T20:21:17.3432580Z [ 2%] Built target pthreadpool 2025-03-21T20:21:17.3433071Z [ 3%] Built target flatcc 2025-03-21T20:21:17.3433533Z [ 5%] Built target cpuinfo 2025-03-21T20:21:17.3434001Z [ 8%] Built target eigen_blas 2025-03-21T20:21:17.3434488Z [ 9%] Built target xnnpack_schema 2025-03-21T20:21:17.3434987Z [ 9%] Built target common_schema 2025-03-21T20:21:17.3435880Z [ 9%] Built target bundled_program_schema 2025-03-21T20:21:17.3436413Z [ 9%] Built target indirection 2025-03-21T20:21:17.3436895Z [ 10%] Built target logging 2025-03-21T20:21:17.3437370Z [ 10%] Built target microparams-init 2025-03-21T20:21:17.3437881Z [ 10%] Built target normalization 2025-03-21T20:21:17.3438378Z [ 10%] Built target datatype 2025-03-21T20:21:17.3438864Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:17.3439395Z [ 10%] Built target program_schema 2025-03-21T20:21:17.3439889Z [ 11%] Built target flatcc_cli 2025-03-21T20:21:17.3440589Z [ 11%] Built target hardware-config 2025-03-21T20:21:17.3441117Z [ 11%] Built target allocator 2025-03-21T20:21:17.3441585Z [ 11%] Built target packing 2025-03-21T20:21:17.3442048Z [ 11%] Built target cache 2025-03-21T20:21:17.3442510Z [ 11%] Built target microkernel-utils 2025-03-21T20:21:17.3443022Z [ 11%] Built target memory 2025-03-21T20:21:17.3443476Z [ 13%] Built target mutex 2025-03-21T20:21:17.3443947Z [ 13%] Built target etdump_schema 2025-03-21T20:21:17.3444448Z [ 13%] Built target operator-utils 2025-03-21T20:21:17.3444951Z [ 13%] Built target operator-run 2025-03-21T20:21:17.3445441Z [ 14%] Built target operators 2025-03-21T20:21:17.3445929Z [ 15%] Built target executorch_core 2025-03-21T20:21:17.3446445Z [ 15%] Built target extension_tensor 2025-03-21T20:21:17.3446952Z [ 15%] Built target executorch 2025-03-21T20:21:17.3447440Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:17.3447964Z [ 17%] Built target subgraph 2025-03-21T20:21:17.3448466Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:17.3448991Z [ 19%] Built target cpublas 2025-03-21T20:21:17.3449458Z [ 19%] Built target etdump 2025-03-21T20:21:17.3449922Z [ 19%] Built target bundled_program 2025-03-21T20:21:17.3450438Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:17.3450943Z [ 22%] Built target util 2025-03-21T20:21:17.3451417Z [ 79%] Built target microkernels-prod 2025-03-21T20:21:17.3451944Z [ 82%] Built target XNNPACK 2025-03-21T20:21:17.3452439Z [ 97%] Built target optimized_portable_kernels 2025-03-21T20:21:17.3453001Z [ 97%] Built target xnnpack_backend 2025-03-21T20:21:17.3453648Z [ 97%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:17.3454220Z [ 97%] Built target portable_lib 2025-03-21T20:21:17.3455109Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:17.3456373Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:17.3457674Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:17.3459024Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:17.3460337Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:17.3461662Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:17.3462987Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:17.3464319Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:17.3465625Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:17.3466911Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:17.3467944Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:21:17.3468627Z [ 98%] Built target quantized_pybind_kernels_lib 2025-03-21T20:21:17.3469329Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:21:17.3470255Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:17.3471489Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:17.3472800Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:21:17.3473447Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:21:17.3474121Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:21:17.3478070Z 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:21:17.3481798Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:17.3482863Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:21:17.3484363Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:21:17.3485703Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:17.3486889Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:17.3488240Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:17.3489507Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:17.3490737Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:17.3491965Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:17.3493208Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:17.3494534Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:17.3495773Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:17.3496975Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:17.3498302Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:17.3499807Z [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:21:17.3500950Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:21:17.3501595Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:21:17.3502104Z running build_py 2025-03-21T20:21:17.3502690Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3503730Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3504885Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3506063Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3507309Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3508942Z copying backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3510145Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3511334Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3512562Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3514012Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3515295Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3516513Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:17.3517560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:17.3518698Z copying backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:17.3520086Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:17.3521476Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:17.3522888Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:17.3524055Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:17.3525152Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:17.3526448Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:17.3647862Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:17.3649090Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:17.3650247Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:17.3651476Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3652729Z copying backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3654348Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3655801Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3657234Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3658759Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3660299Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3661784Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3663242Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3664667Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3666066Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3667447Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3669221Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3670702Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3672219Z copying backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3673910Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:17.3675174Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:17.3676223Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:17.3677463Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:17.3678751Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:17.3679966Z copying backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:17.3681254Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:17.3682389Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:17.3683480Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:17.3684795Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:17.3685957Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:17.3687070Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:17.3688577Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:17.3689827Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:17.3691169Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:17.3692855Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:17.3694382Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:17.3695743Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:17.3697470Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:17.3698909Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:17.3700264Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:17.3701966Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:17.3703362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:17.3704738Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:17.3706435Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:17.3708153Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:17.3709701Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:17.3711213Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:17.3712949Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:17.3714443Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3715736Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3717339Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3718979Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3720567Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3722180Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3723840Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3725499Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3727322Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3728988Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3730666Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3732418Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3734082Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3735705Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3737325Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3738904Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3740486Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3742094Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3743694Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3745288Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3829245Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:17.3831165Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:17.3832490Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:17.3834095Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:17.3835485Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:17.3837141Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:17.3838966Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:17.3840375Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3841605Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3843094Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3844657Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3846213Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3847721Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3849253Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3850771Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:17.3852031Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:17.3853267Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:17.3854851Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:17.3856089Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3857246Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3858755Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3860344Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3861833Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3863209Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3864588Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3866015Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3867536Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3869104Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3870843Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3872329Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3873785Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3875420Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3876892Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3878357Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3879851Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3881329Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3882821Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3884304Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3885774Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3887233Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3888921Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3890444Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3891958Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3893584Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3895073Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3896600Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3898115Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3899555Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3901031Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3902535Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3904021Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3905470Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3906851Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3908317Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3910169Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3911687Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3913279Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:17.3914786Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.3916118Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.3917750Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.3919451Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.3921098Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.3922765Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.4023244Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.4025010Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.4026694Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.4028419Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:17.4029841Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4031026Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4032453Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4033983Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4035372Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4036833Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4038344Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4039714Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4041122Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4042536Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4043919Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4045304Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4046756Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4048639Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4050030Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4051399Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4052984Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4054489Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4056027Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4057428Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4058791Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4060149Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4061515Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4062924Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4064372Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4065802Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4067199Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4068620Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4070072Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4071515Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4072944Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4074363Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4075777Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4077189Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4078610Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4079993Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4081371Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4082791Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4084180Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4085582Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4087258Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4088878Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4090393Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4091873Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4093491Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4095044Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:17.4096239Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:17.4097434Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:17.4098860Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:17.4100364Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:17.4101945Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:17.4103541Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:17.4104792Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:17.4105973Z copying backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:17.4107258Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:17.4108574Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:17.4109887Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:17.4111001Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:17.4112181Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:17.4113363Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4114640Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4116170Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4117693Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4119222Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4203719Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4205544Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4207253Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4209060Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4211178Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:17.4212498Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4213964Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4215806Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4217430Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4219072Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4220745Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4222470Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4224130Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4225822Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4227495Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:17.4228812Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4230062Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4231697Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4233191Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4234664Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4236212Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4237731Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4239283Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4240822Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4242331Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4243794Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4245269Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4246762Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4248327Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4249889Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4251408Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4253162Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4254853Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4256391Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4257970Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4259440Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4260938Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4262438Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4263931Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4265385Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4266835Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4268353Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4269930Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4271483Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4273031Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4274540Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4276022Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4277513Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4279008Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4280566Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4282077Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4283562Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4285101Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4286632Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4288373Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4289880Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4291342Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4292836Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4297166Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4298990Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4300386Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4301798Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4303381Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4304812Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4306230Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4307657Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4362460Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4364033Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4365489Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4366946Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4368368Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4369776Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4371189Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4372559Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4374014Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4375426Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4376856Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4378359Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4379814Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4381203Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:17.4382405Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4383710Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4385346Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4386930Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4388727Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4390406Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4392458Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4394125Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4396044Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4397734Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4399402Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:17.4400799Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:17.4402191Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:17.4403549Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:17.4404784Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:17.4406338Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:17.4408084Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:17.4409597Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:17.4410883Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:17.4412144Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:17.4413573Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:17.4415158Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:17.4416856Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:17.4418784Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:17.4421210Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:17.4423179Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4425302Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4427753Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4430059Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4432419Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4434985Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4437339Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4439825Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4442139Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4444417Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4446830Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4449265Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4451608Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4454026Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4456307Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4458553Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4460885Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4533592Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4536049Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4538476Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4540857Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4543198Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4545517Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4548239Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4550740Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4553290Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4555639Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4557936Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4560255Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4562535Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4564901Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4567359Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4569822Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4572167Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4574543Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:17.4576365Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:17.4578253Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:17.4580169Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:17.4582129Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:17.4583801Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4584931Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4586275Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4587711Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4589320Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4590719Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4592380Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4593833Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4595304Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4596960Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4598409Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4599761Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4601181Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4602615Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4603997Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4605393Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4606799Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4608161Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:17.4609321Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:17.4610547Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:17.4612016Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:17.4613485Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:17.4615056Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:17.4616272Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:17.4617484Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:17.4618927Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:17.4620400Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:17.4621714Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:17.4623090Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:17.4624750Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:17.4626413Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:17.4628061Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:17.4629383Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4630932Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4632781Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4694185Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4696296Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4698178Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4699866Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4701573Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4703281Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:17.4704652Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:17.4705957Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:17.4707342Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:17.4708874Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:17.4710724Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:17.4712268Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:17.4713776Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:17.4715660Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:17.4717564Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:17.4719065Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:17.4720487Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:17.4721970Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:17.4723587Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:17.4725201Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:17.4726776Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:17.4728704Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:17.4730644Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:17.4732910Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:17.4734695Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:17.4736506Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:17.4738915Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:17.4741186Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:17.4742983Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:17.4744810Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:17.4747049Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:17.4749296Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:17.4751512Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:17.4753330Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:17.4755175Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:17.4757448Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:17.4759767Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:17.4762042Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:17.4763865Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:17.4765615Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:17.4767778Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:17.4769522Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:17.4771270Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:17.4773463Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:17.4775378Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4777445Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4779725Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4782123Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4784368Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4786612Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4789007Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4791251Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:17.4792995Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4794681Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4856480Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4858750Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4861038Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4863169Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4865308Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4867441Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4869533Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4871627Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4873663Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4875732Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4877884Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4880023Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4882565Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4884664Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:17.4886578Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:17.4888746Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:17.4890981Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:17.4892708Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4894330Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4896093Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4897778Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4899501Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4901227Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4902960Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4904671Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4906376Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4908068Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4909753Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:17.4911114Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:17.4912363Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:17.4913996Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:17.4915430Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:17.4916712Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:17.4918282Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:17.4919858Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:17.4921426Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:17.4923081Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4924326Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4925854Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4927716Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4929330Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4930876Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4932469Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4934295Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4935996Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4937563Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4939135Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4940782Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4942416Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4944071Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4945656Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4947242Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4948866Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4950419Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4952001Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.4953648Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5044259Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5046018Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5047644Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5049270Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5050866Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5052913Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5054815Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5056399Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5058104Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:17.5059370Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5060644Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5062176Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5063724Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5065310Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5066894Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5068414Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5069954Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5071498Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5073079Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5074607Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5076086Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5077599Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5079116Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5080633Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5082136Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5083705Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5085287Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5086841Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5088624Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5090164Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5091667Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5095068Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5096686Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5098313Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5100072Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5101635Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5103166Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5104719Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5106308Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5107873Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5109412Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5110946Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5112534Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5114124Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5115663Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5117171Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5118676Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5120214Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5121790Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5123323Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5124834Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5126360Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5127900Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5129455Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5130976Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5132466Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5134059Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5135762Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5137238Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5138721Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5140328Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5141846Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5143383Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5245555Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5247133Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5248679Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5250254Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5251782Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5253323Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5254976Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5256512Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5258015Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5259564Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5261314Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5287369Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5289358Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5290956Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5292478Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5294079Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5295618Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5297152Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5298638Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5300123Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5302036Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5303611Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5305239Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5307113Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5308867Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5310419Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5311976Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:17.5313243Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:17.5314515Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:17.5315780Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:17.5317106Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:17.5318727Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:17.5320311Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:17.5321613Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:17.5322938Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:17.5324574Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:17.5326196Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:17.5327771Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:17.5329105Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:17.5330492Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:17.5332233Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:17.5333703Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:17.5334917Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:17.5336405Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:17.5337880Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:17.5339081Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:17.5340317Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:17.5341961Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:17.5343256Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:17.5344865Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:17.5346497Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:17.5347944Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:17.5349740Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:17.5351407Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:17.5352691Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5353884Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5355341Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5356935Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5358495Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5360052Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5361652Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5363229Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5364799Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:17.5366086Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:17.5367448Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:17.5442158Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:17.5443591Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:17.5444951Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:17.5446204Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:17.5447479Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:17.5448911Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:17.5450669Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:17.5452424Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:17.5454391Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:17.5455615Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:17.5457110Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:17.5458644Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:17.5460182Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:17.5461510Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:17.5463145Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:17.5464936Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:17.5466413Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:17.5467866Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:17.5469647Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:17.5471458Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:17.5473306Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:17.5475168Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:17.5476943Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:17.5478365Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:17.5479784Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:17.5481324Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5483150Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5485408Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5487643Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5490084Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5492258Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5494466Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5496988Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:17.5498884Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:17.5500859Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:17.5503044Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:17.5505312Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:17.5507242Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5508465Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5510034Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5511694Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5513284Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5514817Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5516438Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5518060Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5519615Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5521215Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5522809Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5524360Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5525917Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5527470Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:17.5528758Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5530026Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5531571Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5533120Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5534737Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5536255Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5538033Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5539587Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5613338Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5615458Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5617030Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5618559Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5620097Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5621699Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5623412Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5625008Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5626510Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5628046Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5629609Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5631183Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5632725Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5634350Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5635984Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5637540Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5639093Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5640649Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5642180Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5643724Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5645274Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5646810Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5648345Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5650188Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5651754Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5653253Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5654882Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5656538Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5658106Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5659656Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5661220Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5662752Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5664300Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5665874Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5667483Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5669187Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5670811Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5672319Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5673863Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:17.5675178Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:17.5676470Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:17.5678086Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:17.5679447Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:17.5680813Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:17.5682505Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:17.5683901Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:17.5685342Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:17.5687144Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:17.5688739Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:17.5689979Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:17.5691820Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:17.5693132Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:17.5694663Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:17.5696249Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:17.5697465Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:17.5698918Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:17.5700337Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:17.5701805Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:17.5703136Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:17.5704566Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:17.5706303Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:17.5708134Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:17.5709949Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:17.5800295Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:17.5802272Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:17.5803765Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:17.5805263Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:17.5807024Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:17.5808398Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5809740Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5811302Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5812882Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5814618Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5816252Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5817943Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5819591Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5821645Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5823282Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5824873Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5826679Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5828353Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5829920Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:17.5831199Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5832467Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5833957Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5835493Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5837082Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5838613Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5840095Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5841608Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5843191Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5844774Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5846312Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5848030Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5849542Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5851051Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5852562Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5854297Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5855883Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5857450Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5859005Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5860520Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5862251Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5863805Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5865367Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5867065Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5868634Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5870200Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5871856Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5873423Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5874956Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5876471Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5878387Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5879972Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5881501Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5883022Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5884560Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5886116Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5887695Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5889483Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5891015Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5892636Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5894321Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:17.5895594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.5897000Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.5898735Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.6006643Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.6008979Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.6010712Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.6012460Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.6014592Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:17.6016038Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:17.6017503Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:17.6019338Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:17.6021147Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:17.6022636Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:17.6024178Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:17.6026071Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:17.6027515Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:17.6028803Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:17.6030356Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:17.6031694Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:17.6033136Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:17.6034580Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:17.6036043Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:17.6037508Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:17.6038994Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:17.6040531Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:17.6042118Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:17.6043915Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:17.6045584Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:17.6047590Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:17.6049584Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:17.6051464Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:17.6053135Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:17.6054870Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:17.6056683Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:17.6058810Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:17.6061009Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:17.6063178Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:17.6064850Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6066565Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6068725Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6070899Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6073136Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6075382Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6077596Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6079737Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6081886Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6084076Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6086213Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6088560Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6090744Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6092958Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6095679Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6097959Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6100284Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6102412Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6104509Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6106617Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6581036Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6583360Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6585664Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6587834Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6590035Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6592055Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6594093Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6596041Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:17.6597668Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:17.6599419Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:17.6601632Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:17.6603829Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:17.6605558Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:17.6607257Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:17.6608730Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:17.6610043Z copying codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:17.6610989Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6612003Z copying codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6613187Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6614899Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6616109Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6617376Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6618647Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6619854Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:17.6620908Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:17.6622078Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:17.6623474Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:17.6624917Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:17.6626443Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:17.6627726Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:17.6629038Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:17.6630653Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:17.6632408Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:17.6633924Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:17.6635443Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:17.6636729Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:17.6637982Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:17.6639541Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:17.6641129Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:17.6642677Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:17.6644204Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:17.6645434Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:17.6646481Z copying examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:17.6647739Z copying examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:17.6649198Z copying examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:17.6650481Z copying examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:17.6651654Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:17.6652911Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:17.6654631Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:17.6655891Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:17.6657047Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:17.6658392Z copying examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:17.6659580Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:17.6660891Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:17.6662435Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:17.6663759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:17.6665057Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:17.6666599Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:17.6667907Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:17.6669197Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:17.6670708Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:17.6672006Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:17.6673315Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:17.6674826Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:17.6676074Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6677241Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6769083Z copying examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6770602Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6772025Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6773694Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6775170Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6776612Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6778111Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6780023Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6781483Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6782920Z copying examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6784497Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6785890Z copying examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6787224Z copying examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6788823Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:17.6790119Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:17.6791453Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:17.6792722Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:17.6793898Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:17.6795306Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:17.6796732Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:17.6798108Z copying examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:17.6799275Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:17.6800420Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:17.6801742Z copying examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:17.6802927Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:17.6804195Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:17.6805696Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:17.6806967Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:17.6808278Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:17.6809805Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:17.6811090Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:17.6812383Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:17.6813996Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:17.6815308Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:17.6816684Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:17.6818322Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:17.6819580Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:17.6821054Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:17.6822814Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:17.6824406Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:17.6825939Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:17.6827218Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:17.6828486Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:17.6830019Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:17.6831317Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:17.6832517Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:17.6833972Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:17.6835217Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:17.6836391Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:17.6837782Z copying examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:17.6838951Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:17.6840085Z copying examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:17.6841456Z copying examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:17.6842704Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:17.6844057Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:17.6845662Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:17.6846991Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:17.6848232Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:17.6849665Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:17.6850908Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:17.6852182Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:17.6853788Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:17.6855202Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:17.6857216Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:17.6859371Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:17.6861537Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:17.6863866Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:17.6866006Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:17.6930000Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:17.6931661Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:17.6933003Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:17.6934877Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:17.6936298Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:17.6937767Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:17.6939557Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:17.6941372Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:17.6943172Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:17.6944606Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:17.6945915Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:17.6947550Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:17.6949136Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:17.6950563Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6952159Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6954161Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6956209Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6958225Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6960205Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6962599Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6964639Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6966813Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6968846Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6970855Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6972787Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6974794Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6976746Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6978783Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6980900Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6983075Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6985185Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:17.6986700Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:17.6988353Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:17.6990109Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:17.6991776Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:17.6993184Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:17.6994579Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:17.6996052Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:17.6997607Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:17.6999563Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:17.7001517Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:17.7003755Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:17.7005353Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:17.7006825Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:17.7008771Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:17.7010611Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:17.7012413Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:17.7014051Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:17.7015644Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:17.7017233Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:17.7018870Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:17.7020839Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:17.7022479Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:17.7024169Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:17.7026255Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:17.7028027Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:17.7160790Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:17.7163060Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:17.7164707Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:17.7166030Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:17.7167571Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:17.7168855Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:17.7170150Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:17.7171312Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7172161Z copying exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7173105Z copying exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7174147Z copying exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7175558Z copying exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7176546Z copying exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7177542Z copying exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7178561Z copying exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7179745Z copying exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7180696Z copying exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7181655Z copying exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7182725Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7183765Z copying exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7184752Z copying exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7185764Z copying exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7186766Z copying exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7187775Z copying exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7189040Z copying exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7190015Z copying exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7190949Z copying exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7191890Z copying exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7192842Z copying exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7193782Z copying exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7194727Z copying exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7195661Z copying exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:17.7196561Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7197610Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7198781Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7199974Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7201202Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7202462Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7203706Z copying exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7204904Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7206158Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7207410Z copying exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:17.7208454Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:17.7209479Z copying exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:17.7210685Z copying exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:17.7212231Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:17.7213617Z copying exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:17.7214874Z copying exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:17.7216334Z copying exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:17.7217360Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:17.7218352Z copying exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:17.7219478Z copying exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:17.7220604Z copying exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:17.7221742Z copying exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:17.7222747Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:17.7223758Z copying exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:17.7224877Z copying exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:17.7225861Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:17.7226789Z copying exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:17.7227861Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:17.7228952Z copying exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:17.7229932Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:17.7230964Z copying exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:17.7232122Z copying exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:17.7233249Z copying exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:17.7234248Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7235246Z copying exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7236508Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7237817Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7239059Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7240365Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7241685Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7242987Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7244348Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7245706Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7246983Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7248312Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7249885Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7251180Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7252487Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7254241Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7255559Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7378422Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7379802Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7381083Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7382372Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7383724Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7385022Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7386307Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7387740Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7389303Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7390662Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7392098Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7393442Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7394675Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7395891Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7397125Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7398401Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:17.7399498Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:17.7400498Z copying exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:17.7401649Z copying exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:17.7402819Z copying exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:17.7403825Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7404780Z copying exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7405912Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7407058Z copying exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7408547Z copying exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7409680Z copying exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7410778Z copying exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7411853Z copying exir/serde/upgrade.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:17.7412825Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7414110Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7415230Z copying exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7416378Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7417612Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7418776Z copying exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7419916Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7421098Z copying exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7422237Z copying exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7423380Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7424589Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7425881Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7427126Z copying exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7428278Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7429519Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7430843Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7432218Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7433530Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7434745Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7435912Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7437066Z copying exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7438234Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7439513Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7440808Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7442044Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7443279Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7444523Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7445883Z copying exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7447010Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7448126Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7449307Z copying exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7450629Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7451799Z copying exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:17.7452838Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:17.7454089Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:17.7455422Z copying exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:17.7456730Z copying exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:17.7458051Z copying exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:17.7459176Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:17.7460302Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:17.7461717Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:17.7463091Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:17.7464511Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:17.7465943Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:17.7467202Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:17.7468725Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:17.7470662Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:17.7472644Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:17.7587057Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:17.7588769Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7589992Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7591531Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7593095Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7594547Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7595966Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7597799Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7599247Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7600682Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7602063Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7603701Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7605148Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7606579Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7608041Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7609491Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7610952Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7612412Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7613882Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7615190Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:17.7616349Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:17.7617676Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:17.7619271Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:17.7620577Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:17.7622011Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:17.7623810Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:17.7625619Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:17.7626936Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:17.7628110Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:17.7629243Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:17.7630453Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:17.7631544Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:17.7632748Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:17.7634068Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:17.7635402Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:17.7636691Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:17.7638102Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:17.7639471Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:17.7640647Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:17.7641981Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:17.7643485Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:17.7664443Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:17.7665682Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:17.7666859Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:17.7668242Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:17.7669458Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:17.7670640Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:17.7672046Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:17.7673249Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:17.7674493Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:17.7675981Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:17.7677255Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:17.7678523Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:17.7679819Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:17.7680875Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:17.7681947Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:17.7683116Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:17.7684273Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:17.7685367Z copying exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:17.7686693Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:17.7688267Z copying exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:17.7689437Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:17.7690685Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:17.7691921Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:17.7693117Z copying extension/android_test/add_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:17.7694431Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:17.7695975Z copying extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:17.7697314Z copying extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:17.7698470Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:17.7699635Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:17.7700991Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:17.7702169Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:17.7703515Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:17.7861724Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:17.7863003Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:17.7864211Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:17.7865394Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:17.7866476Z copying extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:17.7867571Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:17.7868802Z copying extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:17.7869993Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:17.7871327Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:17.7873022Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:17.7874714Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:17.7876067Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:17.7877381Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:17.7878710Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:17.7880101Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:17.7881462Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7882680Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7884136Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7885639Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7887160Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7888881Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7890521Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7892592Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7894246Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:17.7895513Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:17.7896853Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:17.7898232Z copying extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:17.7899619Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:17.7901063Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:17.7902510Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:17.7903968Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:17.7905189Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:17.7906355Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:17.7907793Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:17.7909254Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:17.7910640Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:17.7911821Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:17.7913020Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:17.7914464Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:17.7915949Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:17.7917396Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:17.7918797Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:17.7920042Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:17.7921339Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:17.7922872Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:17.7924510Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:17.7926306Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:17.7928513Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:17.7930075Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:17.7931333Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:17.7933100Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:17.7936069Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:17.7937717Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:17.7939277Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:17.7940677Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:17.7942137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:17.7943765Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:17.7945802Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:17.7947780Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:17.7949761Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:17.7951479Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:17.7953365Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:17.7955705Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:17.7957573Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:17.7959117Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:17.7960563Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:17.8077748Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:17.8079463Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:17.8081154Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:17.8082441Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:17.8083600Z copying extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:17.8084809Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:17.8086344Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:17.8087738Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:17.8089376Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:17.8091945Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:17.8093343Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:17.8095046Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:17.8096819Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:17.8098281Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:17.8099604Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:17.8100702Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:17.8101831Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:17.8103082Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:17.8104649Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:17.8105877Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:17.8106801Z copying devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:17.8107811Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:17.8108985Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:17.8110398Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:17.8111667Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:17.8112892Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:17.8114305Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:17.8115734Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:17.8116940Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:17.8118128Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:17.8119507Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:17.8120653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:17.8121754Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:17.8123032Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:17.8124129Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:17.8125224Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:17.8126495Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:17.8127596Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:17.8128709Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:17.8130214Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:17.8131584Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:17.8132968Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:17.8134285Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:17.8135742Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:17.8137415Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:17.8138741Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:17.8139945Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:17.8141422Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:17.8143026Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:17.8144360Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:17.8145723Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:17.8147104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:17.8148558Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:17.8150263Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:17.8151721Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:17.8153117Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:17.8154498Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:17.8155869Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:17.8157485Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:17.8159091Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:17.8160434Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:17.8161754Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:17.8163116Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:17.8164599Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:17.8166085Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:17.8167652Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:17.8169337Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:17.8170601Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:17.8171834Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:17.8173086Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:17.8174558Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:17.8175881Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:18.8628738Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:18.8630442Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:18.8632030Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:18.8633447Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:18.8634862Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:18.8636388Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.8638073Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:18.8639813Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:18.8641494Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:18.8643140Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:18.8644750Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:18.8646356Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:18.8648050Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:18.8649903Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:18.8651262Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:18.8652171Z copying runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:18.8653104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:18.8654397Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:18.8655393Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:18.8656386Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:18.8657463Z copying util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:18.8658478Z copying util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:18.8659243Z running egg_info 2025-03-21T20:21:18.8660072Z creating executorch.egg-info 2025-03-21T20:21:18.8660579Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:21:18.8661254Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:21:18.8662057Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:21:18.8662797Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:21:18.8663530Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:21:18.8664256Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:18.8665197Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:18.8665899Z adding license file 'LICENSE' 2025-03-21T20:21:18.8666469Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:18.8667598Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:21:18.8669232Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:18.8670774Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:18.8672489Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:18.8674237Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:18.8675702Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:18.8677197Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:18.8678813Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:18.8680203Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:18.8681421Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:18.8682942Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:18.8684350Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8685937Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8688166Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8690199Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8692114Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8694092Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8696025Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8697946Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8699968Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8702307Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8704247Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8706302Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8708187Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8710056Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8711941Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8713889Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8715942Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8718026Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8720090Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8722075Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8724020Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8726103Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8773837Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8775892Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8777868Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8779868Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8781745Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8783583Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8785447Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8787363Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8789814Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8791802Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8793780Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8795929Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8797903Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8799973Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8802034Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8803957Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8805835Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8807704Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8809653Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8811585Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8813463Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8815434Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8817374Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8819307Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8821227Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8823221Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8825215Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8827283Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8829319Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8831277Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8833525Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8835675Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8837771Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8839753Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8841695Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8843653Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8845637Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8847671Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8849547Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8851506Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8853437Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:18.8854945Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:18.8856248Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:18.8857594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.8859090Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.8860947Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.8862908Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.8864721Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.8866599Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.8868447Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:18.8870212Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:18.8871893Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:18.8915827Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:18.8918080Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:18.8919799Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:18.8921559Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:18.8923595Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:18.8925702Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:18.8927873Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:18.8929547Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8931195Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8933260Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8935544Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8937635Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8939775Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8941855Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8943915Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8945963Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8947999Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8950040Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8952226Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8954355Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8956424Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8958364Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8960325Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8962480Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8964472Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8966657Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8968757Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8970773Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8972798Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8974921Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8976995Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8979052Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8981067Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8983046Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8985062Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8987151Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8989371Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8991406Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8993441Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8995423Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8997418Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.8999487Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9001594Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9003668Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9006045Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9008103Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9010340Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9012492Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9014655Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9058653Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9060661Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9062650Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9064616Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9066607Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9068697Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9070817Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9073074Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9075173Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9077309Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9079474Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9081619Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9083768Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9085906Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9088210Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9090752Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9092895Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9095455Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9097622Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9099789Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9101946Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9103973Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9106006Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9108103Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9110209Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9112479Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9114521Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9116458Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9118435Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9120442Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9122434Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9124395Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9126318Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:18.9128365Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9130516Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9132674Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9135200Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9137449Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9139787Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9141942Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9144095Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9146286Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9148423Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9150526Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9152688Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9154898Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:18.9157165Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0125826Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0128066Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0130178Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0132279Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0134499Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0136651Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0138894Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0141149Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0143311Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0145981Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.0148188Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:19.0150589Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:19.0152813Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:19.0154935Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:19.0156830Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.0158467Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.0160053Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.0161662Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:19.0162953Z copying exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:19.0164090Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:19.0165450Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:19.0167002Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.0168677Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.0170367Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:19.0171880Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:19.0173363Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:19.0174700Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:19.0175610Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:19.0176639Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:19.0177857Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:19.0179563Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:19.0181187Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.0182935Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.0184668Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.0186648Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.0188123Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:19.0189307Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:19.0190805Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:19.0191970Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:19.0193456Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:19.0195239Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:19.0196539Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-03-21T20:21:19.0197825Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:21:19.0199230Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0200609Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0202006Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0203388Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0204738Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0206081Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0207475Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0208923Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0210463Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0211988Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0213589Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0215126Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0216599Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0217988Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0219333Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0220659Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0222029Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0223511Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.0264022Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:19.0265534Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:19.0267052Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:19.0269004Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:19.0271029Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:19.0272667Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.0274242Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.0276082Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.0277958Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.0279876Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.0281725Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.0283259Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0284788Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0286569Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0288555Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0290325Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0292053Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0293856Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0295611Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0297373Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0299111Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0300879Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0302667Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0304417Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0306517Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0308457Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.0310109Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:19.0312115Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:19.0314257Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:19.0316044Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0317853Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0320005Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0322127Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0324203Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0326256Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0328388Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0330524Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0332686Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0334911Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.0336513Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.0337854Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.0339422Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.0341007Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.0342616Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.0344036Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:19.0345405Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:19.0346765Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0348329Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0349808Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0351270Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0352891Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0354445Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0355914Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0357380Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0358898Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0360391Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0361884Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0981017Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.0982453Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:19.0983926Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:19.0985412Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.0986947Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.0988858Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.0990520Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.0991891Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.0993199Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.0994729Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.0996284Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.0997824Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.0999212Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.1000659Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.1002313Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.1003985Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.1005509Z running build_ext 2025-03-21T20:21:19.1006209Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:19.1007277Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:19.1008614Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:21:19.1010772Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:19.1013331Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:19.1016229Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:19.1018731Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:19.1020352Z installing to pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:19.1020908Z running install 2025-03-21T20:21:19.1021315Z running install_lib 2025-03-21T20:21:19.1021793Z creating pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:19.1022423Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-03-21T20:21:19.1023150Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-03-21T20:21:19.1023946Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-03-21T20:21:19.1025246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1027014Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1028799Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1030663Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1032511Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1034320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1036119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1037942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1039781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1041645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1043478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:19.1044813Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-03-21T20:21:19.1046253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1048580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1050789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1052982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1055103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1057093Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1059139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1061266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1063458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1065612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1067704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1069764Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1071856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1073917Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1075977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1078070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1080223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1082337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1084433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1086500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1088771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1091217Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1093346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1095767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1097952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1100023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1102165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1104294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1106334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1108425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1110522Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1112626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1114677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1116674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1118746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1120849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1122985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1125185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:19.1126823Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:21:19.1128409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1130655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1133115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1135468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1137888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1140239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1142794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1145053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1147368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:19.1149036Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-03-21T20:21:19.1150501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1152522Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1154551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1156534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1158528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1160538Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1162519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1164549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1166567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1168547Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1170548Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1172615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1174924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1176927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1179296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1181337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1183318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1185330Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1187329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1189448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1191431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1193401Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1195422Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1197478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1199515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1201532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1203557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1205612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1207675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1209702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1211734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1213851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1215891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1218198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1220192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1222347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1224363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1226366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1228386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1230448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1232534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1234674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1236760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1238782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1240813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:19.1242277Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:21:19.1243742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:19.1245784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:19.1247888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:19.1250092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:19.1252302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:19.1253930Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-03-21T20:21:19.1267517Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:19.1269436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:19.1271354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:19.1273497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:19.1274913Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:21:19.1276585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1278732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1280852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1282995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1285134Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1287311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1290146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1292430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1294779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:19.1296293Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-03-21T20:21:19.1297851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1299964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1302057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1304168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1306332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1308523Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1310700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1312878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1315308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:19.1316821Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:21:19.1318276Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1320420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1322426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1324413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1326400Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1328422Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1330485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1332540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1334652Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1336648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1338630Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1340631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1342701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1344765Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1346794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1348837Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1350934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1352997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1354968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1356953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1359120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1361138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1363243Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1365231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1367196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1369229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1371311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1373387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1375547Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1377564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1379563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1381565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1383574Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1385629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1387646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1402947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1405031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1407077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1409116Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1411110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1413373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1415585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1417654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1419906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1421940Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1423958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1425990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1427998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1430025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1432056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1434116Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1436220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1438277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1440313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1442331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1444346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1446355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1448330Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1450323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1452322Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1454453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1456738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1458814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1460900Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:19.1462396Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:21:19.1463975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1466412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1468615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1470830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1473101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1475377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1477664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1479952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1482209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1484472Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:19.1486148Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:21:19.1487819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:21:19.1489627Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:21:19.1491122Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:19.1493255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:19.1495480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:19.1497593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:19.1499416Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:21:19.1500956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:21:19.1502555Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-03-21T20:21:19.1504144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/util 2025-03-21T20:21:19.1505640Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-03-21T20:21:19.1506724Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:19.1508567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:19.1510459Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:21:19.1511826Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:19.1514020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:19.1517051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:19.1519253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1521555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1524585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1527473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1530410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1533355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1536388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1539334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1542202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1545229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1548317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1551345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1554272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1557209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1560048Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1562875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1565780Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1568704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1571647Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1574733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1577698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1580604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1583502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1586429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1589695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1592613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1595709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1598622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1601501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1604420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1607359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1610383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1613342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1616341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1619225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:19.1621239Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:21:19.1622555Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:19.1624706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:19.1626890Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:19.1629120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:19.1631422Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:19.1633407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:19.1635485Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-03-21T20:21:19.1636901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:19.1639000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:19.1641018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:19.1643031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:19.1644696Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:19.1646710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:19.1649508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:19.1651481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-03-21T20:21:19.1653263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1655729Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1658013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1660335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1662654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1664972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1667300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1669595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1671873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1674144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:19.1675726Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-03-21T20:21:19.1677266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:19.1679171Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:19.1681213Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:19.1682675Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:21:19.1684177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:19.1686398Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:19.1688315Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:21:19.1689884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:19.1692056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:19.1694321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:19.1696513Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:19.1698058Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-03-21T20:21:19.1699476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm 2025-03-21T20:21:19.1700941Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1702447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1704623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1706870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1709040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1711181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1713366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1715720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1717998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1720442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1722579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1724980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1727233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1729464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1731654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1733913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1736133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1738277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1740465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1742702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1745000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1747220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1749384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1751589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1753779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1755987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1758191Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1760355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1762627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:19.1764133Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1765657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1767894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1770053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1772238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1774496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1776600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1778743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1780891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1783059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1785189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1787277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1789524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1791650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1793779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1795884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1798034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1800225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1802432Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1804808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1806944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1809037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1811319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1813454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1815665Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1817753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1819899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1822021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1824160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1826354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1828509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1830655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1832797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1834973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1837168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1839280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1841389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1843497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1845626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1847951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1850082Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1852280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1854511Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1856630Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1858810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1860920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1863022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1865104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1867177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1869255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1871341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1873426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1875528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1877675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1879814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1881926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1884051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1886202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1888455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1890843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1893009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1895383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1897521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1899670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1901887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1904050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1906274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1908432Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1910548Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1912660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1914794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1916934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1919025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1921111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1923260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1925430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1927669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1929956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1932147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1934569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1936729Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:19.1938263Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:21:19.1939905Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:21:19.1941484Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:21:19.1943160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:19.1945405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:19.1947591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:19.1949153Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:19.1950774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:19.1953030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:19.1955260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:19.1957444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:19.1959106Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:19.1961011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:19.1962851Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:21:19.1964516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:19.1966845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:19.1969218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:19.1970868Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:21:19.1972360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:19.1974527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:19.1976762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:19.1978239Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:21:19.1979757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:19.1981906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:19.1983405Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:21:19.1984344Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:19.1985851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:19.1987338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-03-21T20:21:19.1988881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.1990862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.1992925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.1994981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.1997114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.1999275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2001435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2003508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2005549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2007559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2009558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2011575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2013752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2015795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2017841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:19.2019819Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-03-21T20:21:19.2021529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:19.2024103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:19.2026410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:19.2027920Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-03-21T20:21:19.2029257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:19.2031105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:19.2032982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:19.2034821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:19.2036701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:19.2038154Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2039622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2041687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2043869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2046007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2048158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2050357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2052534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2054786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:19.2056348Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:21:19.2058005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:21:19.2059799Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:21:19.2061394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:21:19.2062959Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:21:19.2064478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:21:19.2066192Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:21:19.2067269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:21:19.2068390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2070275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2072905Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2075529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2078050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2080535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2083057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2085570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2088436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2091135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2093772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2096272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2098734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2101255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2103733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2106542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2109348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2112061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2114739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2117328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2119868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2122557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2125255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2127839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2130409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2132985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2135578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2138031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2140520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2143048Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2145589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2148165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2150898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2153427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2156100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2158795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2161464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2163987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2166455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2168946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2171489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2174100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2176606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2179092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2181627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2184176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2186699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2189442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2192054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2194949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2197584Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2200326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2202991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2205579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2208148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2210722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2213285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2215946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2218549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2221105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2223596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2226150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2228698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:19.2230427Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:21:19.2232143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:19.2234505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:19.2236877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:19.2239366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:19.2240944Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-03-21T20:21:19.2242460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:19.2244675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:19.2246849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:19.2248454Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:19.2250053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:19.2252289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:19.2254756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:19.2256513Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:19.2258239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:19.2260629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:19.2263029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:19.2265470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:19.2267908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:19.2270300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:19.2271956Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:19.2273520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:21:19.2275095Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:21:19.2276144Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:19.2277824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:19.2279575Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:21:19.2281026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2283129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2286089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2289049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2291850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2294688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2297405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2300169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:19.2302399Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:19.2304645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:19.2306791Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:21:19.2308142Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:21:19.2309627Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:19.2312126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:19.2314307Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:21:19.2315286Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:21:19.2316349Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:19.2318130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:19.2320601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:19.2323040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:19.2325784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:19.2328262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:19.2330875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:19.2332525Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-03-21T20:21:19.2334114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:19.2336047Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:19.2337525Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2339003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2341165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2343429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2345582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2347707Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2349924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2352118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2354263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2356450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2358640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2360776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2362926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2365051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:19.2366569Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2368281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2370413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2372640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2374855Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2376969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2379167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2381317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2383411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2385528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2387662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2389939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2392050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2394264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2396563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2398750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2400864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2403079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2405260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2407425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2409585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2412110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2414410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2416752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2418931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2421082Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2423238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2425387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2427539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2429695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2431823Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2433997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2436165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2438288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2440409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2442537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2444692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2446847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2449009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2451147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2453306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2455718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2457938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2460362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2462597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2464722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2466878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:19.2468448Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:21:19.2470012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:19.2472227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:19.2473908Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:19.2475603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:19.2477946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:19.2480391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:19.2482821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:19.2485254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:19.2487712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:19.2489592Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:19.2491339Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:19.2493758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:19.2495394Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:19.2497257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:19.2499560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:19.2501251Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:21:19.2503195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:19.2505640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:19.2508029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:19.2510421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:19.2512293Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:21:19.2513834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:19.2515987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:19.2517587Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2519210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2521394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2523593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2525843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2528084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2530366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2532626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2534970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2537217Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2539441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2541844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2544128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2546427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:19.2547988Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2549529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2551626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2553756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2555946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2558104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2560187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2562301Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2564490Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2566688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2568821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2570955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2573081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2575263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2577369Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2579519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2581679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2584026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2586185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2588459Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2590815Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2592983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2595156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2597311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2599455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2601619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2603818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2605982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2608095Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2610207Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2612407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2614699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2616820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2618940Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2621075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2623237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2625400Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2627755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2629874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2632196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2634417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:19.2635974Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2637682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2640040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2642439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2644864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2647210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2649581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2651958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:19.2653752Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:19.2655523Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:19.2657966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:19.2660405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:19.2662172Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:19.2663996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:19.2666509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:19.2668255Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:19.2669849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:19.2672168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:19.2673774Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:21:19.2674834Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:19.2676673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:19.2678460Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:21:19.2679693Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:19.2681626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:19.2684211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:19.2686857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:19.2688874Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:21:19.2690079Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:19.2692019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:19.2694529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:19.2696234Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:19.2697977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:19.2700329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:19.2702071Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:19.2703907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:19.2705720Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:19.2707725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:19.2710504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:19.2713307Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:19.2715519Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:21:19.2716765Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:19.2718920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:19.2721609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:19.2724126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:19.2725910Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:19.2727755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:19.2730266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:19.2732069Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:21:19.2733260Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:19.2735283Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:19.2737975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:19.2740749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:19.2743533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:19.2745482Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2747375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2749882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2752411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2755076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2757977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2760736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2763646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2811808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2814877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2817624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2820366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2823155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2825884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2828576Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2831337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2834138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2836994Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2839839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2842573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2845281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2847964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2851112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2854102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2856937Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2859789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2862554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2865255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:19.2867205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2869128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2871777Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2874411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2877101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2879822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2882511Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2885142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2887761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2890602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2893229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2896169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2899035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2901713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2904254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2906809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2909491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2912088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2914739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2917397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2919987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2922600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2925224Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2927889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2930533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2933155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2935787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2938397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2941228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2944166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2946801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2949415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2951988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2954565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2957229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2959902Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2962555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2965166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2967821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2970469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2973168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2975918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2978464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2980995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2983752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2986459Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2989524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2992201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2994904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.2997595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3000287Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3003009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3005730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3008479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3011226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3014056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3016778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3019516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3022253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3024974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3027730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3030713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3033450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3036169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3038802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3041501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3044368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3047088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3049719Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3052350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3054994Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3057604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3060185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3062740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3065252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:19.3067729Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:21:19.3069417Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:21:19.3070912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:19.3072954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:19.3075153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:19.3077233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:19.3078858Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-03-21T20:21:19.3079748Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-03-21T20:21:19.3081145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:19.3083086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:19.3084601Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3086204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3088599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3090862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3093076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3095417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3097698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3099984Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3102270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3104545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3106886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3109201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3111394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3113630Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3115882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3118387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3120600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3123033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3125282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3127509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3129723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:19.3131340Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:21:19.3132956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:19.3135266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:19.3136941Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:21:19.3138687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:19.3141099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:19.3143469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:19.3145090Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:21:19.3146588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:19.3148697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:19.3150880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:19.3153114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:19.3155235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:19.3157370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:19.3159494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:19.3161229Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:21:19.3162758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:19.3164964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:19.3166535Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-03-21T20:21:19.3167518Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:19.3169150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:19.3171451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:19.3173161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:21:19.3174907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:19.3177235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:19.3178961Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:19.3180600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:19.3182910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:19.3184576Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:21:19.3186228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:19.3188850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:19.3190519Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:21:19.3191632Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:19.3193469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:19.3195264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:19.3197091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:19.3199430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:21:19.3200954Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-03-21T20:21:19.3202122Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-03-21T20:21:19.3203550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3205500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3207686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3209754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3211770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3213890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3215969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3218065Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3220140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3222173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3224150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3226168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3228239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3230246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3232253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3234271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3236244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3237734Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:19.3239403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:19.3241679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:19.3243951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:19.3246377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:19.3247979Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3249724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3251998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3254378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3256632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3257711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3258789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3259866Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3261108Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:19.3262073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3263079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3264053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:19.3264484Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:21:19.3265436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:19.3266438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:19.3267409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:19.3268373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:19.3268782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-03-21T20:21:19.3269739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:19.3270688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:19.3271869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:19.3272308Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:19.3273338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:19.3273976Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:19.3275176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:19.3276363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:19.3276871Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:19.3278026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:19.3279227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:19.3280406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:19.3280881Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:19.3282034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:19.3282584Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:19.3283812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:19.3284426Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:19.3285781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:19.3287152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:19.3288665Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:19.3289285Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:19.3290636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:19.3291998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:19.3293672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:19.3295179Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:19.3295810Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:19.3297173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:19.3298571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:19.3299950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:19.3301346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:19.3301932Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:19.3303250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:19.3304628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:19.3305210Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:19.3306508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:19.3307879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:19.3308493Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3309842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3311242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3312590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3313950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3315436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3316873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3318237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:19.3318765Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:19.3319953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:19.3321166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:19.3322372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:19.3323596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:19.3324074Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:21:19.3324619Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3325922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3327234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3328556Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3329861Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3331160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3332446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3333843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3335121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3337057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3338277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3339685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3341009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3342308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3343583Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3344880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:19.3345206Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-03-21T20:21:19.3345942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-03-21T20:21:19.3346300Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-03-21T20:21:19.3347097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:19.3347948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:19.3348780Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:19.3349624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:19.3350531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:19.3351391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:19.3352219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:19.3382827Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-03-21T20:21:19.3383817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:19.3384786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:19.3385766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:19.3386977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:19.3387302Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-03-21T20:21:19.3387665Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-03-21T20:21:19.3388221Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-03-21T20:21:19.3388925Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:21:19.3389963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:19.3391051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:19.3392040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:19.3393042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:19.3394045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:19.3394470Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3395441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3396466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3397500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3398478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3399503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3400582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3401617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3402656Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:19.3403026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-03-21T20:21:19.3403869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:19.3404748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:19.3405606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:19.3406724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:19.3407150Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:21:19.3408125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:19.3409194Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:19.3409597Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-03-21T20:21:19.3410496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:19.3411411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:19.3411869Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:21:19.3412877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:19.3414097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:19.3414673Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:19.3415999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:19.3417289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:19.3418627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:19.3419951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:19.3421182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:19.3422507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:19.3422962Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:19.3423984Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:19.3425002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:19.3425440Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:21:19.3426586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:19.3427585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:19.3428025Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:21:19.3429131Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:19.3480485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:19.3480927Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-03-21T20:21:19.3481881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3482826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3483796Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3484760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3485731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3486718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3487669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3488878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3489830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3490831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3491753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3492697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3493755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3494686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3495670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:19.3496129Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:21:19.3497534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:19.3498603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:19.3499080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:21:19.3500402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:19.3501547Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:19.3502683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:19.3503822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:19.3504266Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:21:19.3505284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:19.3506342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:19.3507355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:19.3507916Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3509099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3510372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3511597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3512847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3514033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3515294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3516532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3517736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3519185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3520483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3521682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3522857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3524083Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3525345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3526635Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3590704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3592027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:19.3592462Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:21:19.3593637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:19.3594704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:19.3595794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:19.3596270Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:19.3597354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:21:19.3597807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:19.3598835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:21:19.3599369Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:19.3600540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:19.3602120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:19.3603283Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:19.3604678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:19.3605194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:19.3606299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:19.3607443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:19.3608590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:19.3609721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:19.3610265Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:19.3611443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:19.3612028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:19.3613269Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:19.3614819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:19.3615383Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:19.3616583Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:19.3617797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:19.3618383Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:19.3619658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:19.3621012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:19.3621554Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-03-21T20:21:19.3622469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:19.3623445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:19.3624495Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:19.3625419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:19.3625848Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-03-21T20:21:19.3626872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:19.3627868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:19.3628256Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-03-21T20:21:19.3629174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:19.3630085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:19.3630513Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:21:19.3631506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:19.3632512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:19.3632950Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:19.3633971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:19.3634971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:19.3635420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:19.3636421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:19.3720393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:19.3720903Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:19.3722006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:19.3722425Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:21:19.3723400Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:19.3724735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:19.3725721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:19.3726966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:19.3728015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:19.3728444Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:21:19.3729402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:19.3730451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:19.3730857Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:21:19.3731807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:19.3732793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:19.3733203Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-03-21T20:21:19.3734340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:19.3735273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:19.3735654Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-03-21T20:21:19.3736568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:19.3737501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:19.3737957Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:21:19.3738998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:19.3740040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:19.3740458Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-03-21T20:21:19.3741412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:19.3742363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:19.3742782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:21:19.3743914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:19.3744899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:19.3745296Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-03-21T20:21:19.3745709Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:21:19.3746810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:21:19.3747124Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-03-21T20:21:19.3747805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3748519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3749201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3749934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3750644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3751389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3752117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3752810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3753484Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3754218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3755009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3755710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3756457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3757155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3757898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3758628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3759352Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3760042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3760751Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3761440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3762292Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3762979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3763692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3764471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.3764848Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-03-21T20:21:19.3835393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3836255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3837126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3837975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3838850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3839693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3840545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3841435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3842281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3842664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-03-21T20:21:19.3843558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:19.3844452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:19.3845394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:19.3846362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:19.3847282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:19.3848137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3848971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:19.3849318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-03-21T20:21:19.3850152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:19.3851345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:19.3852223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:19.3853269Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:19.3854240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:19.3855024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:19.3855514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:19.3856694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:19.3857909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:19.3859133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:19.3860334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:19.3860721Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-03-21T20:21:19.3861698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3862733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3863738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3864687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3865646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3866592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3867589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3868507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3869455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3870405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3871544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3872499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3873565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3874528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3875510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3876449Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3877337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3878214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:19.3878632Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:21:19.3879674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:19.3880699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:19.3881135Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:19.3973497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:19.3974790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:19.3975804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:19.3976144Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-03-21T20:21:19.3976931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:19.3977749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:19.3978544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:19.3979345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:19.3979701Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-03-21T20:21:19.3980506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:19.3981302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:19.3982051Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-03-21T20:21:19.3982949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:21:19.3983363Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:21:19.3984585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:21:19.3984978Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-03-21T20:21:19.3985827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:19.3986239Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:21:19.3987162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:19.3988222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:19.3988636Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:19.3989609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:19.3990596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:19.3991549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:19.3991948Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:21:19.3992847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:19.3993810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:19.3994229Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:19.3995228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:21:19.3995625Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:21:19.3996560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:19.3997498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:19.3997905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:21:19.3998893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:19.3999890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:19.4000772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:19.4001345Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-03-21T20:21:19.4002297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/test 2025-03-21T20:21:19.4002627Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-03-21T20:21:19.4003506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:19.4004296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:19.4005062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:19.4005420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-03-21T20:21:19.4006255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit/test 2025-03-21T20:21:19.4006608Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-03-21T20:21:19.4007437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:19.4008253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:19.4009059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:19.4009430Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-03-21T20:21:19.4010368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator/test 2025-03-21T20:21:19.4010708Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-03-21T20:21:19.4011493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4012426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4013443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4014384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4015304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4016179Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4017060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4017995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4018894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4092301Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4093733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4094626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4095731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4096650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4097566Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4098408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4099298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4100149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4100993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4101897Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4102808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4103662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4104577Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4105576Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4106497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4107388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4108329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4109201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4110034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4110888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4111734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4112756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:19.4113104Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-03-21T20:21:19.4113889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:19.4114820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:19.4115636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:19.4116020Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-03-21T20:21:19.4116873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:19.4117826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:19.4118734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:19.4119069Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-03-21T20:21:19.4119838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:19.4120664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:19.4121439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:19.4122244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:19.4123038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:19.4123797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:19.4124586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:19.4124921Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-03-21T20:21:19.4125705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4126483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4127341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4128202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4128988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4129822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4130640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4131656Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4132470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4133311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4134427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4135234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4136047Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4136943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4137846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4326581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4327508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4328328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4329163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4330027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4330938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4331910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4332768Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4333689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4334558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4335412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4336216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4337020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4337809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4338803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4340090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4340901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:19.4341286Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-03-21T20:21:19.4342482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:19.4343376Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:19.4344281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:19.4345180Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:19.4345583Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-03-21T20:21:19.4346646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification/test 2025-03-21T20:21:19.4347374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:19.4347803Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-03-21T20:21:19.4348205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/android_test 2025-03-21T20:21:19.4349144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/android_test 2025-03-21T20:21:19.4349546Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-03-21T20:21:19.4350446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:19.4351357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:19.4351744Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-03-21T20:21:19.4352655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:21:19.4353109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.4354151Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.4355294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.4356366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.4357491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.4358626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:19.4359284Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:21:19.4360311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:21:19.4360689Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-03-21T20:21:19.4361783Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:19.4362806Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:19.4363769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:19.4364235Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:21:19.4365465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:21:19.4365862Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-03-21T20:21:19.4366819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:19.4367303Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-03-21T20:21:19.4368481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:19.4369579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:19.4370693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:19.4371721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:19.4372861Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:19.4373238Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-03-21T20:21:19.4447887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree 2025-03-21T20:21:19.4448388Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-03-21T20:21:19.4449303Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree/test 2025-03-21T20:21:19.4449683Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-03-21T20:21:19.4450562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training 2025-03-21T20:21:19.4451011Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-03-21T20:21:19.4452092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:19.4452936Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:21:19.4454104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:21:19.4455172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:19.4455788Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-03-21T20:21:19.4456250Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:21:19.4457344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:19.4458413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:19.4458920Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:19.4460085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:21:19.4460454Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-03-21T20:21:19.4460864Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4461803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4462760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4463766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4464745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4465797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4466851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4467874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4468882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4469355Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:19.4470544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:19.4471103Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:21:19.4471706Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:19.4473129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:19.4474405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:19.4475512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:19.4475920Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-03-21T20:21:19.4476817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:19.4477750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:19.4478702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:19.4479690Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:19.4480653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:19.4481639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:19.4482034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-03-21T20:21:19.4482968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:19.4483968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:19.4484921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:19.4485849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:19.4486261Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:21:19.4487245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:19.4488471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:19.4489503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:19.4490606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:19.4491022Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:21:19.4491966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:19.4493195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:19.4494262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:19.4570676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:19.4571205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:19.4572293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:21:19.4572704Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:21:19.4573780Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:21:19.4574331Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:19.4575540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:19.4576782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:19.4578002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:19.4579236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:19.4579831Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:21:19.4580467Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:19.4581878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:19.4583281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:19.4583740Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:21:19.4584240Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:19.4585414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:19.4585746Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-03-21T20:21:19.4586119Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-03-21T20:21:19.4586988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:19.4587387Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-03-21T20:21:19.4588727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:19.4589782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:19.4591023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:19.4591948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:19.4592933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:19.4593269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-03-21T20:21:19.4594024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-03-21T20:21:19.4594427Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-03-21T20:21:19.4595334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:19.4596326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:19.4596762Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:21:19.4597849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:21:19.4598268Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-03-21T20:21:19.4598731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.4599221Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:19.4600359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:19.4601388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.4602525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.4603671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.4604736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:19.4605217Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:19.4605740Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:19.4606925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:19.4608251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:19.4609437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:19.4610692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:19.4611202Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:21:19.4612259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:19.4613304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:19.4614454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:19.4614906Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:21:19.4615941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:21:19.4616891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:19.4701602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:19.4702663Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:19.4703057Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-03-21T20:21:19.4704018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:19.4704927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:19.4705288Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-03-21T20:21:19.4706175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:19.4707050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:19.4707448Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:21:19.4708421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:21:19.4709375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:19.4710258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:19.4710637Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-03-21T20:21:19.4711930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:19.4712812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:19.4713215Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:21:19.4714418Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:21:19.4714807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-03-21T20:21:19.4715678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:19.4716584Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:19.4717509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:19.4718450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:19.4718870Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:21:19.4719907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:19.4720925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:19.4721989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:19.4722418Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:21:19.4723456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:19.4724512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:19.4725043Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-03-21T20:21:19.4725983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:19.4727102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:19.4728154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:19.4728501Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-03-21T20:21:19.4729281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-03-21T20:21:19.4729624Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-03-21T20:21:19.4730458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/test 2025-03-21T20:21:19.4730977Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-03-21T20:21:19.4731359Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-03-21T20:21:19.4732291Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:21:19.4732597Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-03-21T20:21:19.4733597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:19.4734346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:19.4735148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:19.4735475Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-03-21T20:21:19.4736265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:19.4737025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:19.4737678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-03-21T20:21:19.4737988Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-03-21T20:21:19.4738332Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-03-21T20:21:19.4739230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-aarch64/wheel/./executorch/share/cmake 2025-03-21T20:21:19.4739554Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-03-21T20:21:19.4739934Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-03-21T20:21:19.4740348Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-03-21T20:21:19.4740807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4741869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4742965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4744133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4745200Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4746299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4747526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4792263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4793501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4794986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4796155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4797454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4798560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4799609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4800657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4801680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4802784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4803932Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:19.4804468Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:19.4805657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:19.4806281Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:19.4807693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:19.4809070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:19.4809635Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.4810904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.4812188Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.4813640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.4814969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.4816476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:19.4817075Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4818534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4819851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4821403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4822697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4824024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4825341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4826655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4828044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4829374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4830684Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4832019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4833301Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4834730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4836074Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:19.4836734Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:21:19.4837391Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:21:19.4838279Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:19.4839733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:19.4841493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:19.4885282Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4886833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4888746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4890267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4891718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4893231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4894845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4896396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4898026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4899455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:19.4900018Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.4901197Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.4902414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.4903735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.4905367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:19.4905935Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:19.4907126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:19.4907880Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4909131Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4910331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4911506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4912788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4913997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4915243Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4916456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4917669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4918859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4920119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4921257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:19.4921957Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:19.4923204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:19.4923724Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-03-21T20:21:19.4924311Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.4925667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.4927040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.4928453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:19.4928976Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.4930299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.4931509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.4932780Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.4934126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:19.4934706Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.4935980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.4937263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.5595519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:19.5596061Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-03-21T20:21:19.5596419Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-03-21T20:21:19.5597207Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:19.5598157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:19.5598445Z running install_egg_info 2025-03-21T20:21:19.5599069Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:21:19.5599342Z running install_scripts 2025-03-21T20:21:19.5599831Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:21:19.5600748Z creating '/tmp/pip-wheel-i5fdv2cu/.tmp-t59tmxk7/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-03-21T20:21:19.5601098Z adding 'executorch/version.py' 2025-03-21T20:21:19.5601483Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:21:19.5601876Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:21:19.5602304Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:21:19.5602710Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:21:19.5603249Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:21:19.5603647Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:21:19.5604099Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:21:19.5604498Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:21:19.5605421Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:21:19.5605857Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:21:19.5606395Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:21:19.5606677Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:21:19.5607052Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:21:19.5607394Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:21:19.5608020Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:21:19.5608483Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:21:19.5608850Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:21:19.5609264Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:21:19.5609668Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:21:19.5610111Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:21:19.5610518Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:21:19.5610986Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:21:19.5611429Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:21:19.5611788Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:21:19.5612214Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:21:19.5612625Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:21:19.5613106Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:21:19.5613463Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:21:19.5614026Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:21:19.5614488Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:21:19.5614999Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:21:19.5615380Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:21:19.5615844Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:21:19.5616236Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:21:19.5616644Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:21:19.5617156Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:21:19.5617596Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:21:19.5617948Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:21:19.5618389Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:21:19.5618781Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:21:19.5619221Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:21:19.5619572Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:21:19.5619948Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:21:19.5620411Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:21:19.5620771Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:21:19.5621152Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:21:19.5621519Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:21:19.5621846Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:21:19.5622121Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:21:19.5622547Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:21:19.5622862Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:21:19.5623389Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:21:19.5623703Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:21:19.5623991Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:21:19.5624411Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:21:19.5624744Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:21:19.5625097Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:21:19.5625387Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:21:19.5625868Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:21:19.5626368Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:21:19.5626869Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:21:19.5627254Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:21:19.5627604Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:21:19.5627976Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:21:19.5628348Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:19.5628780Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:21:19.5629329Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:21:19.5629746Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:21:19.5630139Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:21:19.5630528Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:21:19.5630957Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:21:19.5631385Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:21:19.5631890Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:21:19.5632249Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:21:19.5632646Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:21:19.5633055Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:21:19.5633437Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:21:19.5633936Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:21:19.5634313Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:21:19.5634770Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:21:19.5635120Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:21:19.5635596Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:21:19.5636085Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:21:19.5636472Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:21:19.5636941Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:21:19.5637315Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:21:19.5637711Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:21:19.5638145Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:21:19.5638663Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:21:19.5639081Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:21:19.5639430Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:21:19.5639831Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:21:19.5640233Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:21:19.5640730Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:21:19.5641388Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:19.5641867Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:21:19.5642212Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:21:19.5642640Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:21:19.5643050Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:21:19.5643646Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:21:19.5644112Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:21:19.5644531Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:21:19.5644981Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:21:19.5645381Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:21:19.5645969Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:21:19.5646311Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:21:19.6047090Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:21:19.6048204Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:21:19.6049253Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:21:19.6050024Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:21:19.6050894Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:21:19.6051668Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:21:19.6052446Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:21:19.6053348Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:21:19.6054311Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:21:19.6055087Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:21:19.6056020Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:21:19.6056880Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:21:19.6057617Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:21:19.6058435Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:21:19.6059197Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:21:19.6059908Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:21:19.6071766Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:21:19.6072473Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:21:19.6073117Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:21:19.6073771Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:21:19.6074418Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:21:19.6075109Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:21:19.6075863Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:21:19.6076563Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:21:19.6077245Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:21:19.6077922Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:21:19.6078642Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:21:19.6079363Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:21:19.6080063Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:21:19.6080762Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:21:19.6081456Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:21:19.6082145Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:21:19.6082837Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:21:19.6083893Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:21:19.6084560Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:21:19.6085227Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:21:19.6085901Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:21:19.6086579Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:21:19.6087338Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:21:19.6088287Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:21:19.6089292Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:21:19.6090073Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:21:19.6090757Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:21:19.6091453Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:21:19.6092128Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:21:19.6092846Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:21:19.6093719Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:21:19.6094567Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:21:19.6095409Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:21:19.6096132Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:21:19.6096747Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:21:19.6097406Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:21:19.6098063Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:21:19.6098802Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:21:19.6099608Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:21:19.6100398Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:21:19.6101230Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:21:19.6102043Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:21:19.6102888Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:21:19.6103739Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:21:19.6104684Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:21:19.6105583Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:21:19.6106353Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:21:19.6107113Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:21:19.6107847Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:21:19.6108583Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:21:19.6109375Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:21:19.6110228Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:21:19.6111037Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:21:19.6111853Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:21:19.6112657Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:21:19.6113363Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:21:19.6114013Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:21:19.6114695Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:21:19.6115378Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:21:19.6116050Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:21:19.6116747Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:21:19.6117484Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:21:19.6118522Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:21:19.6119211Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:21:19.6119881Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:21:19.6120551Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:21:19.6121239Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:21:19.6121977Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:21:19.6122863Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:21:19.6123595Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:21:19.6124324Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:21:19.6125099Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:21:19.6125825Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:21:19.6126497Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:21:19.6127155Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:21:19.6127839Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:21:19.6128534Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:21:19.6129215Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:21:19.6129874Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:21:19.6130530Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:21:19.6131241Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:21:19.6132001Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:21:19.6132730Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:21:19.6133457Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:21:19.6134282Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:21:19.6134969Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:21:19.6135653Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:21:19.6136338Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:21:19.6137071Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:21:19.6137779Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:21:19.6138464Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:21:19.6139185Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:21:19.6139924Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:21:19.6140646Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:21:19.6141325Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:21:19.6141991Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:21:19.6142676Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:21:19.6143418Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:21:19.6144142Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:21:19.6144889Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:21:19.6145585Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:21:19.6146284Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:21:19.6146997Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:21:19.6147704Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:21:19.6148406Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:21:19.6149152Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:21:19.6149939Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:21:19.6150679Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:21:19.6151617Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:21:19.6152312Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:21:19.6153017Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:21:19.6153706Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:21:19.6154362Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:21:19.6155022Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:21:19.6155712Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:21:19.6156564Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:21:19.6157380Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:21:19.6158140Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:21:19.6158806Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:21:19.6159559Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:21:19.6531298Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:21:19.6532298Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:21:19.6533207Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:21:19.6534217Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:21:19.6535200Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:21:19.6536145Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:21:19.6537110Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:21:19.6538010Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:21:19.6538972Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:19.6540028Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:21:19.6540857Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:21:19.6541651Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:21:19.6542469Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:21:19.6543270Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:21:19.6544002Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:21:19.6544811Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:21:19.6545893Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:21:19.6547089Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:21:19.6548436Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:21:19.6549680Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:21:19.6550812Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:21:19.6551972Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:21:19.6553138Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:21:19.6554367Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:21:19.6555547Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:21:19.6556666Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:21:19.6557889Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:21:19.6559095Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:21:19.6560783Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:21:19.6561928Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:21:19.6563108Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:21:19.6564221Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:21:19.6565621Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:21:19.6566820Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:21:19.6567973Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:21:19.6569135Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:21:19.6570347Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:21:19.6571517Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:21:19.6572709Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:21:19.6574008Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:21:19.6575196Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:21:19.6576364Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:21:19.6577516Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:21:19.6578690Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:21:19.6579818Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:21:19.6580944Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:21:19.6582041Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:21:19.6583282Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:21:19.6584528Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:21:19.6585705Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:21:19.6587009Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:21:19.6588287Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:21:19.6589315Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:21:19.6590423Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:21:19.6591587Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:21:19.6592525Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:21:19.6593235Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:21:19.6593927Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:21:19.6594654Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:21:19.6595387Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:21:19.6596125Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:21:19.6596891Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:21:19.6597676Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:21:19.6598787Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:21:19.6599476Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:21:19.6600250Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:21:19.6601008Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:21:19.6601755Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:21:19.6602491Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:21:19.6603369Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:21:19.6604103Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:21:19.6604847Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:21:19.6605557Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:21:19.6606251Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:21:19.6606952Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:21:19.6607626Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:21:19.6608422Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:21:19.6609218Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:21:19.6610003Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:21:19.6610773Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:21:19.6611661Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:21:19.6612539Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:21:19.6613438Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:21:19.6614390Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:21:19.6615267Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:21:19.6616191Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:21:19.6617134Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:21:19.6618051Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:21:19.6618870Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:21:19.6619580Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:21:19.6620446Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:21:19.6621133Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:21:19.6621811Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:21:19.6622518Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:21:19.6623336Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:21:19.6624080Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:21:19.6624887Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:21:19.6625770Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:21:19.6626761Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:21:19.6627669Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:21:19.6628671Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:21:19.6629545Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:21:19.6630467Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:21:19.6631472Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:21:19.6632520Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:21:19.6633574Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:21:19.6905911Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:21:19.6907091Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:21:19.6908118Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:21:19.6909128Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:21:19.6910178Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:21:19.6911632Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:21:19.6912712Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:21:19.6913756Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:21:19.6914797Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:21:19.6915820Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:21:19.6916825Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:21:19.6917899Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:21:19.6918984Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:21:19.6920053Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:21:19.6921257Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:21:19.6922282Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:21:19.6923316Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:21:19.6924338Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:21:19.6925370Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:21:19.6926316Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:21:19.6927205Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:21:19.6928116Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:21:19.6929033Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:21:19.6930053Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:21:19.6931166Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:21:19.6932316Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:21:19.6933455Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:21:19.6934673Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:21:19.6935765Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:21:19.6936869Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:21:19.6937978Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:21:19.6939040Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:21:19.6940067Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:21:19.6941100Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:21:19.6942231Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:21:19.6943349Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:21:19.6944773Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:21:19.6945845Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:21:19.6946745Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:21:19.6947522Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:21:19.6948286Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:21:19.6949200Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:21:19.6950190Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:21:19.6951382Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:21:19.6952478Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:21:19.6953355Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:21:19.6954148Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:21:19.6954967Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:21:19.6955809Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:21:19.6956627Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:21:19.6957440Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:21:19.6958253Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:21:19.6959053Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:21:19.6959822Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:21:19.6960526Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:21:19.6961174Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:21:19.6961830Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:21:19.6962513Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:21:19.6963389Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:21:19.6964301Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:21:19.6965041Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:21:19.6965780Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:21:19.6966525Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:21:19.6967249Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:21:19.6967945Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:21:19.6968727Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:21:19.6969576Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:21:19.6970407Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:21:19.6971215Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:21:19.6972068Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:21:19.6973022Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:21:19.6974079Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:21:19.6974877Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:21:19.6975679Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:21:19.6976560Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:21:19.6977426Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:21:19.6978300Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:21:19.6979137Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:21:19.6980201Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:21:19.6981062Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:21:19.6981850Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:21:19.6982661Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:21:19.6983551Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:21:19.6984826Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:21:19.6985720Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:21:19.6986536Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:21:19.6987386Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:21:19.6988394Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:21:19.6989271Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:21:19.6990141Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:21:19.6990960Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:21:19.6991712Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:21:19.6992378Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:21:19.6993149Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:21:19.6993909Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:21:19.6994655Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:21:19.6995457Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:21:19.6996330Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:21:19.6997049Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:21:19.6997786Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:21:19.6998545Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:21:19.6999333Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:21:19.7000104Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:21:19.7000797Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:21:19.7001503Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:21:19.7002225Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:21:19.7002948Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:21:19.7003690Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:21:19.7004454Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:21:19.7005261Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:21:19.7006026Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:21:19.7379535Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:21:19.7380414Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:21:19.7381136Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:21:19.7381866Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:21:19.7382609Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:21:19.7383370Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:21:19.7384075Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:21:19.7384829Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:21:19.7385575Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:21:19.7386332Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:21:19.7387531Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:21:19.7388484Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:21:19.7389232Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:21:19.7389980Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:21:19.7390800Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:21:19.7391604Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:21:19.7392603Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:21:19.7393342Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:21:19.7394061Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:21:19.7394804Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:21:19.7395602Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:21:19.7396353Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:21:19.7397072Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:21:19.7397791Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:21:19.7398536Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:21:19.7399305Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:21:19.7400033Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:21:19.7400737Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:21:19.7401434Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:21:19.7402133Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:21:19.7402831Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:21:19.7403536Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:21:19.7404227Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:21:19.7404958Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:21:19.7405706Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:21:19.7406452Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:21:19.7407181Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:21:19.7407930Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:21:19.7408671Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:21:19.7409417Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:21:19.7410181Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:21:19.7410952Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:21:19.7411677Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:21:19.7412401Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:21:19.7413189Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:21:19.7414219Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:21:19.7415015Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:21:19.7415865Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:21:19.7416652Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:21:19.7417372Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:21:19.7418111Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:21:19.7418860Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:21:19.7419625Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:21:19.7420332Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:21:19.7421026Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:21:19.7422101Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:21:19.7422876Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:21:19.7423717Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:21:19.7424622Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:21:19.7425430Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:21:19.7426177Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:21:19.7427048Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:21:19.7427765Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:21:19.7428488Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:21:19.7429296Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:21:19.7430065Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:21:19.7430805Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:21:19.7431610Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:21:19.7432403Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:21:19.7433147Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:21:19.7434068Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:21:19.7435081Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:21:19.7435941Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:21:19.7436816Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:21:19.7437628Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:21:19.7438367Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:21:19.7439110Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:21:19.7439789Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:21:19.7440473Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:21:19.7441120Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:21:19.7441812Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:21:19.7442577Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:21:19.7443314Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:21:19.7444135Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:19.7445012Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:19.7445825Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:21:19.7446602Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:21:19.7447361Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:21:19.7448075Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:21:19.7448803Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:21:19.7449537Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:21:19.7450334Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:21:19.7451082Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:21:19.7451846Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:21:19.7452855Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:21:19.7454024Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:19.7454974Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:21:19.7455708Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:21:19.7456551Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:21:19.7457199Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:21:19.7457812Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:21:19.7458458Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:21:19.7459155Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:21:19.7459909Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:21:19.7460887Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:21:19.7461743Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:21:19.7462587Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:21:19.7463475Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:21:19.7464338Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:21:19.7465206Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:21:19.7466046Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:21:19.7466891Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:21:19.7467679Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:21:19.7468573Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:21:19.7469634Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:21:19.7470675Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:21:19.7471616Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:21:19.7472520Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:21:19.7473444Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:21:19.7474375Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:21:19.7475450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:21:19.7476577Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:21:19.7477577Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:21:19.7478493Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:21:19.7797535Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:21:19.7798552Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:21:19.7799452Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:21:19.7800448Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:21:19.7801572Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:21:19.7802704Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:21:19.7803814Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:21:19.7804819Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:21:19.7805788Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:21:19.7806922Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:21:19.7808063Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:21:19.7809053Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:21:19.7810069Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:21:19.7811473Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:21:19.7812373Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:21:19.7813219Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:21:19.7814331Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:21:19.7815283Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:21:19.7816448Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:21:19.7817485Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:21:19.7818516Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:21:19.7819483Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:21:19.7820465Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:21:19.7821597Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:21:19.7822706Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:21:19.7823115Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:21:19.7823474Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:21:19.7823884Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:21:19.7824332Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:21:19.7824717Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:21:19.7825123Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:21:19.7825518Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:21:19.7826001Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:21:19.7826369Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:21:19.7826795Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:21:19.7827244Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:21:19.7827688Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:21:19.7828224Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:21:19.7828652Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:21:19.7829094Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:21:19.7829535Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:21:19.7829980Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:21:19.7830414Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:21:19.7830843Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:21:19.7831265Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:21:19.7831692Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:21:19.7832157Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:21:19.7832538Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:21:19.7832928Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:21:19.7833377Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:21:19.7833953Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:21:19.7834262Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:21:19.7834649Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:21:19.7835043Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:21:19.7835443Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:21:19.7835767Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:21:19.7836264Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:21:19.7836663Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:21:19.7836980Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:21:19.7837277Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:21:19.7837674Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:21:19.7838118Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:21:19.7838477Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:21:19.7838869Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:21:19.7839274Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:21:19.7839690Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:21:19.7840104Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:21:19.7840458Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:21:19.7840951Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:21:19.7841418Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:21:19.7841891Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:21:19.7842349Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:21:19.7842775Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:21:19.7843196Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:21:19.7843675Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:21:19.7844170Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:21:19.7844803Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:21:19.7845139Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:21:19.7845541Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:21:19.7845972Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:21:19.7846341Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:21:19.7846731Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:21:19.7847174Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:21:19.7847535Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:21:19.7847783Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:21:19.7848090Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:21:19.7848372Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:21:19.7848806Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:21:19.7849162Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:19.7849640Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:21:19.7849965Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:21:19.7850371Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:21:19.7850689Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:21:19.7851039Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:21:19.7851424Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:19.7851994Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:21:19.7852345Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:21:19.7852705Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:21:19.7853003Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:21:19.7853315Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:21:19.7853756Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:21:19.7854049Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:21:19.7854327Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:21:19.7854632Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:21:19.7854978Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:21:19.8232138Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:21:19.8232520Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:21:19.8232837Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:21:19.8233140Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:21:19.8233447Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:21:19.8233746Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:21:19.8234164Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:21:19.8234576Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:21:19.8234860Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:21:19.8235158Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:21:19.8235490Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:21:19.8235805Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:21:19.8236151Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:21:19.8236461Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:21:19.8236869Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:21:19.8237170Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:21:19.8237513Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:21:19.8237827Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:21:19.8238138Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:21:19.8238451Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:21:19.8238774Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:21:19.8239080Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:21:19.8239399Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:21:19.8239698Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:21:19.8240104Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:21:19.8240398Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:21:19.8240695Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:21:19.8240989Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:21:19.8241721Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:21:19.8242032Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:21:19.8242359Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:21:19.8242671Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:21:19.8242982Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:21:19.8243311Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:21:19.8243805Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:21:19.8244215Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:21:19.8244628Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:21:19.8244926Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:21:19.8245246Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:21:19.8245575Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:21:19.8245865Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:21:19.8246235Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:21:19.8246581Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:21:19.8246940Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:21:19.8247370Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:21:19.8247733Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:21:19.8248153Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:21:19.8248536Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:21:19.8248898Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:21:19.8249229Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:21:19.8249580Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:21:19.8249972Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:21:19.8250331Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:21:19.8250649Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:21:19.8251054Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:21:19.8251474Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:21:19.8251813Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:21:19.8252186Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:21:19.8252522Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:21:19.8252817Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:21:19.8253168Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:21:19.8253669Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:21:19.8254022Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:21:19.8254378Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:21:19.8254695Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:21:19.8255043Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:21:19.8255375Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:21:19.8255676Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:21:19.8256025Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:21:19.8256377Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:21:19.8256826Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:21:19.8257110Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:21:19.8257402Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:21:19.8257733Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:21:19.8258068Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:21:19.8258351Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:21:19.8258742Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:21:19.8259062Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:21:19.8259440Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:21:19.8259741Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:21:19.8260042Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:21:19.8260364Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:21:19.8260647Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:21:19.8260935Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:21:19.8261242Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:21:19.8261566Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:21:19.8261884Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:21:19.8262216Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:21:19.8262530Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:21:19.8262823Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:21:19.8263131Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:21:19.8263452Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:21:19.8263788Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:21:19.8264114Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:21:19.8264423Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:21:19.8264745Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:21:19.8265048Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:21:19.8265358Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:21:19.8265665Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:21:19.8265962Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:21:19.8266355Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:21:19.8266648Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:21:19.8266952Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:21:19.8267250Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:21:19.8267559Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:21:19.8267899Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:21:19.8268208Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:21:19.8268505Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:21:19.8268809Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:21:19.8269204Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:21:19.8269495Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:21:19.8269896Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:21:19.8270296Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:21:19.8270759Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:21:19.8271351Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:21:19.8271757Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:21:19.8272175Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:21:19.8272594Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:21:19.8273122Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:21:19.8273537Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:21:19.8273947Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:21:19.8274372Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:21:19.8579206Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:21:19.8579623Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:21:19.8579917Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:21:19.8580347Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:21:19.8580694Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:21:19.8581038Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:21:19.8581469Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:21:19.8581859Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:21:19.8582259Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:21:19.8582656Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:21:19.8583015Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:21:19.8583365Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:21:19.8583803Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:21:19.8584274Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:21:19.8584805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:21:19.8585249Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:21:19.8585702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:21:19.8586157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:21:19.8586598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:21:19.8587088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:21:19.8587590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:21:19.8588213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:21:19.8588659Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:21:19.8589095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:21:19.8589555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:21:19.8589988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:21:19.8590446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:21:19.8590947Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:21:19.8591346Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:21:19.8592097Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:21:19.8592515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:21:19.8592905Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:21:19.8593345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:21:19.8593825Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:21:19.8594450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:21:19.8594891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:21:19.8595335Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:21:19.8595781Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:21:19.8596258Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:21:19.8596699Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:21:19.8597141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:21:19.8597540Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:21:19.8598006Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:21:19.8598469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:21:19.8598904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:21:19.8599349Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:21:19.8599786Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:21:19.8600194Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:21:19.8600638Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:21:19.8601111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:19.8601581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:19.8602044Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:21:19.8602483Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:21:19.8602961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:21:19.8603442Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:21:19.8603951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:21:19.8604361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:21:19.8604767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:21:19.8605160Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:21:19.8605569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:21:19.8605968Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:21:19.8606419Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:21:19.8606904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:21:19.8607385Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:21:19.8607843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:21:19.8608485Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:19.8608980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:19.8609484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:19.8609984Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:19.8610584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:19.8611088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:19.8611591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:19.8612095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:19.8612602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:19.8613091Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:19.8613796Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:21:19.8614328Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:21:19.8614809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:21:19.8615222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:21:19.8615693Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:21:19.8616181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:21:19.8616662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:21:19.8617174Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:21:19.8617577Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:21:19.8617973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:21:19.8618402Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:21:19.8618822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:21:19.8619259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:21:19.8619651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:21:19.8620042Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:21:19.8620543Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:21:19.8621036Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:21:19.8621561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:21:19.8622107Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:21:19.8622655Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:21:19.8623179Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:21:20.1924400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:21:20.1925774Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:21:20.1926961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:21:20.1928555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:21:20.1929656Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:21:20.1930799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:21:20.1932002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:21:20.1933241Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:21:20.1934772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:21:20.1935911Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:21:20.1936987Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:21:20.1938053Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:21:20.1939155Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:21:20.1940277Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:21:20.1941479Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:21:20.1942704Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:21:20.1943843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:21:20.1944849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:21:20.1945888Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:21:20.1946876Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:21:20.1947801Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:21:20.1948729Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:21:20.1949594Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:21:20.1950505Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:21:20.1951490Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:21:20.1952528Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:21:20.1953681Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:21:20.1954835Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:21:20.1955877Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:21:20.1956792Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:21:20.1957603Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:21:20.1958304Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:21:20.1958990Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:21:20.1959716Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:21:20.1960400Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:21:20.1960970Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:21:20.1961606Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:21:20.1962247Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:21:20.1962872Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:21:20.1963576Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:21:20.1964266Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:21:20.1964894Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:21:20.1966085Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:21:20.1966945Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:21:20.1967820Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:21:20.1969044Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:21:20.1969914Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:21:20.1970560Z adding 'executorch/data/bin/flatc' 2025-03-21T20:21:20.1982963Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:21:20.1983912Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:21:20.1984663Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:21:20.1985493Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:21:20.1986295Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:21:20.1986972Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:21:20.1987681Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:21:20.1988595Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:21:20.1989473Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:21:20.1990438Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:21:20.1991335Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:21:20.1992211Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:21:20.1993070Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:21:20.1993979Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:21:20.1994925Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:21:20.1995844Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:21:20.1996764Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:21:20.1997592Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:21:20.1998393Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:21:20.1999183Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:21:20.1999928Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:21:20.2000625Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:21:20.2001357Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:21:20.2002064Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:21:20.2002709Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:21:20.2003350Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:21:20.2004029Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:21:20.2004725Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:21:20.2005358Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:21:20.2006041Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:21:20.2006733Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:21:20.2007383Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:21:20.2008074Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:21:20.2008786Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:21:20.2009545Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:21:20.2010338Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:21:20.2011156Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:21:20.2012009Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:21:20.2012886Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:21:20.2014150Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:21:20.2014902Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:21:20.2015757Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:21:20.2016565Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:21:20.2017353Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:21:20.2018343Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:21:20.2019051Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:21:20.2019745Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:21:20.2020465Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:21:20.2021233Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:21:20.2022070Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:21:20.2022957Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:21:20.2023826Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:21:20.2024657Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:21:20.2025436Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:21:20.2026187Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:21:20.2026901Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:21:20.2027528Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:21:20.2028145Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:21:20.2028792Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:21:20.2029477Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:21:20.2030183Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:21:20.2030867Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:21:20.2031506Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:21:20.2032201Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:21:20.2032952Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:21:20.2033886Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:21:20.2034982Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:21:20.2036095Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:21:20.2037249Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:21:20.2038305Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:21:20.2432752Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:21:20.2433883Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:21:20.2434633Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:21:20.2435372Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:21:20.2436101Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:21:20.2436831Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:21:20.2437575Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:21:20.2438260Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:21:20.2438935Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:21:20.2439621Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:21:20.2440331Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:21:20.2441056Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:21:20.2442176Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:21:20.2442896Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:21:20.2443678Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:21:20.2444478Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:21:20.2445207Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:21:20.2445913Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:21:20.2446767Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:21:20.2447447Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:21:20.2448078Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:21:20.2448776Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:21:20.2449539Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:21:20.2450327Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:21:20.2451153Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:21:20.2452024Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:21:20.2452910Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:21:20.2454011Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:21:20.2454839Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:21:20.2455594Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:21:20.2456339Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:21:20.2457172Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:21:20.2458198Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:21:20.2459246Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:21:20.2460232Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:21:20.2461192Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:21:20.2462158Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:21:20.2463176Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:21:20.2464139Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:21:20.2465137Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:21:20.2466138Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:21:20.2467050Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:21:20.2467942Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:21:20.2468882Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:21:20.2469902Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:21:20.2471000Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:21:20.2472186Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:21:20.2473305Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:21:20.2474312Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:21:20.2475259Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:21:20.2476127Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:21:20.2476984Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:21:20.2477984Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:21:20.2478852Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:21:20.2479821Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:21:20.2480789Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:21:20.2481737Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:21:20.2482791Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:21:20.2483672Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:21:20.2484552Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:21:20.2485411Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:21:20.2486282Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:21:20.2487242Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:21:20.2488521Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:21:20.2489562Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:21:20.2490507Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:21:20.2491477Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:21:20.2492570Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:21:20.2493483Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:21:20.2494258Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:21:20.2494968Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:21:20.2495623Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:21:20.2496343Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:21:20.2497077Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:21:20.2497764Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:21:20.2498400Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:21:20.2499073Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:21:20.2499786Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:21:20.2500671Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:21:20.2501403Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:21:20.2502123Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:21:20.2502852Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:21:20.2503563Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:21:20.2504301Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:21:20.2505016Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:21:20.2505772Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:21:20.2506560Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:21:20.2507313Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:21:20.2508109Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:21:20.2508898Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:21:20.2509663Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:21:20.2510539Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:21:20.2511266Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:21:20.2511993Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:21:20.2513053Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:21:20.2513718Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:21:20.2514387Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:21:20.2515121Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:21:20.2515889Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:21:20.2516632Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:21:20.2517325Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:21:20.2518223Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:21:20.2518955Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:21:20.2519582Z adding 'executorch/exir/__init__.py' 2025-03-21T20:21:20.2520125Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:21:20.2520658Z adding 'executorch/exir/common.py' 2025-03-21T20:21:20.2521186Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:21:20.2521749Z adding 'executorch/exir/delegate.py' 2025-03-21T20:21:20.2522285Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:21:20.2522840Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:21:20.2523416Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:21:20.2523960Z adding 'executorch/exir/error.py' 2025-03-21T20:21:20.2524475Z adding 'executorch/exir/graph.py' 2025-03-21T20:21:20.2525001Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:21:20.2525591Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:21:20.2526189Z adding 'executorch/exir/memory.py' 2025-03-21T20:21:20.2526729Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:21:20.2527303Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:21:20.2527854Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:21:20.2528417Z adding 'executorch/exir/print_program.py' 2025-03-21T20:21:20.2528974Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:21:20.2529529Z adding 'executorch/exir/schema.py' 2025-03-21T20:21:20.2530070Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:21:20.2530602Z adding 'executorch/exir/tensor.py' 2025-03-21T20:21:20.2531129Z adding 'executorch/exir/tracer.py' 2025-03-21T20:21:20.2531647Z adding 'executorch/exir/types.py' 2025-03-21T20:21:20.2532159Z adding 'executorch/exir/version.py' 2025-03-21T20:21:20.2532686Z adding 'executorch/exir/wrap.py' 2025-03-21T20:21:20.2533235Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:21:20.2533961Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:21:20.3167713Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:21:20.3168487Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:21:20.3169164Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:21:20.3169827Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:21:20.3170453Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:21:20.3171143Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:21:20.3171788Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:21:20.3172406Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:21:20.3173031Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:21:20.3173877Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:21:20.3174531Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:21:20.3175225Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:21:20.3175999Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:21:20.3176752Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:21:20.3177408Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:21:20.3178022Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:21:20.3178688Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:21:20.3179783Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:21:20.3180427Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:21:20.3181021Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:21:20.3181783Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:21:20.3182813Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:21:20.3183884Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:21:20.3185242Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:21:20.3186195Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:21:20.3187073Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:21:20.3188095Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:21:20.3188922Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:21:20.3189668Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:21:20.3190396Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:21:20.3191197Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:21:20.3191989Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:21:20.3192702Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:21:20.3193466Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:21:20.3194215Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:21:20.3194970Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:21:20.3195755Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:21:20.3196552Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:21:20.3197355Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:21:20.3198138Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:21:20.3198825Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:21:20.3199468Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:21:20.3200218Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:21:20.3201065Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:21:20.3201986Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:21:20.3202985Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:21:20.3203849Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:21:20.3204517Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:21:20.3205108Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:21:20.3205697Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:21:20.3206278Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:21:20.3206862Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:21:20.3207446Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:21:20.3208032Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:21:20.3208744Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:21:20.3209457Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:21:20.3210073Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:21:20.3210711Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:21:20.3211348Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:21:20.3212003Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:21:20.3212700Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:21:20.3213396Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:21:20.3214497Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:21:20.3215167Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:21:20.3215878Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:21:20.3216559Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:21:20.3217203Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:21:20.3217898Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:21:20.3218818Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:21:20.3219608Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:21:20.3220278Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:21:20.3220854Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:21:20.3221438Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:21:20.3222018Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:21:20.3222627Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:21:20.3223205Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:21:20.3223774Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:21:20.3224403Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:21:20.3225048Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:21:20.3225750Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:21:20.3226488Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:21:20.3227161Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:21:20.3227881Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:21:20.3228622Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:21:20.3229337Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:21:20.3230094Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:21:20.3230855Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:21:20.3231544Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:21:20.3232296Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:21:20.3233086Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:21:20.3233801Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:21:20.3234511Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:21:20.3235289Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:21:20.3236006Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:21:20.3236686Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:21:20.3237388Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:21:20.3238039Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:21:20.3238729Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:21:20.3239497Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:21:20.3240203Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:21:20.3240903Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:21:20.3241757Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:21:20.3242628Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:21:20.3243399Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:21:20.3244186Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:21:20.3244966Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:21:20.3245629Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:21:20.3246283Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:21:20.3246947Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:21:20.3247856Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:21:20.3248523Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:21:20.3249131Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:21:20.3249744Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:21:20.3250340Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:21:20.3251007Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:21:20.3251709Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:21:20.3252442Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:21:20.3253062Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:21:20.3253765Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:21:20.3254346Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:21:20.3254942Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:21:20.3255510Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:21:20.3256074Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:21:20.3256642Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:21:20.3257221Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:21:20.3257831Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:21:20.3258497Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:21:20.3259117Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:21:20.3259706Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:21:20.3260348Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:21:20.3260949Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:21:20.3261553Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:21:20.3262199Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:21:20.3262935Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:21:20.3263631Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:21:20.3264241Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:21:20.3264923Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:21:20.3265704Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:21:20.3266528Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:21:20.3267275Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:21:20.3267925Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:21:20.7755605Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:21:20.7756365Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:21:20.7757003Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:21:20.7757711Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:21:20.7758467Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:21:20.7759165Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:21:20.7759831Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:21:20.7760514Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:21:20.7761150Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:21:20.7761734Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:21:20.7762327Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:21:20.7762941Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:21:20.7763577Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:21:20.7764182Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:21:20.7764819Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:21:20.7765476Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:21:20.7766127Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:21:20.7766776Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:21:20.7767865Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:21:20.7768578Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:21:20.7769255Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:21:20.7769903Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:21:20.7770546Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:21:20.7771267Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:21:20.7772269Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:21:20.7773148Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:21:20.7774124Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:21:20.7774944Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:21:20.7775741Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:21:20.7776494Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:21:20.7777163Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:21:20.7777821Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:21:20.7778568Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:21:20.7779346Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:21:20.7780053Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:21:20.7780849Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:21:20.7781654Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:21:20.7782435Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:21:20.7783259Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:21:20.7784146Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:21:20.7785059Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:21:20.7785896Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:21:20.7786805Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:21:20.7787833Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:21:20.7789099Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:21:20.7789923Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:21:20.7790571Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:21:20.7791233Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:21:20.7791960Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:21:20.7792692Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:21:20.7793444Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:21:20.7794165Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:21:20.7794903Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:21:20.7795651Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:21:20.7796319Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:21:20.7797010Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:21:20.7797769Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:21:20.7798572Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:21:20.7799415Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:21:20.7800236Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:21:20.7800951Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:21:20.7801673Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:21:20.7802676Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:21:20.7803424Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:21:20.7804169Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:21:20.7804963Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:21:20.7805927Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:21:20.7807072Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:21:20.7808030Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:21:20.7809049Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:21:20.7810158Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:20.7811139Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:20.7812130Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-03-21T20:21:20.7813040Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:21:20.7813838Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:21:20.7814555Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:21:20.7815500Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:21:20.7816379Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:21:20.7817097Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:21:20.7817721Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:21:20.7818355Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:21:20.7819085Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:21:20.7819888Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:21:20.7820722Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:21:20.7821592Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:21:20.7822444Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:21:20.7823262Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:21:20.7824239Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:21:20.7825339Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:21:20.7826298Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:21:20.7827158Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:21:20.7828019Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:21:20.7828907Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:21:20.7829800Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:21:20.7830741Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:21:20.7831676Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:21:20.7832629Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:21:20.7833582Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:21:20.7834381Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:21:20.7835168Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:21:20.7835913Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:21:20.7836651Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:21:20.7837436Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:21:20.7838514Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:21:20.7839470Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:21:20.7840409Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:21:20.7841317Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:21:20.7842241Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:21:20.7843224Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:21:20.7844041Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:21:20.7844776Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:21:20.7845491Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:21:20.7846266Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:21:20.7847165Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:21:20.7848096Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:21:20.7849119Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:21:20.7850245Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:21:20.7851310Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:21:20.7852366Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:21:20.7853469Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:21:20.7854720Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:21:25.5483902Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:21:25.5485070Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:21:25.5486080Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:21:25.5487092Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:21:25.5488176Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:21:25.5489153Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:21:25.5490095Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:21:25.5491023Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:21:25.5491996Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:21:25.5492953Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:21:25.5494009Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:21:25.5495243Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:21:25.5496212Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:21:25.5497175Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:21:25.5498192Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:21:25.5499281Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:21:25.5500396Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:21:25.5501544Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:21:25.5502708Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:21:25.5504340Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:21:25.5505455Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:21:25.5506537Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:21:25.5507687Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:21:25.5509052Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:21:25.5510269Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:21:25.5511448Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:21:25.5512441Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:21:25.5513384Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:21:25.5514350Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:21:25.5515339Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:21:25.5516293Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:21:25.5517122Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:21:25.5517928Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:21:25.5518737Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:21:25.5519591Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:21:25.5520461Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:21:25.5521256Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:21:25.5522063Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:21:25.5522908Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:21:25.5523734Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:21:25.5524549Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:21:25.5525347Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:21:25.5526212Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:21:25.5527020Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:21:25.5527746Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:21:25.5528488Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:21:25.5529257Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:21:25.5530098Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:21:25.5530952Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:21:25.5531705Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:21:25.5532317Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:21:25.5532966Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:21:25.5533713Z adding 'executorch/schema/program.fbs' 2025-03-21T20:21:25.5534269Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:21:25.5534902Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:21:25.5535620Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:21:25.5536240Z adding 'executorch/util/collect_env.py' 2025-03-21T20:21:25.5536799Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:21:25.5537418Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:21:25.5538097Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:21:25.5538764Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:21:25.5539722Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:21:25.5540480Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:21:25.5541178Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:21:25.5541799Z removing pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:25.5542771Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:25.5544417Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl size=7062144 sha256=87b83bd4b940f81db6d38c2a4863072d0585705f00ad638a1694cb10bd9122f0 2025-03-21T20:21:25.5546239Z Stored in directory: /tmp/pip-ephem-wheel-cache-pqk8v9h3/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:21:25.5547260Z Successfully built executorch 2025-03-21T20:21:25.5548179Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:21:25.5549248Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:21:25.5549875Z Attempting uninstall: pytest 2025-03-21T20:21:25.5550395Z Found existing installation: pytest 7.2.0 2025-03-21T20:21:25.5550940Z Uninstalling pytest-7.2.0: 2025-03-21T20:21:25.5551535Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:21:25.5552278Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:21:25.5553306Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:21:25.5554474Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:21:25.5555490Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:21:25.5556592Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:21:25.5557702Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:21:25.5558495Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:21:25.5559136Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:21:25.5559846Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:21:25.5560546Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:21:25.5561812Z 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:21:25.5562952Z + pip list 2025-03-21T20:21:25.5563431Z Package Version Editable project location 2025-03-21T20:21:25.5564165Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:21:25.5564792Z alabaster 0.7.16 2025-03-21T20:21:25.5565275Z attrs 25.3.0 2025-03-21T20:21:25.5565764Z babel 2.17.0 2025-03-21T20:21:25.5566240Z beautifulsoup4 4.13.3 2025-03-21T20:21:25.5566725Z breathe 4.34.0 2025-03-21T20:21:25.5567206Z bs4 0.0.2 2025-03-21T20:21:25.5567686Z certifi 2025.1.31 2025-03-21T20:21:25.5568187Z charset-normalizer 3.4.1 2025-03-21T20:21:25.5568670Z cmake 3.31.6 2025-03-21T20:21:25.5569158Z contourpy 1.3.1 2025-03-21T20:21:25.5569640Z coverage 7.7.0 2025-03-21T20:21:25.5570124Z cycler 0.12.1 2025-03-21T20:21:25.5570606Z docutils 0.16 2025-03-21T20:21:25.5571083Z exceptiongroup 1.2.2 2025-03-21T20:21:25.5571574Z execnet 2.1.1 2025-03-21T20:21:25.5572071Z executorch 0.6.0a0+be92d7d 2025-03-21T20:21:25.5572593Z exhale 0.2.3 2025-03-21T20:21:25.5573063Z expecttest 0.1.6 2025-03-21T20:21:25.5573939Z filelock 3.18.0 2025-03-21T20:21:25.5574459Z flatbuffers 25.2.10 2025-03-21T20:21:25.5574965Z fonttools 4.56.0 2025-03-21T20:21:25.5575465Z fsspec 2025.3.0 2025-03-21T20:21:25.5575961Z huggingface-hub 0.29.3 2025-03-21T20:21:25.5576444Z hypothesis 6.84.2 2025-03-21T20:21:25.5576923Z idna 3.10 2025-03-21T20:21:25.5577391Z imagesize 1.4.1 2025-03-21T20:21:25.5578003Z iniconfig 2.1.0 2025-03-21T20:21:25.5578500Z Jinja2 3.1.6 2025-03-21T20:21:25.5578967Z kiwisolver 1.4.8 2025-03-21T20:21:25.5579441Z lxml 5.3.1 2025-03-21T20:21:25.5579916Z markdown-it-py 2.2.0 2025-03-21T20:21:25.5580403Z MarkupSafe 3.0.2 2025-03-21T20:21:25.5580887Z matplotlib 3.10.1 2025-03-21T20:21:25.5581388Z mdit-py-plugins 0.3.5 2025-03-21T20:21:25.5581870Z mdurl 0.1.2 2025-03-21T20:21:25.5582339Z mpmath 1.3.0 2025-03-21T20:21:25.5582818Z myst-parser 0.18.1 2025-03-21T20:21:25.5583305Z networkx 3.4.2 2025-03-21T20:21:25.5583773Z numpy 2.2.4 2025-03-21T20:21:25.5584243Z packaging 24.2 2025-03-21T20:21:25.5584711Z pandas 2.2.3 2025-03-21T20:21:25.5585193Z parameterized 0.9.0 2025-03-21T20:21:25.5585681Z pillow 11.1.0 2025-03-21T20:21:25.5586152Z pip 25.0 2025-03-21T20:21:30.7653532Z pluggy 1.5.0 2025-03-21T20:21:30.7654221Z Pygments 2.19.1 2025-03-21T20:21:30.7654705Z pyparsing 3.2.1 2025-03-21T20:21:30.7655183Z pytest 8.3.5 2025-03-21T20:21:30.7655663Z pytest-cov 4.1.0 2025-03-21T20:21:30.7656299Z pytest-rerunfailures 15.0 2025-03-21T20:21:30.7656798Z pytest-xdist 3.6.1 2025-03-21T20:21:30.7657292Z python-dateutil 2.9.0.post0 2025-03-21T20:21:30.7657977Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:21:30.7658661Z pytz 2025.1 2025-03-21T20:21:30.7659138Z PyYAML 6.0.1 2025-03-21T20:21:30.7659612Z regex 2024.11.6 2025-03-21T20:21:30.7660098Z requests 2.32.3 2025-03-21T20:21:30.7660600Z ruamel.yaml 0.17.32 2025-03-21T20:21:30.7661107Z ruamel.yaml.clib 0.2.12 2025-03-21T20:21:30.7661603Z safetensors 0.5.3 2025-03-21T20:21:30.7662089Z setuptools 75.8.0 2025-03-21T20:21:30.7662562Z six 1.17.0 2025-03-21T20:21:30.7663042Z snowballstemmer 2.2.0 2025-03-21T20:21:30.7663538Z sortedcontainers 2.4.0 2025-03-21T20:21:30.7664040Z soupsieve 2.6 2025-03-21T20:21:30.7664508Z Sphinx 5.3.0 2025-03-21T20:21:30.7664988Z sphinx-copybutton 0.5.0 2025-03-21T20:21:30.7665481Z sphinx_design 0.4.1 2025-03-21T20:21:30.7665976Z sphinx-gallery 0.14.0 2025-03-21T20:21:30.7666486Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:21:30.7667004Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:21:30.7667519Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:21:30.7668033Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:21:30.7668552Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:21:30.7669082Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:21:30.7669587Z sympy 1.13.3 2025-03-21T20:21:30.7670059Z tabulate 0.9.0 2025-03-21T20:21:30.7670529Z timm 1.0.7 2025-03-21T20:21:30.7670998Z tokenizers 0.21.1 2025-03-21T20:21:30.7671913Z tomli 2.0.1 2025-03-21T20:21:30.7672420Z torch 2.7.0a0+git295f2ed 2025-03-21T20:21:30.7672968Z torchao 0.10.0+git64bcf4c 2025-03-21T20:21:30.7673517Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:21:30.7674038Z torchsr 1.0.4 2025-03-21T20:21:30.7674542Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:21:30.7675060Z tqdm 4.67.1 2025-03-21T20:21:30.7675530Z transformers 4.47.1 2025-03-21T20:21:30.7676026Z typing_extensions 4.12.2 2025-03-21T20:21:30.7676724Z tzdata 2025.1 2025-03-21T20:21:30.7677217Z urllib3 2.3.0 2025-03-21T20:21:30.7677690Z wheel 0.45.1 2025-03-21T20:21:30.7678155Z zstd 1.5.5.1 2025-03-21T20:21:30.7678655Z + build_executorch_runner cmake Release 2025-03-21T20:21:30.7679163Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:21:30.7679622Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:21:30.7680094Z + build_executorch_runner_cmake Release 2025-03-21T20:21:30.7680605Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:30.7681096Z + clean_executorch_install_folders 2025-03-21T20:21:30.7681614Z + ./install_executorch.sh --clean 2025-03-21T20:21:30.7682112Z Cleaning build artifacts... 2025-03-21T20:21:30.7682569Z Cleaning pip-out/... 2025-03-21T20:21:30.7682999Z Done cleaning build artifacts. 2025-03-21T20:21:30.7683455Z + mkdir cmake-out 2025-03-21T20:21:30.7683853Z + pushd cmake-out 2025-03-21T20:21:30.7684339Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:21:30.7684911Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:21:30.7685347Z + CXXFLAGS= 2025-03-21T20:21:30.7685724Z + CXXFLAGS= 2025-03-21T20:21:30.7686270Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:30.7687074Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:30.7687755Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:21:30.7688532Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:30.7689099Z -- Detecting C compiler ABI info 2025-03-21T20:21:30.7689607Z -- Detecting C compiler ABI info - done 2025-03-21T20:21:30.7690319Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:21:30.7690937Z -- Detecting C compile features 2025-03-21T20:21:30.7691428Z -- Detecting C compile features - done 2025-03-21T20:21:30.7691949Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:30.7692467Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:30.7693113Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:30.7694875Z -- Detecting CXX compile features 2025-03-21T20:21:30.7695398Z -- Detecting CXX compile features - done 2025-03-21T20:21:30.7696674Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:30.7697757Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:30.7698441Z CMake. 2025-03-21T20:21:30.7698655Z 2025-03-21T20:21:30.7699013Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:30.7699872Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:30.7700764Z to work with policies introduced by or earlier. 2025-03-21T20:21:30.7701498Z 2025-03-21T20:21:30.7701775Z  2025-03-21T20:21:30.7702852Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:30.7704064Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:30.7704910Z CMake. 2025-03-21T20:21:30.7705158Z 2025-03-21T20:21:30.7713033Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:30.7714006Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:30.7714763Z to work with policies introduced by or earlier. 2025-03-21T20:21:30.7715621Z 2025-03-21T20:21:30.7715925Z  2025-03-21T20:21:30.7716345Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:21:30.7717101Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:21:30.7717678Z -- Found Threads: TRUE 2025-03-21T20:21:30.7718702Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:30.7719838Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:30.7720506Z CMake. 2025-03-21T20:21:30.7720935Z 2025-03-21T20:21:30.7721314Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:30.7722175Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:30.7722931Z to work with policies introduced by or earlier. 2025-03-21T20:21:30.7723322Z 2025-03-21T20:21:30.7723544Z  2025-03-21T20:21:30.7723938Z -- Using python executable 'python' 2025-03-21T20:21:30.7724968Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:21:30.7725987Z -- Killing buck2 daemon 2025-03-21T20:21:30.7726886Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:21:30.7727871Z -- executorch: Generating source lists 2025-03-21T20:21:30.7728678Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:30.7729717Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:30.7730499Z -- executorch: Using PAL default 'posix' 2025-03-21T20:21:30.7731027Z -- Generating operator lib: 2025-03-21T20:21:30.7731495Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:30.7732123Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:30.7732786Z -- ROOT_OPS: 2025-03-21T20:21:30.7733196Z -- INCLUDE_ALL_OPS: 2025-03-21T20:21:30.7735099Z 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:21:30.7736742Z -- Generating kernel bindings: 2025-03-21T20:21:30.7737217Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:30.7737858Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:30.7738532Z -- CUSTOM_OPS_YAML: 2025-03-21T20:21:30.7738989Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:21:30.7741394Z 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:21:30.7743622Z -- Generating operator lib: 2025-03-21T20:21:30.7744096Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:30.7744592Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:21:30.7745077Z -- DEPS: executorch 2025-03-21T20:21:30.7746089Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:21:30.7747078Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:30.7747742Z CMake. 2025-03-21T20:21:30.7747946Z 2025-03-21T20:21:30.7748299Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:30.7749164Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:30.7749912Z to work with policies introduced by or earlier. 2025-03-21T20:21:30.7750309Z 2025-03-21T20:21:30.7750524Z  2025-03-21T20:21:30.7750915Z -- Looking for C++ include unistd.h 2025-03-21T20:21:30.7751436Z -- Looking for C++ include unistd.h - found 2025-03-21T20:21:30.7751979Z -- Looking for C++ include stdint.h 2025-03-21T20:21:30.7752861Z -- Looking for C++ include stdint.h - found 2025-03-21T20:21:30.7753411Z -- Looking for C++ include inttypes.h 2025-03-21T20:21:30.7753955Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:21:30.7754511Z -- Looking for C++ include sys/types.h 2025-03-21T20:21:30.7755049Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:21:30.7755604Z -- Looking for C++ include sys/stat.h 2025-03-21T20:21:30.7756136Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:21:30.7756684Z -- Looking for C++ include fnmatch.h 2025-03-21T20:21:30.7757365Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:21:30.7757923Z -- Looking for C++ include stddef.h 2025-03-21T20:21:30.7758444Z -- Looking for C++ include stddef.h - found 2025-03-21T20:21:30.7758970Z -- Check size of uint32_t 2025-03-21T20:21:30.7759432Z -- Check size of uint32_t - done 2025-03-21T20:21:30.7759903Z -- Looking for strtoll 2025-03-21T20:21:30.7760336Z -- Looking for strtoll - found 2025-03-21T20:21:30.7760790Z -- 2025-03-21T20:21:30.7761154Z -- ******** Summary ******** 2025-03-21T20:21:30.7761628Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:21:30.7762157Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:21:30.7762669Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:21:30.7763191Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:21:30.7764161Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:21:30.7765152Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:21:30.7765914Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:21:30.7766700Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:21:30.7767307Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:21:30.7767901Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:21:30.7768492Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:21:30.7769085Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:21:30.7769672Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:21:30.7770247Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:21:30.7770822Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:21:30.7771399Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:21:30.7771975Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:21:30.7772567Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:21:30.7773170Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:21:30.7774101Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:21:30.7774675Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:21:30.7775280Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:21:31.8858230Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:21:31.8860298Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:21:31.8863237Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:21:31.8863836Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:21:31.8864413Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:21:31.8865017Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:21:31.8865608Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:21:31.8866213Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:21:31.8866818Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:21:31.8867424Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:21:31.8868003Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:21:31.8868577Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:21:31.8869171Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:21:31.8869756Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:21:31.8870345Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:21:31.8871355Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:21:31.8871937Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:21:31.8872519Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:21:31.8873068Z -- Configuring done (4.8s) 2025-03-21T20:21:31.8873536Z -- Generating done (0.1s) 2025-03-21T20:21:31.8874131Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:21:31.8874755Z + popd 2025-03-21T20:21:31.8875118Z /pytorch/executorch 2025-03-21T20:21:31.8875517Z ++ uname 2025-03-21T20:21:31.8876104Z + '[' Linux == Darwin ']' 2025-03-21T20:21:31.8876559Z ++ nproc 2025-03-21T20:21:31.8876926Z + CMAKE_JOBS=7 2025-03-21T20:21:31.8877331Z + cmake --build cmake-out -j 7 2025-03-21T20:21:31.8878157Z [ 1%] Creating directories for 'flatbuffers' 2025-03-21T20:21:31.8879329Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:21:31.8880784Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:21:31.8882393Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:31.8883939Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:21:31.8885338Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:31.8886771Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:21:31.8887835Z [ 3%] No download step for 'flatbuffers' 2025-03-21T20:21:31.8889135Z [ 3%] No update step for 'flatbuffers' 2025-03-21T20:21:31.8889811Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:21:31.8890571Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:31.8891233Z CMake Warning: 2025-03-21T20:21:31.8891749Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:31.8892183Z 2025-03-21T20:21:31.8892393Z  2025-03-21T20:21:31.8892829Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:31.8893655Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:31.8894261Z git describe failed with exit code: 128 2025-03-21T20:21:31.8894615Z 2025-03-21T20:21:31.8894900Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:31.8895526Z Call Stack (most recent call first): 2025-03-21T20:21:31.8896040Z CMakeLists.txt:5 (include) 2025-03-21T20:21:31.8896331Z 2025-03-21T20:21:31.8896560Z  2025-03-21T20:21:31.8896946Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:31.8898016Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:21:31.8899444Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:31.8900965Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:31.8902009Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:31.8902582Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:31.8903619Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:31.8905130Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:31.8906674Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:21:31.8908084Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:31.8909438Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:31.8910955Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:21:31.8912098Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:21:31.8913336Z [ 5%] Linking C static library libpthreadpool.a 2025-03-21T20:21:31.8914062Z [ 5%] Built target gflags_nothreads_static 2025-03-21T20:21:31.8915342Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:21:31.8916303Z [ 6%] Built target pthreadpool 2025-03-21T20:21:31.8917364Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:21:31.8919015Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:21:31.8920492Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:21:31.8921419Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:31.8922612Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:21:31.8924097Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:31.8925155Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:31.8925798Z -- Detecting CXX compile features 2025-03-21T20:21:31.8926311Z -- Detecting CXX compile features - done 2025-03-21T20:21:31.8927471Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:21:31.8928453Z -- Looking for strtof_l 2025-03-21T20:21:31.8929526Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:31.8931218Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:31.8932846Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:31.8934479Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:31.8936035Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:31.8937606Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:31.8939178Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:31.8940744Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:31.8942357Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:31.8943921Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:31.8945485Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:31.8946496Z -- Looking for strtof_l - found 2025-03-21T20:21:31.8946976Z -- Looking for strtoull_l 2025-03-21T20:21:31.8948109Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:31.8949716Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:31.8951190Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:31.8952969Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:31.8954533Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:21:31.8956161Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:21:31.8957915Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:21:31.8959569Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:21:31.8960737Z [ 11%] Linking C static library libcpuinfo.a 2025-03-21T20:21:31.8961310Z [ 11%] Built target cpuinfo 2025-03-21T20:21:31.8961790Z -- Looking for strtoull_l - found 2025-03-21T20:21:31.8962278Z -- Looking for realpath 2025-03-21T20:21:31.8962911Z [ 12%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:21:31.8963538Z [ 12%] Built target cpuinfo_internals 2025-03-21T20:21:31.8964057Z -- Looking for realpath - found 2025-03-21T20:21:31.8964595Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:31.8965174Z -- Configuring done (0.7s) 2025-03-21T20:21:31.8965620Z -- Generating done (0.0s) 2025-03-21T20:21:31.8966329Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:21:31.8967273Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:21:31.8968134Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:31.8969110Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:31.8970097Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:31.8971021Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:35.4319377Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:35.4320433Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:35.4321421Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:35.4322409Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:35.4323433Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:35.4324509Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:35.4325519Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:35.4326491Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:35.4327508Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:35.4328468Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:35.4329454Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:35.4330481Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:35.4331496Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:35.4332514Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:35.4333702Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:35.4334739Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:35.4335771Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:35.4336811Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:21:35.4338403Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:35.4339467Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:21:35.4340407Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:21:35.4341341Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:21:35.4342541Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:21:35.4343694Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:21:35.4344731Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:21:35.4345720Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:21:35.4346763Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:21:35.4347897Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:21:35.4349140Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:21:35.4350289Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:21:35.4351566Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:21:35.4352765Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:21:35.4353934Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:21:35.4354845Z [100%] Linking CXX executable flatc 2025-03-21T20:21:35.4355393Z [100%] Built target flatc 2025-03-21T20:21:35.4355984Z [ 12%] No install step for 'flatbuffers' 2025-03-21T20:21:35.4356674Z [ 12%] Completed 'flatbuffers' 2025-03-21T20:21:35.4357206Z [ 12%] Built target flatbuffers 2025-03-21T20:21:35.4357805Z [ 12%] Generating common_schema headers 2025-03-21T20:21:35.4358359Z [ 12%] Built target common_schema 2025-03-21T20:21:35.4358978Z [ 12%] Generating program_schema headers 2025-03-21T20:21:35.4359534Z [ 12%] Built target program_schema 2025-03-21T20:21:35.4360438Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:21:35.4361647Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:21:35.4363048Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:21:35.4364596Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:21:35.4366067Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:21:35.4367358Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:21:35.4368650Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:21:35.4369858Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:21:35.4371101Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:21:35.4372483Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:21:35.4373865Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:21:35.4375202Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:21:35.4376857Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:21:35.4378208Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:21:35.4379450Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:21:35.4380621Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:21:35.4381929Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:21:35.4383180Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:21:35.4384367Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:21:35.4385640Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:21:35.4386712Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:21:35.4387343Z [ 17%] Built target executorch_core 2025-03-21T20:21:35.4388429Z [ 17%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:21:35.4389760Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:21:35.4391197Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:21:35.4392584Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:21:35.4393797Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:21:35.4395121Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:21:35.4396591Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:21:35.4397741Z [ 19%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:21:35.4398410Z [ 19%] Built target extension_threadpool 2025-03-21T20:21:35.4399101Z [ 19%] Linking CXX static library libexecutorch.a 2025-03-21T20:21:35.4399705Z [ 19%] Built target executorch 2025-03-21T20:21:35.4400711Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:35.4402181Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:35.4403571Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:35.4404889Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:35.4406195Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:35.4407481Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:35.4408911Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:35.4410368Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:35.4411842Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:35.4413323Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:35.4414788Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:35.4416125Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:35.4417914Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:35.4419267Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:35.4420641Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:35.4422001Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:35.4423497Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:37.9624302Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:37.9625731Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:37.9627121Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:37.9628597Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:37.9630018Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:37.9631382Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:37.9632721Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:37.9634105Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:37.9635481Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:37.9636778Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:37.9638103Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:37.9639455Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:37.9640877Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:37.9642360Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:37.9643811Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:37.9645269Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:37.9646703Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:37.9648120Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:37.9649449Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:37.9650765Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:37.9652158Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:37.9653732Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:37.9655170Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:37.9656533Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:37.9657859Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:37.9659693Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:37.9661085Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:37.9662694Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:37.9664147Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:37.9665834Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:37.9667355Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:37.9668745Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:37.9670069Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:37.9671373Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:37.9672752Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:37.9674135Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:37.9675550Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:37.9676985Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:37.9678384Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:37.9679756Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:37.9681121Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:37.9682478Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:37.9683930Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:37.9685482Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:37.9686845Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:37.9688330Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:37.9689630Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:37.9690987Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:37.9692342Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:37.9693829Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:37.9695294Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:37.9696663Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:37.9697982Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:37.9699306Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:37.9700680Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:37.9702422Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:37.9703782Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:37.9705155Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:37.9706702Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:37.9708058Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:37.9709396Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:37.9710832Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:37.9712239Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:37.9713518Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:37.9714937Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:37.9716333Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:37.9717726Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:37.9719041Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:37.9720478Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:37.9721918Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:37.9723272Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:37.9724683Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:37.9726128Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:37.9727500Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:37.9728934Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:40.4488361Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:40.4489766Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:40.4491133Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:40.4492548Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:40.4494071Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:40.4495581Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:40.4497014Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:40.4498393Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:40.4499780Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:40.4501606Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:40.4503088Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:40.4504543Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:40.4505937Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:40.4507574Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:40.4509150Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:40.4510591Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:40.4512033Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:40.4513485Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:40.4514916Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:40.4516272Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:40.4517604Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:40.4518995Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:40.4520419Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:40.4521899Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:40.4523420Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:40.4524858Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:40.4526222Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:40.4527669Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:40.4529285Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:40.4530799Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:40.4532242Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:40.4533795Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:40.4535098Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:40.4536406Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:40.4537730Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:40.4539208Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:40.4540671Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:40.4542041Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:40.4543473Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:40.4545186Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:40.4546658Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:40.4548123Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:40.4549715Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:40.4551104Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:40.4552446Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:40.4553863Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:40.4555176Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:40.4556587Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:40.4557968Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:40.4559323Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:40.4560745Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:40.4562222Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:40.4563781Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:40.4565287Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:40.4566711Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:40.4568138Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:40.4569504Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:40.4570790Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:40.4572206Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:40.4573803Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:40.4575240Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:40.4576654Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:40.4578087Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:40.4579557Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:40.4581031Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:40.4582465Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:40.4583875Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:40.4585248Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:40.4586911Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:40.4588529Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:40.4589880Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:40.4591627Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:40.4593126Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:42.9923004Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:42.9924492Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:42.9925975Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:42.9927456Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:42.9928991Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:42.9930455Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:42.9931972Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:42.9933572Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:42.9935012Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:42.9936495Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:42.9937868Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:42.9939182Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:42.9940506Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:42.9941902Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:42.9943338Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:42.9944769Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:42.9946135Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:42.9947539Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:42.9948979Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:42.9950421Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:42.9951805Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:42.9953245Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:42.9954722Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:42.9956201Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:42.9958139Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:42.9959530Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:42.9960991Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:42.9962677Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:42.9964151Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:42.9965590Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:42.9966986Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:42.9968375Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:42.9969727Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:42.9971137Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:42.9972523Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:42.9973942Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:42.9975400Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:42.9977050Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:42.9978572Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:42.9979989Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:42.9981389Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:42.9982806Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:42.9984214Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:42.9985639Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:42.9987055Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:42.9989596Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:42.9991421Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:42.9993113Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:42.9994854Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:42.9996732Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:42.9998480Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:43.0000214Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:43.0001927Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:43.0004276Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:43.0005837Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:43.0007547Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:43.0009720Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:43.0011580Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:43.0013306Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:43.0015209Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:43.0016907Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:43.0018580Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:43.0019976Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:43.0021350Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:43.0022793Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:43.0024273Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:43.0025780Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:43.0027224Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:43.0028682Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:43.0030159Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:43.0031518Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:43.0033046Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:43.0034590Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:45.4449983Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:45.4451820Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:45.4453270Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:45.4454823Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:45.4456247Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:45.4457709Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:45.4459185Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:45.4460679Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:45.4462054Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:45.4464534Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:45.4466044Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:45.4467457Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:45.4469185Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:45.4470755Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:45.4472083Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:45.4473546Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:45.4475115Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:45.4476845Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:45.4478502Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:45.4480178Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:45.4481899Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:45.4483550Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:45.4485195Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:45.4486954Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:45.4488716Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:45.4490161Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:45.4491651Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:45.4493118Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:45.4494702Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:45.4496188Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:45.4497681Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:45.4499151Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:45.4500640Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:45.4502221Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:45.4503715Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:45.4505137Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:45.4506592Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:45.4508476Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:45.4510001Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:45.4511713Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:45.4513944Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:45.4515556Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:45.4517015Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:45.4518454Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:45.4519880Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:45.4521506Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:45.4522971Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:45.4524485Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:45.4526043Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:45.4527561Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:45.4529111Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:45.4530673Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:45.4532216Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:45.4533856Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:45.4535357Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:45.4536875Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:45.4538489Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:45.4540156Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:45.4541388Z [ 84%] Linking CXX static library libportable_kernels.a 2025-03-21T20:21:45.4542648Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:45.4544256Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:45.4545765Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:45.4547227Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:45.4548664Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:45.4549589Z [ 85%] Built target portable_kernels 2025-03-21T20:21:45.4550596Z [ 85%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:21:45.4551805Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:45.4553464Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:45.4554977Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:45.4556626Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:45.4558173Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:49.1829341Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:49.1830982Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:49.1832485Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:49.1833930Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:49.1835008Z [ 88%] Generating code for kernel registration 2025-03-21T20:21:49.1836129Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:49.1837638Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:49.1839182Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:49.1840703Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:49.1842295Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:49.1843911Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:49.1845433Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:49.1846922Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:49.1848430Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:49.1849867Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:49.1851283Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:49.1852730Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:49.1854221Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:49.1855626Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:49.1857071Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:49.1858542Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:49.1860052Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:49.1861534Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:49.1863540Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:49.1865026Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:49.1866554Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:49.1868098Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:49.1869946Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:49.1871608Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:49.1873115Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:49.1874597Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:49.1876054Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:49.1877479Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:49.1879059Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:49.1880801Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:49.1882685Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:49.1884461Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:49.1886124Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:49.1887741Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:49.1889616Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:49.1891232Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:49.1892847Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:49.1894476Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:49.1896019Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:49.1897592Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:49.1899203Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:49.1900892Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:49.1902494Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:49.1904028Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:49.1905594Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:49.1907535Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:49.1909105Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:49.1910650Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:49.1912083Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:21:49.1912812Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:21:49.1914161Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:49.1915512Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:21:49.1916148Z [ 99%] Built target portable_ops_lib 2025-03-21T20:21:49.1917240Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:21:49.1918688Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:21:49.1920042Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:21:49.1921334Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:21:49.1922682Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:21:49.1924148Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:21:49.1925269Z [100%] Linking CXX executable executor_runner 2025-03-21T20:21:49.1925856Z [100%] Built target executor_runner 2025-03-21T20:21:49.1926329Z + [[ '' == *main* ]] 2025-03-21T20:21:49.1926727Z + [[ '' == *gh* ]] 2025-03-21T20:21:49.1927149Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:49.1927669Z + bash .ci/scripts/test_model.sh ic3 cmake portable 2025-03-21T20:21:49.1928244Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:21:49.1928745Z + source .ci/scripts/utils.sh 2025-03-21T20:21:49.1929198Z + MODEL_NAME=ic3 2025-03-21T20:21:49.1929602Z + [[ -z ic3 ]] 2025-03-21T20:21:49.1929993Z + BUILD_TOOL=cmake 2025-03-21T20:21:49.1930390Z + [[ -z cmake ]] 2025-03-21T20:21:49.1930777Z + BACKEND=portable 2025-03-21T20:21:49.1931287Z + [[ -z portable ]] 2025-03-21T20:21:49.1932197Z + UPLOAD_DIR= 2025-03-21T20:21:49.1932575Z + [[ -z python ]] 2025-03-21T20:21:49.1932967Z + which python 2025-03-21T20:21:49.1933495Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:21:49.1934007Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:49.1934470Z + EXPORTED_MODEL=ic3 2025-03-21T20:21:49.1934907Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:21:49.1935446Z + echo 'Testing ic3 with portable kernels...' 2025-03-21T20:21:49.1936010Z Testing ic3 with portable kernels... 2025-03-21T20:21:49.1936498Z + test_model 2025-03-21T20:21:49.1936884Z + [[ ic3 == \l\l\a\m\a\2 ]] 2025-03-21T20:21:49.1937321Z + STRICT=--strict 2025-03-21T20:21:49.1937715Z + [[ ic3 == \l\l\a\v\a ]] 2025-03-21T20:22:07.4742991Z + [[ ic3 == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:22:07.4743685Z + [[ ic3 == \l\l\a\m\a\3\_\2\_\t\e\x\t\_\d\e\c\o\d\e\r ]] 2025-03-21T20:22:07.4744233Z + [[ ic3 == \q\w\e\n\2\_\5 ]] 2025-03-21T20:22:07.4744743Z + [[ ic3 == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:22:07.4745440Z + python -m examples.portable.scripts.export --model_name=ic3 --strict 2025-03-21T20:22:07.4746317Z [INFO 2025-03-21 20:21:56,568 model.py:21] Loading torchvision inception_v3 model 2025-03-21T20:22:07.4747744Z Downloading: "https://download.pytorch.org/models/inception_v3_google-0cc3c7bd.pth" to /var/lib/ci-user/.cache/torch/hub/checkpoints/inception_v3_google-0cc3c7bd.pth 2025-03-21T20:22:07.4749283Z 2025-03-21T20:22:07.4749474Z 0% 0.00/104M [00:00, arg=TensorArgument(name='p_conv2d_1a_3x3_conv_weight'), target='Conv2d_1a_3x3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_1a_3x3_bn_weight'), target='Conv2d_1a_3x3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_1a_3x3_bn_bias'), target='Conv2d_1a_3x3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_2a_3x3_conv_weight'), target='Conv2d_2a_3x3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_2a_3x3_bn_weight'), target='Conv2d_2a_3x3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_2a_3x3_bn_bias'), target='Conv2d_2a_3x3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_2b_3x3_conv_weight'), target='Conv2d_2b_3x3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_2b_3x3_bn_weight'), target='Conv2d_2b_3x3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_2b_3x3_bn_bias'), target='Conv2d_2b_3x3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_3b_1x1_conv_weight'), target='Conv2d_3b_1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_3b_1x1_bn_weight'), target='Conv2d_3b_1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_3b_1x1_bn_bias'), target='Conv2d_3b_1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_4a_3x3_conv_weight'), target='Conv2d_4a_3x3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_4a_3x3_bn_weight'), target='Conv2d_4a_3x3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_conv2d_4a_3x3_bn_bias'), target='Conv2d_4a_3x3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch1x1_conv_weight'), target='Mixed_5b.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch1x1_bn_weight'), target='Mixed_5b.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch1x1_bn_bias'), target='Mixed_5b.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch5x5_1_conv_weight'), target='Mixed_5b.branch5x5_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch5x5_1_bn_weight'), target='Mixed_5b.branch5x5_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch5x5_1_bn_bias'), target='Mixed_5b.branch5x5_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch5x5_2_conv_weight'), target='Mixed_5b.branch5x5_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch5x5_2_bn_weight'), target='Mixed_5b.branch5x5_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch5x5_2_bn_bias'), target='Mixed_5b.branch5x5_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_1_conv_weight'), target='Mixed_5b.branch3x3dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_1_bn_weight'), target='Mixed_5b.branch3x3dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_1_bn_bias'), target='Mixed_5b.branch3x3dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_2_conv_weight'), target='Mixed_5b.branch3x3dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_2_bn_weight'), target='Mixed_5b.branch3x3dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_2_bn_bias'), target='Mixed_5b.branch3x3dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_3_conv_weight'), target='Mixed_5b.branch3x3dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_3_bn_weight'), target='Mixed_5b.branch3x3dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch3x3dbl_3_bn_bias'), target='Mixed_5b.branch3x3dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch_pool_conv_weight'), target='Mixed_5b.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch_pool_bn_weight'), target='Mixed_5b.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5b_branch_pool_bn_bias'), target='Mixed_5b.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch1x1_conv_weight'), target='Mixed_5c.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch1x1_bn_weight'), target='Mixed_5c.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch1x1_bn_bias'), target='Mixed_5c.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch5x5_1_conv_weight'), target='Mixed_5c.branch5x5_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch5x5_1_bn_weight'), target='Mixed_5c.branch5x5_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch5x5_1_bn_bias'), target='Mixed_5c.branch5x5_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch5x5_2_conv_weight'), target='Mixed_5c.branch5x5_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch5x5_2_bn_weight'), target='Mixed_5c.branch5x5_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch5x5_2_bn_bias'), target='Mixed_5c.branch5x5_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_1_conv_weight'), target='Mixed_5c.branch3x3dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_1_bn_weight'), target='Mixed_5c.branch3x3dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_1_bn_bias'), target='Mixed_5c.branch3x3dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_2_conv_weight'), target='Mixed_5c.branch3x3dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_2_bn_weight'), target='Mixed_5c.branch3x3dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_2_bn_bias'), target='Mixed_5c.branch3x3dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_3_conv_weight'), target='Mixed_5c.branch3x3dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_3_bn_weight'), target='Mixed_5c.branch3x3dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch3x3dbl_3_bn_bias'), target='Mixed_5c.branch3x3dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch_pool_conv_weight'), target='Mixed_5c.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch_pool_bn_weight'), target='Mixed_5c.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5c_branch_pool_bn_bias'), target='Mixed_5c.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch1x1_conv_weight'), target='Mixed_5d.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch1x1_bn_weight'), target='Mixed_5d.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch1x1_bn_bias'), target='Mixed_5d.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch5x5_1_conv_weight'), target='Mixed_5d.branch5x5_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch5x5_1_bn_weight'), target='Mixed_5d.branch5x5_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch5x5_1_bn_bias'), target='Mixed_5d.branch5x5_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch5x5_2_conv_weight'), target='Mixed_5d.branch5x5_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch5x5_2_bn_weight'), target='Mixed_5d.branch5x5_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch5x5_2_bn_bias'), target='Mixed_5d.branch5x5_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_1_conv_weight'), target='Mixed_5d.branch3x3dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_1_bn_weight'), target='Mixed_5d.branch3x3dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_1_bn_bias'), target='Mixed_5d.branch3x3dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_2_conv_weight'), target='Mixed_5d.branch3x3dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_2_bn_weight'), target='Mixed_5d.branch3x3dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_2_bn_bias'), target='Mixed_5d.branch3x3dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_3_conv_weight'), target='Mixed_5d.branch3x3dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_3_bn_weight'), target='Mixed_5d.branch3x3dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch3x3dbl_3_bn_bias'), target='Mixed_5d.branch3x3dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch_pool_conv_weight'), target='Mixed_5d.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch_pool_bn_weight'), target='Mixed_5d.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_5d_branch_pool_bn_bias'), target='Mixed_5d.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3_conv_weight'), target='Mixed_6a.branch3x3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3_bn_weight'), target='Mixed_6a.branch3x3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3_bn_bias'), target='Mixed_6a.branch3x3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_1_conv_weight'), target='Mixed_6a.branch3x3dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_1_bn_weight'), target='Mixed_6a.branch3x3dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_1_bn_bias'), target='Mixed_6a.branch3x3dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_2_conv_weight'), target='Mixed_6a.branch3x3dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_2_bn_weight'), target='Mixed_6a.branch3x3dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_2_bn_bias'), target='Mixed_6a.branch3x3dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_3_conv_weight'), target='Mixed_6a.branch3x3dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_3_bn_weight'), target='Mixed_6a.branch3x3dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6a_branch3x3dbl_3_bn_bias'), target='Mixed_6a.branch3x3dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch1x1_conv_weight'), target='Mixed_6b.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch1x1_bn_weight'), target='Mixed_6b.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch1x1_bn_bias'), target='Mixed_6b.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_1_conv_weight'), target='Mixed_6b.branch7x7_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_1_bn_weight'), target='Mixed_6b.branch7x7_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_1_bn_bias'), target='Mixed_6b.branch7x7_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_2_conv_weight'), target='Mixed_6b.branch7x7_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_2_bn_weight'), target='Mixed_6b.branch7x7_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_2_bn_bias'), target='Mixed_6b.branch7x7_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_3_conv_weight'), target='Mixed_6b.branch7x7_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_3_bn_weight'), target='Mixed_6b.branch7x7_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7_3_bn_bias'), target='Mixed_6b.branch7x7_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_1_conv_weight'), target='Mixed_6b.branch7x7dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_1_bn_weight'), target='Mixed_6b.branch7x7dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_1_bn_bias'), target='Mixed_6b.branch7x7dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_2_conv_weight'), target='Mixed_6b.branch7x7dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_2_bn_weight'), target='Mixed_6b.branch7x7dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_2_bn_bias'), target='Mixed_6b.branch7x7dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_3_conv_weight'), target='Mixed_6b.branch7x7dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_3_bn_weight'), target='Mixed_6b.branch7x7dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_3_bn_bias'), target='Mixed_6b.branch7x7dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_4_conv_weight'), target='Mixed_6b.branch7x7dbl_4.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_4_bn_weight'), target='Mixed_6b.branch7x7dbl_4.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_4_bn_bias'), target='Mixed_6b.branch7x7dbl_4.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_5_conv_weight'), target='Mixed_6b.branch7x7dbl_5.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_5_bn_weight'), target='Mixed_6b.branch7x7dbl_5.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch7x7dbl_5_bn_bias'), target='Mixed_6b.branch7x7dbl_5.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch_pool_conv_weight'), target='Mixed_6b.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch_pool_bn_weight'), target='Mixed_6b.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6b_branch_pool_bn_bias'), target='Mixed_6b.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch1x1_conv_weight'), target='Mixed_6c.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch1x1_bn_weight'), target='Mixed_6c.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch1x1_bn_bias'), target='Mixed_6c.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_1_conv_weight'), target='Mixed_6c.branch7x7_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_1_bn_weight'), target='Mixed_6c.branch7x7_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_1_bn_bias'), target='Mixed_6c.branch7x7_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_2_conv_weight'), target='Mixed_6c.branch7x7_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_2_bn_weight'), target='Mixed_6c.branch7x7_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_2_bn_bias'), target='Mixed_6c.branch7x7_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_3_conv_weight'), target='Mixed_6c.branch7x7_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_3_bn_weight'), target='Mixed_6c.branch7x7_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7_3_bn_bias'), target='Mixed_6c.branch7x7_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_1_conv_weight'), target='Mixed_6c.branch7x7dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_1_bn_weight'), target='Mixed_6c.branch7x7dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_1_bn_bias'), target='Mixed_6c.branch7x7dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_2_conv_weight'), target='Mixed_6c.branch7x7dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_2_bn_weight'), target='Mixed_6c.branch7x7dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_2_bn_bias'), target='Mixed_6c.branch7x7dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_3_conv_weight'), target='Mixed_6c.branch7x7dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_3_bn_weight'), target='Mixed_6c.branch7x7dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_3_bn_bias'), target='Mixed_6c.branch7x7dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_4_conv_weight'), target='Mixed_6c.branch7x7dbl_4.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_4_bn_weight'), target='Mixed_6c.branch7x7dbl_4.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_4_bn_bias'), target='Mixed_6c.branch7x7dbl_4.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_5_conv_weight'), target='Mixed_6c.branch7x7dbl_5.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_5_bn_weight'), target='Mixed_6c.branch7x7dbl_5.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch7x7dbl_5_bn_bias'), target='Mixed_6c.branch7x7dbl_5.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch_pool_conv_weight'), target='Mixed_6c.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch_pool_bn_weight'), target='Mixed_6c.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6c_branch_pool_bn_bias'), target='Mixed_6c.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch1x1_conv_weight'), target='Mixed_6d.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch1x1_bn_weight'), target='Mixed_6d.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch1x1_bn_bias'), target='Mixed_6d.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_1_conv_weight'), target='Mixed_6d.branch7x7_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_1_bn_weight'), target='Mixed_6d.branch7x7_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_1_bn_bias'), target='Mixed_6d.branch7x7_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_2_conv_weight'), target='Mixed_6d.branch7x7_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_2_bn_weight'), target='Mixed_6d.branch7x7_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_2_bn_bias'), target='Mixed_6d.branch7x7_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_3_conv_weight'), target='Mixed_6d.branch7x7_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_3_bn_weight'), target='Mixed_6d.branch7x7_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7_3_bn_bias'), target='Mixed_6d.branch7x7_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_1_conv_weight'), target='Mixed_6d.branch7x7dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_1_bn_weight'), target='Mixed_6d.branch7x7dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_1_bn_bias'), target='Mixed_6d.branch7x7dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_2_conv_weight'), target='Mixed_6d.branch7x7dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_2_bn_weight'), target='Mixed_6d.branch7x7dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_2_bn_bias'), target='Mixed_6d.branch7x7dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_3_conv_weight'), target='Mixed_6d.branch7x7dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_3_bn_weight'), target='Mixed_6d.branch7x7dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_3_bn_bias'), target='Mixed_6d.branch7x7dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_4_conv_weight'), target='Mixed_6d.branch7x7dbl_4.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_4_bn_weight'), target='Mixed_6d.branch7x7dbl_4.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_4_bn_bias'), target='Mixed_6d.branch7x7dbl_4.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_5_conv_weight'), target='Mixed_6d.branch7x7dbl_5.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_5_bn_weight'), target='Mixed_6d.branch7x7dbl_5.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch7x7dbl_5_bn_bias'), target='Mixed_6d.branch7x7dbl_5.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch_pool_conv_weight'), target='Mixed_6d.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch_pool_bn_weight'), target='Mixed_6d.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6d_branch_pool_bn_bias'), target='Mixed_6d.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch1x1_conv_weight'), target='Mixed_6e.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch1x1_bn_weight'), target='Mixed_6e.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch1x1_bn_bias'), target='Mixed_6e.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_1_conv_weight'), target='Mixed_6e.branch7x7_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_1_bn_weight'), target='Mixed_6e.branch7x7_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_1_bn_bias'), target='Mixed_6e.branch7x7_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_2_conv_weight'), target='Mixed_6e.branch7x7_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_2_bn_weight'), target='Mixed_6e.branch7x7_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_2_bn_bias'), target='Mixed_6e.branch7x7_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_3_conv_weight'), target='Mixed_6e.branch7x7_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_3_bn_weight'), target='Mixed_6e.branch7x7_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7_3_bn_bias'), target='Mixed_6e.branch7x7_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_1_conv_weight'), target='Mixed_6e.branch7x7dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_1_bn_weight'), target='Mixed_6e.branch7x7dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_1_bn_bias'), target='Mixed_6e.branch7x7dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_2_conv_weight'), target='Mixed_6e.branch7x7dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_2_bn_weight'), target='Mixed_6e.branch7x7dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_2_bn_bias'), target='Mixed_6e.branch7x7dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_3_conv_weight'), target='Mixed_6e.branch7x7dbl_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_3_bn_weight'), target='Mixed_6e.branch7x7dbl_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_3_bn_bias'), target='Mixed_6e.branch7x7dbl_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_4_conv_weight'), target='Mixed_6e.branch7x7dbl_4.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_4_bn_weight'), target='Mixed_6e.branch7x7dbl_4.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_4_bn_bias'), target='Mixed_6e.branch7x7dbl_4.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_5_conv_weight'), target='Mixed_6e.branch7x7dbl_5.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_5_bn_weight'), target='Mixed_6e.branch7x7dbl_5.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch7x7dbl_5_bn_bias'), target='Mixed_6e.branch7x7dbl_5.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch_pool_conv_weight'), target='Mixed_6e.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch_pool_bn_weight'), target='Mixed_6e.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_6e_branch_pool_bn_bias'), target='Mixed_6e.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch3x3_1_conv_weight'), target='Mixed_7a.branch3x3_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch3x3_1_bn_weight'), target='Mixed_7a.branch3x3_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch3x3_1_bn_bias'), target='Mixed_7a.branch3x3_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch3x3_2_conv_weight'), target='Mixed_7a.branch3x3_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch3x3_2_bn_weight'), target='Mixed_7a.branch3x3_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch3x3_2_bn_bias'), target='Mixed_7a.branch3x3_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_1_conv_weight'), target='Mixed_7a.branch7x7x3_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_1_bn_weight'), target='Mixed_7a.branch7x7x3_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_1_bn_bias'), target='Mixed_7a.branch7x7x3_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_2_conv_weight'), target='Mixed_7a.branch7x7x3_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_2_bn_weight'), target='Mixed_7a.branch7x7x3_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_2_bn_bias'), target='Mixed_7a.branch7x7x3_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_3_conv_weight'), target='Mixed_7a.branch7x7x3_3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_3_bn_weight'), target='Mixed_7a.branch7x7x3_3.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_3_bn_bias'), target='Mixed_7a.branch7x7x3_3.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_4_conv_weight'), target='Mixed_7a.branch7x7x3_4.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_4_bn_weight'), target='Mixed_7a.branch7x7x3_4.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7a_branch7x7x3_4_bn_bias'), target='Mixed_7a.branch7x7x3_4.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch1x1_conv_weight'), target='Mixed_7b.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch1x1_bn_weight'), target='Mixed_7b.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch1x1_bn_bias'), target='Mixed_7b.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_1_conv_weight'), target='Mixed_7b.branch3x3_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_1_bn_weight'), target='Mixed_7b.branch3x3_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_1_bn_bias'), target='Mixed_7b.branch3x3_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_2a_conv_weight'), target='Mixed_7b.branch3x3_2a.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_2a_bn_weight'), target='Mixed_7b.branch3x3_2a.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_2a_bn_bias'), target='Mixed_7b.branch3x3_2a.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_2b_conv_weight'), target='Mixed_7b.branch3x3_2b.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_2b_bn_weight'), target='Mixed_7b.branch3x3_2b.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3_2b_bn_bias'), target='Mixed_7b.branch3x3_2b.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_1_conv_weight'), target='Mixed_7b.branch3x3dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_1_bn_weight'), target='Mixed_7b.branch3x3dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_1_bn_bias'), target='Mixed_7b.branch3x3dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_2_conv_weight'), target='Mixed_7b.branch3x3dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_2_bn_weight'), target='Mixed_7b.branch3x3dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_2_bn_bias'), target='Mixed_7b.branch3x3dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_3a_conv_weight'), target='Mixed_7b.branch3x3dbl_3a.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_3a_bn_weight'), target='Mixed_7b.branch3x3dbl_3a.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_3a_bn_bias'), target='Mixed_7b.branch3x3dbl_3a.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_3b_conv_weight'), target='Mixed_7b.branch3x3dbl_3b.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_3b_bn_weight'), target='Mixed_7b.branch3x3dbl_3b.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch3x3dbl_3b_bn_bias'), target='Mixed_7b.branch3x3dbl_3b.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch_pool_conv_weight'), target='Mixed_7b.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch_pool_bn_weight'), target='Mixed_7b.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7b_branch_pool_bn_bias'), target='Mixed_7b.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch1x1_conv_weight'), target='Mixed_7c.branch1x1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch1x1_bn_weight'), target='Mixed_7c.branch1x1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch1x1_bn_bias'), target='Mixed_7c.branch1x1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_1_conv_weight'), target='Mixed_7c.branch3x3_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_1_bn_weight'), target='Mixed_7c.branch3x3_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_1_bn_bias'), target='Mixed_7c.branch3x3_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_2a_conv_weight'), target='Mixed_7c.branch3x3_2a.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_2a_bn_weight'), target='Mixed_7c.branch3x3_2a.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_2a_bn_bias'), target='Mixed_7c.branch3x3_2a.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_2b_conv_weight'), target='Mixed_7c.branch3x3_2b.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_2b_bn_weight'), target='Mixed_7c.branch3x3_2b.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3_2b_bn_bias'), target='Mixed_7c.branch3x3_2b.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_1_conv_weight'), target='Mixed_7c.branch3x3dbl_1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_1_bn_weight'), target='Mixed_7c.branch3x3dbl_1.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_1_bn_bias'), target='Mixed_7c.branch3x3dbl_1.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_2_conv_weight'), target='Mixed_7c.branch3x3dbl_2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_2_bn_weight'), target='Mixed_7c.branch3x3dbl_2.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_2_bn_bias'), target='Mixed_7c.branch3x3dbl_2.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_3a_conv_weight'), target='Mixed_7c.branch3x3dbl_3a.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_3a_bn_weight'), target='Mixed_7c.branch3x3dbl_3a.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_3a_bn_bias'), target='Mixed_7c.branch3x3dbl_3a.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_3b_conv_weight'), target='Mixed_7c.branch3x3dbl_3b.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_3b_bn_weight'), target='Mixed_7c.branch3x3dbl_3b.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch3x3dbl_3b_bn_bias'), target='Mixed_7c.branch3x3dbl_3b.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch_pool_conv_weight'), target='Mixed_7c.branch_pool.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch_pool_bn_weight'), target='Mixed_7c.branch_pool.bn.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_mixed_7c_branch_pool_bn_bias'), target='Mixed_7c.branch_pool.bn.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_fc_weight'), target='fc.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_fc_bias'), target='fc.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_1a_3x3_bn_running_mean'), target='Conv2d_1a_3x3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_1a_3x3_bn_running_var'), target='Conv2d_1a_3x3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_2a_3x3_bn_running_mean'), target='Conv2d_2a_3x3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_2a_3x3_bn_running_var'), target='Conv2d_2a_3x3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_2b_3x3_bn_running_mean'), target='Conv2d_2b_3x3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_2b_3x3_bn_running_var'), target='Conv2d_2b_3x3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_3b_1x1_bn_running_mean'), target='Conv2d_3b_1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_3b_1x1_bn_running_var'), target='Conv2d_3b_1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_4a_3x3_bn_running_mean'), target='Conv2d_4a_3x3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_conv2d_4a_3x3_bn_running_var'), target='Conv2d_4a_3x3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch1x1_bn_running_mean'), target='Mixed_5b.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch1x1_bn_running_var'), target='Mixed_5b.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch5x5_1_bn_running_mean'), target='Mixed_5b.branch5x5_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch5x5_1_bn_running_var'), target='Mixed_5b.branch5x5_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch5x5_2_bn_running_mean'), target='Mixed_5b.branch5x5_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch5x5_2_bn_running_var'), target='Mixed_5b.branch5x5_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch3x3dbl_1_bn_running_mean'), target='Mixed_5b.branch3x3dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch3x3dbl_1_bn_running_var'), target='Mixed_5b.branch3x3dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch3x3dbl_2_bn_running_mean'), target='Mixed_5b.branch3x3dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch3x3dbl_2_bn_running_var'), target='Mixed_5b.branch3x3dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch3x3dbl_3_bn_running_mean'), target='Mixed_5b.branch3x3dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch3x3dbl_3_bn_running_var'), target='Mixed_5b.branch3x3dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch_pool_bn_running_mean'), target='Mixed_5b.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5b_branch_pool_bn_running_var'), target='Mixed_5b.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch1x1_bn_running_mean'), target='Mixed_5c.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch1x1_bn_running_var'), target='Mixed_5c.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch5x5_1_bn_running_mean'), target='Mixed_5c.branch5x5_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch5x5_1_bn_running_var'), target='Mixed_5c.branch5x5_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch5x5_2_bn_running_mean'), target='Mixed_5c.branch5x5_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch5x5_2_bn_running_var'), target='Mixed_5c.branch5x5_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch3x3dbl_1_bn_running_mean'), target='Mixed_5c.branch3x3dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch3x3dbl_1_bn_running_var'), target='Mixed_5c.branch3x3dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch3x3dbl_2_bn_running_mean'), target='Mixed_5c.branch3x3dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch3x3dbl_2_bn_running_var'), target='Mixed_5c.branch3x3dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch3x3dbl_3_bn_running_mean'), target='Mixed_5c.branch3x3dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch3x3dbl_3_bn_running_var'), target='Mixed_5c.branch3x3dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch_pool_bn_running_mean'), target='Mixed_5c.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5c_branch_pool_bn_running_var'), target='Mixed_5c.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch1x1_bn_running_mean'), target='Mixed_5d.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch1x1_bn_running_var'), target='Mixed_5d.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch5x5_1_bn_running_mean'), target='Mixed_5d.branch5x5_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch5x5_1_bn_running_var'), target='Mixed_5d.branch5x5_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch5x5_2_bn_running_mean'), target='Mixed_5d.branch5x5_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch5x5_2_bn_running_var'), target='Mixed_5d.branch5x5_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch3x3dbl_1_bn_running_mean'), target='Mixed_5d.branch3x3dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch3x3dbl_1_bn_running_var'), target='Mixed_5d.branch3x3dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch3x3dbl_2_bn_running_mean'), target='Mixed_5d.branch3x3dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch3x3dbl_2_bn_running_var'), target='Mixed_5d.branch3x3dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch3x3dbl_3_bn_running_mean'), target='Mixed_5d.branch3x3dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch3x3dbl_3_bn_running_var'), target='Mixed_5d.branch3x3dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch_pool_bn_running_mean'), target='Mixed_5d.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_5d_branch_pool_bn_running_var'), target='Mixed_5d.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3_bn_running_mean'), target='Mixed_6a.branch3x3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3_bn_running_var'), target='Mixed_6a.branch3x3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3dbl_1_bn_running_mean'), target='Mixed_6a.branch3x3dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3dbl_1_bn_running_var'), target='Mixed_6a.branch3x3dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3dbl_2_bn_running_mean'), target='Mixed_6a.branch3x3dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3dbl_2_bn_running_var'), target='Mixed_6a.branch3x3dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3dbl_3_bn_running_mean'), target='Mixed_6a.branch3x3dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6a_branch3x3dbl_3_bn_running_var'), target='Mixed_6a.branch3x3dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch1x1_bn_running_mean'), target='Mixed_6b.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch1x1_bn_running_var'), target='Mixed_6b.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7_1_bn_running_mean'), target='Mixed_6b.branch7x7_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7_1_bn_running_var'), target='Mixed_6b.branch7x7_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7_2_bn_running_mean'), target='Mixed_6b.branch7x7_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7_2_bn_running_var'), target='Mixed_6b.branch7x7_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7_3_bn_running_mean'), target='Mixed_6b.branch7x7_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7_3_bn_running_var'), target='Mixed_6b.branch7x7_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_1_bn_running_mean'), target='Mixed_6b.branch7x7dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_1_bn_running_var'), target='Mixed_6b.branch7x7dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_2_bn_running_mean'), target='Mixed_6b.branch7x7dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_2_bn_running_var'), target='Mixed_6b.branch7x7dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_3_bn_running_mean'), target='Mixed_6b.branch7x7dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_3_bn_running_var'), target='Mixed_6b.branch7x7dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_4_bn_running_mean'), target='Mixed_6b.branch7x7dbl_4.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_4_bn_running_var'), target='Mixed_6b.branch7x7dbl_4.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_5_bn_running_mean'), target='Mixed_6b.branch7x7dbl_5.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch7x7dbl_5_bn_running_var'), target='Mixed_6b.branch7x7dbl_5.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch_pool_bn_running_mean'), target='Mixed_6b.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6b_branch_pool_bn_running_var'), target='Mixed_6b.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch1x1_bn_running_mean'), target='Mixed_6c.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch1x1_bn_running_var'), target='Mixed_6c.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7_1_bn_running_mean'), target='Mixed_6c.branch7x7_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7_1_bn_running_var'), target='Mixed_6c.branch7x7_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7_2_bn_running_mean'), target='Mixed_6c.branch7x7_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7_2_bn_running_var'), target='Mixed_6c.branch7x7_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7_3_bn_running_mean'), target='Mixed_6c.branch7x7_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7_3_bn_running_var'), target='Mixed_6c.branch7x7_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_1_bn_running_mean'), target='Mixed_6c.branch7x7dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_1_bn_running_var'), target='Mixed_6c.branch7x7dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_2_bn_running_mean'), target='Mixed_6c.branch7x7dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_2_bn_running_var'), target='Mixed_6c.branch7x7dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_3_bn_running_mean'), target='Mixed_6c.branch7x7dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_3_bn_running_var'), target='Mixed_6c.branch7x7dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_4_bn_running_mean'), target='Mixed_6c.branch7x7dbl_4.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_4_bn_running_var'), target='Mixed_6c.branch7x7dbl_4.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_5_bn_running_mean'), target='Mixed_6c.branch7x7dbl_5.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch7x7dbl_5_bn_running_var'), target='Mixed_6c.branch7x7dbl_5.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch_pool_bn_running_mean'), target='Mixed_6c.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6c_branch_pool_bn_running_var'), target='Mixed_6c.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch1x1_bn_running_mean'), target='Mixed_6d.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch1x1_bn_running_var'), target='Mixed_6d.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7_1_bn_running_mean'), target='Mixed_6d.branch7x7_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7_1_bn_running_var'), target='Mixed_6d.branch7x7_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7_2_bn_running_mean'), target='Mixed_6d.branch7x7_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7_2_bn_running_var'), target='Mixed_6d.branch7x7_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7_3_bn_running_mean'), target='Mixed_6d.branch7x7_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7_3_bn_running_var'), target='Mixed_6d.branch7x7_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_1_bn_running_mean'), target='Mixed_6d.branch7x7dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_1_bn_running_var'), target='Mixed_6d.branch7x7dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_2_bn_running_mean'), target='Mixed_6d.branch7x7dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_2_bn_running_var'), target='Mixed_6d.branch7x7dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_3_bn_running_mean'), target='Mixed_6d.branch7x7dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_3_bn_running_var'), target='Mixed_6d.branch7x7dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_4_bn_running_mean'), target='Mixed_6d.branch7x7dbl_4.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_4_bn_running_var'), target='Mixed_6d.branch7x7dbl_4.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_5_bn_running_mean'), target='Mixed_6d.branch7x7dbl_5.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch7x7dbl_5_bn_running_var'), target='Mixed_6d.branch7x7dbl_5.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch_pool_bn_running_mean'), target='Mixed_6d.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6d_branch_pool_bn_running_var'), target='Mixed_6d.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch1x1_bn_running_mean'), target='Mixed_6e.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch1x1_bn_running_var'), target='Mixed_6e.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7_1_bn_running_mean'), target='Mixed_6e.branch7x7_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7_1_bn_running_var'), target='Mixed_6e.branch7x7_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7_2_bn_running_mean'), target='Mixed_6e.branch7x7_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7_2_bn_running_var'), target='Mixed_6e.branch7x7_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7_3_bn_running_mean'), target='Mixed_6e.branch7x7_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7_3_bn_running_var'), target='Mixed_6e.branch7x7_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_1_bn_running_mean'), target='Mixed_6e.branch7x7dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_1_bn_running_var'), target='Mixed_6e.branch7x7dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_2_bn_running_mean'), target='Mixed_6e.branch7x7dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_2_bn_running_var'), target='Mixed_6e.branch7x7dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_3_bn_running_mean'), target='Mixed_6e.branch7x7dbl_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_3_bn_running_var'), target='Mixed_6e.branch7x7dbl_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_4_bn_running_mean'), target='Mixed_6e.branch7x7dbl_4.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_4_bn_running_var'), target='Mixed_6e.branch7x7dbl_4.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_5_bn_running_mean'), target='Mixed_6e.branch7x7dbl_5.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch7x7dbl_5_bn_running_var'), target='Mixed_6e.branch7x7dbl_5.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch_pool_bn_running_mean'), target='Mixed_6e.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_6e_branch_pool_bn_running_var'), target='Mixed_6e.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch3x3_1_bn_running_mean'), target='Mixed_7a.branch3x3_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch3x3_1_bn_running_var'), target='Mixed_7a.branch3x3_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch3x3_2_bn_running_mean'), target='Mixed_7a.branch3x3_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch3x3_2_bn_running_var'), target='Mixed_7a.branch3x3_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_1_bn_running_mean'), target='Mixed_7a.branch7x7x3_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_1_bn_running_var'), target='Mixed_7a.branch7x7x3_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_2_bn_running_mean'), target='Mixed_7a.branch7x7x3_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_2_bn_running_var'), target='Mixed_7a.branch7x7x3_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_3_bn_running_mean'), target='Mixed_7a.branch7x7x3_3.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_3_bn_running_var'), target='Mixed_7a.branch7x7x3_3.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_4_bn_running_mean'), target='Mixed_7a.branch7x7x3_4.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7a_branch7x7x3_4_bn_running_var'), target='Mixed_7a.branch7x7x3_4.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch1x1_bn_running_mean'), target='Mixed_7b.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch1x1_bn_running_var'), target='Mixed_7b.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3_1_bn_running_mean'), target='Mixed_7b.branch3x3_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3_1_bn_running_var'), target='Mixed_7b.branch3x3_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3_2a_bn_running_mean'), target='Mixed_7b.branch3x3_2a.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3_2a_bn_running_var'), target='Mixed_7b.branch3x3_2a.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3_2b_bn_running_mean'), target='Mixed_7b.branch3x3_2b.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3_2b_bn_running_var'), target='Mixed_7b.branch3x3_2b.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_1_bn_running_mean'), target='Mixed_7b.branch3x3dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_1_bn_running_var'), target='Mixed_7b.branch3x3dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_2_bn_running_mean'), target='Mixed_7b.branch3x3dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_2_bn_running_var'), target='Mixed_7b.branch3x3dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_3a_bn_running_mean'), target='Mixed_7b.branch3x3dbl_3a.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_3a_bn_running_var'), target='Mixed_7b.branch3x3dbl_3a.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_3b_bn_running_mean'), target='Mixed_7b.branch3x3dbl_3b.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch3x3dbl_3b_bn_running_var'), target='Mixed_7b.branch3x3dbl_3b.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch_pool_bn_running_mean'), target='Mixed_7b.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7b_branch_pool_bn_running_var'), target='Mixed_7b.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch1x1_bn_running_mean'), target='Mixed_7c.branch1x1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch1x1_bn_running_var'), target='Mixed_7c.branch1x1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3_1_bn_running_mean'), target='Mixed_7c.branch3x3_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3_1_bn_running_var'), target='Mixed_7c.branch3x3_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3_2a_bn_running_mean'), target='Mixed_7c.branch3x3_2a.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3_2a_bn_running_var'), target='Mixed_7c.branch3x3_2a.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3_2b_bn_running_mean'), target='Mixed_7c.branch3x3_2b.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3_2b_bn_running_var'), target='Mixed_7c.branch3x3_2b.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_1_bn_running_mean'), target='Mixed_7c.branch3x3dbl_1.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_1_bn_running_var'), target='Mixed_7c.branch3x3dbl_1.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_2_bn_running_mean'), target='Mixed_7c.branch3x3dbl_2.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_2_bn_running_var'), target='Mixed_7c.branch3x3dbl_2.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_3a_bn_running_mean'), target='Mixed_7c.branch3x3dbl_3a.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_3a_bn_running_var'), target='Mixed_7c.branch3x3dbl_3a.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_3b_bn_running_mean'), target='Mixed_7c.branch3x3dbl_3b.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch3x3dbl_3b_bn_running_var'), target='Mixed_7c.branch3x3dbl_3b.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch_pool_bn_running_mean'), target='Mixed_7c.branch_pool.bn.running_mean', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_mixed_7c_branch_pool_bn_running_var'), target='Mixed_7c.branch_pool.bn.running_var', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant188'), target='_lifted_tensor_constant188', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant189'), target='_lifted_tensor_constant189', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant190'), target='_lifted_tensor_constant190', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant191'), target='_lifted_tensor_constant191', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant192'), target='_lifted_tensor_constant192', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant193'), target='_lifted_tensor_constant193', persistent=True), InputSpec(kind=, arg=TensorArgument(name='x'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_addmm_default'), target=None)]) 2025-03-21T20:22:34.5912555Z Range constraints: {} 2025-03-21T20:22:34.5912970Z 2025-03-21T20:22:34.5913387Z [INFO 2025-03-21 20:22:26,752 utils.py:141] Saved exported program to ./ic3.pte 2025-03-21T20:22:34.5914095Z + run_portable_executor_runner 2025-03-21T20:22:34.5914559Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:22:34.5915008Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:34.5915469Z + build_cmake_executor_runner 2025-03-21T20:22:34.5915946Z + echo 'Building executor_runner' 2025-03-21T20:22:34.5916857Z Building executor_runner 2025-03-21T20:22:34.5917305Z + rm -rf cmake-out 2025-03-21T20:22:34.5918122Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:22:34.5919083Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:22:34.5919672Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:22:34.5920236Z -- Detecting C compiler ABI info 2025-03-21T20:22:34.5920737Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:34.5921359Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:34.5922184Z -- Detecting C compile features 2025-03-21T20:22:34.5922705Z -- Detecting C compile features - done 2025-03-21T20:22:34.5923232Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:34.5923744Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:34.5924387Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:34.5925018Z -- Detecting CXX compile features 2025-03-21T20:22:34.5925549Z -- Detecting CXX compile features - done 2025-03-21T20:22:34.5926799Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:34.5927885Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:34.5928548Z CMake. 2025-03-21T20:22:34.5928760Z 2025-03-21T20:22:34.5929113Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:34.5929963Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:34.5930724Z to work with policies introduced by or earlier. 2025-03-21T20:22:34.5931122Z 2025-03-21T20:22:34.5931340Z  2025-03-21T20:22:34.5932257Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:34.5933457Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:34.5934123Z CMake. 2025-03-21T20:22:34.5934341Z 2025-03-21T20:22:34.5934688Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:34.5935541Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:34.5936293Z to work with policies introduced by or earlier. 2025-03-21T20:22:34.5936693Z 2025-03-21T20:22:34.5936907Z  2025-03-21T20:22:34.5937313Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:34.5937915Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:34.5938490Z -- Found Threads: TRUE 2025-03-21T20:22:34.5939532Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:34.5940666Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:34.5941341Z CMake. 2025-03-21T20:22:34.5941544Z 2025-03-21T20:22:34.5941895Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:34.5942756Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:34.5943499Z to work with policies introduced by or earlier. 2025-03-21T20:22:34.5943901Z 2025-03-21T20:22:34.5944123Z  2025-03-21T20:22:34.5944518Z -- Using python executable 'python' 2025-03-21T20:22:34.5945531Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:22:34.5946545Z -- Killing buck2 daemon 2025-03-21T20:22:34.5947442Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:22:34.5948442Z -- executorch: Generating source lists 2025-03-21T20:22:34.5949243Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:34.5950287Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:34.5951064Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:34.5951865Z -- Generating operator lib: 2025-03-21T20:22:34.5952326Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:34.5953138Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:34.5953933Z -- ROOT_OPS: 2025-03-21T20:22:34.5954660Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:34.5956632Z 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:34.5958555Z -- Generating kernel bindings: 2025-03-21T20:22:34.5959228Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:34.5959987Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:34.5960747Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:34.5961350Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:34.5963901Z 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:34.5966145Z -- Generating operator lib: 2025-03-21T20:22:34.5966817Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:34.5967396Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:34.5975774Z -- DEPS: executorch 2025-03-21T20:22:34.5976722Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:22:34.5977620Z -- Generating operator lib: 2025-03-21T20:22:34.5978095Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:22:34.5978751Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:22:34.5979419Z -- ROOT_OPS: 2025-03-21T20:22:34.5979816Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:34.5981673Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:22:34.5983344Z -- Generating kernel bindings: 2025-03-21T20:22:34.5983830Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:22:34.5984475Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:22:34.5985155Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:34.5985600Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:22:34.5988244Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:22:34.5990640Z -- Generating operator lib: 2025-03-21T20:22:34.5991110Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:22:34.5991608Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:22:34.5992115Z -- DEPS: executorch 2025-03-21T20:22:34.5992571Z -- Merging kernel yaml files: 2025-03-21T20:22:34.5993322Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:22:34.5994384Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:22:34.5995268Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:22:34.5995887Z -- Generating operator lib: 2025-03-21T20:22:34.5996374Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:22:34.5997098Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:22:34.5997782Z -- ROOT_OPS: 2025-03-21T20:22:34.5998188Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:34.6000080Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:22:34.6002199Z -- Generating kernel bindings: 2025-03-21T20:22:34.6002712Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:22:34.6003441Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:22:34.6004141Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:34.6004588Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:22:34.6007414Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:22:34.6009731Z -- Generating operator lib: 2025-03-21T20:22:34.6010224Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:22:34.6010855Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:22:34.6011452Z -- DEPS: executorch 2025-03-21T20:22:34.6012325Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:34.6013311Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:34.6014082Z CMake. 2025-03-21T20:22:34.6014288Z 2025-03-21T20:22:34.6014649Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:34.6015497Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:34.6016244Z to work with policies introduced by or earlier. 2025-03-21T20:22:34.6016697Z 2025-03-21T20:22:34.6016934Z  2025-03-21T20:22:34.6017329Z -- Looking for C++ include unistd.h 2025-03-21T20:22:34.6017864Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:34.6018405Z -- Looking for C++ include stdint.h 2025-03-21T20:22:34.6018926Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:34.6019465Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:34.6020067Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:34.6020674Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:34.6021601Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:34.6022163Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:34.6022696Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:34.6023240Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:34.6023772Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:34.6024319Z -- Looking for C++ include stddef.h 2025-03-21T20:22:34.6024855Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:34.6025375Z -- Check size of uint32_t 2025-03-21T20:22:34.6025838Z -- Check size of uint32_t - done 2025-03-21T20:22:34.6026314Z -- Looking for strtoll 2025-03-21T20:22:34.6026753Z -- Looking for strtoll - found 2025-03-21T20:22:34.6027201Z -- 2025-03-21T20:22:34.6027558Z -- ******** Summary ******** 2025-03-21T20:22:34.6028030Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:22:34.6028550Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:34.6029084Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:22:34.6029606Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:34.6030563Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:22:34.6031557Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:34.6032315Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:34.6033103Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:22:34.6033707Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:22:34.6034290Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:34.6034878Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:36.3871227Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:36.3871978Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:36.3872996Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:36.3873583Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:36.3874162Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:36.3874740Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:36.3875334Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:36.3875938Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:36.3876522Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:36.3877094Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:36.3877895Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:36.3878517Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:36.3879121Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:36.3879701Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:36.3880269Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:36.3880864Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:36.3881452Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:36.3882036Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:36.3882631Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:22:36.3883228Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:36.3883817Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:36.3884388Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:36.3884956Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:36.3885549Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:36.3886128Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:36.3886696Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:36.3887263Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:36.3887835Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:36.3888613Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:36.3889163Z -- Configuring done (5.4s) 2025-03-21T20:22:36.3889624Z -- Generating done (0.1s) 2025-03-21T20:22:36.3890205Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:36.3890882Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:22:36.3892192Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:36.3893323Z [ 1%] Creating directories for 'flatbuffers' 2025-03-21T20:22:36.3894727Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:36.3896116Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:36.3897115Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:22:36.3897809Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:36.3898507Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:36.3899275Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:36.3899936Z CMake Warning: 2025-03-21T20:22:36.3900452Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:36.3900873Z 2025-03-21T20:22:36.3901085Z  2025-03-21T20:22:36.3901516Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:36.3902239Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:36.3902844Z git describe failed with exit code: 128 2025-03-21T20:22:36.3903200Z 2025-03-21T20:22:36.3903483Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:36.3904096Z Call Stack (most recent call first): 2025-03-21T20:22:36.3904596Z CMakeLists.txt:5 (include) 2025-03-21T20:22:36.3904897Z 2025-03-21T20:22:36.3905100Z  2025-03-21T20:22:36.3905494Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:36.3906606Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:36.3908411Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:36.3909335Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:22:36.3909895Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:36.3910941Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:36.3912532Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:36.3913991Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:36.3914969Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:36.3916153Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:36.3917123Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:36.3917756Z -- Detecting CXX compile features 2025-03-21T20:22:36.3918282Z -- Detecting CXX compile features - done 2025-03-21T20:22:36.3918803Z -- Looking for strtof_l 2025-03-21T20:22:36.3919437Z [ 4%] Linking C static library libpthreadpool.a 2025-03-21T20:22:36.3920570Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:36.3921492Z [ 4%] Built target pthreadpool 2025-03-21T20:22:36.3922480Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:22:36.3923924Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:36.3925313Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:22:36.3926216Z -- Looking for strtof_l - found 2025-03-21T20:22:36.3926692Z -- Looking for strtoull_l 2025-03-21T20:22:36.3927694Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:22:36.3929222Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:36.3930729Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:22:36.3931685Z -- Looking for strtoull_l - found 2025-03-21T20:22:36.3932182Z -- Looking for realpath 2025-03-21T20:22:36.3933190Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:36.3934811Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:22:36.3936364Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:36.3937930Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:22:36.3938883Z -- Looking for realpath - found 2025-03-21T20:22:36.3939427Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:36.3939996Z -- Configuring done (0.7s) 2025-03-21T20:22:36.3940463Z -- Generating done (0.0s) 2025-03-21T20:22:36.3941162Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:22:36.3942096Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:22:36.3942973Z [ 6%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:22:36.3943909Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:36.3945134Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:22:36.3946316Z [ 6%] Built target gflags_nothreads_static 2025-03-21T20:22:36.3947384Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:36.3948861Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:22:36.3950368Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:36.3952049Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:22:36.3953597Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:36.3954809Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:36.3956033Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:36.3957505Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:36.3959039Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:22:36.3960568Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:36.3962118Z [ 8%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:36.3963680Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:22:36.3965213Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:36.3966398Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:36.3967711Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:22:36.3969273Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:36.3970852Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:22:36.3972010Z [ 9%] Linking C static library libcpuinfo.a 2025-03-21T20:22:36.3972585Z [ 9%] Built target cpuinfo 2025-03-21T20:22:36.3973854Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:22:36.3975121Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:36.3976421Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:22:40.7915099Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:22:40.7916886Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:22:40.7918564Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:22:40.7920213Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:40.7921777Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:40.7923102Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:40.7924087Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:40.7925759Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:40.7927292Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:40.7928844Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:40.7930392Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:40.7932149Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:40.7933949Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:40.7935274Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:40.7936642Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:40.7937849Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:40.7939079Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:40.7940210Z [ 12%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:40.7940847Z [ 12%] Built target cpuinfo_internals 2025-03-21T20:22:40.7941891Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:40.7943319Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:40.7944741Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:40.7945946Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:40.7947197Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:40.7948456Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:40.7949736Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:40.7951200Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:40.7952647Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:40.7954081Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:40.7955535Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:40.7957017Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:40.7958484Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:40.7959686Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:40.7960672Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:40.7961946Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:40.7963569Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:40.7964810Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:40.7965690Z [ 15%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:40.7966821Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:40.7967817Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:40.7968845Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:40.7969834Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:40.7970818Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:40.7971963Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:40.7973019Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:40.7974171Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:40.7975314Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:40.7976431Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:40.7977446Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:40.7978390Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:40.7979341Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:40.7980340Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:40.7981433Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:40.7982598Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:40.7983592Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:40.7984617Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:40.7985709Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:40.7986875Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:40.7988223Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:40.7989411Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:40.7990599Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:40.7991756Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:40.7992534Z [ 15%] Built target eigen_blas 2025-03-21T20:22:40.7993119Z [100%] Linking CXX executable flatc 2025-03-21T20:22:40.7993654Z [100%] Built target flatc 2025-03-21T20:22:40.7994242Z [ 15%] No install step for 'flatbuffers' 2025-03-21T20:22:40.7994921Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:22:40.7995462Z [ 16%] Built target flatbuffers 2025-03-21T20:22:40.7996064Z [ 16%] Generating common_schema headers 2025-03-21T20:22:40.7996614Z [ 16%] Built target common_schema 2025-03-21T20:22:40.7997238Z [ 17%] Generating program_schema headers 2025-03-21T20:22:40.7997807Z [ 17%] Built target program_schema 2025-03-21T20:22:40.7998713Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:40.7999891Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:40.8001256Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:40.8002809Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:40.8004288Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:40.8006018Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:40.8007209Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:40.8008421Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:40.8009667Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:40.8011101Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:40.8012369Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:40.8013818Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:40.8015239Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:40.8016607Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:40.8017868Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:40.8019047Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:44.9574167Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:44.9575595Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:44.9576820Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:44.9578081Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:44.9579129Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:44.9579779Z [ 21%] Built target executorch_core 2025-03-21T20:22:44.9580652Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:44.9581999Z [ 22%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:44.9583365Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:44.9584699Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:44.9586150Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:44.9587607Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:44.9590031Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:44.9591143Z [ 23%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:44.9591816Z [ 23%] Built target extension_threadpool 2025-03-21T20:22:44.9592765Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:44.9593999Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:44.9594965Z [ 23%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:44.9595575Z [ 23%] Built target executorch 2025-03-21T20:22:44.9596654Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:44.9598180Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:44.9599665Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:44.9601216Z [ 24%] Linking CXX static library libcpublas.a 2025-03-21T20:22:44.9601799Z [ 24%] Built target cpublas 2025-03-21T20:22:44.9602713Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:44.9604189Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:44.9605627Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:44.9607127Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:44.9608440Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:44.9609778Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:44.9611213Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:44.9612602Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:44.9614121Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:44.9615547Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:44.9616983Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:44.9618371Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:44.9619680Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:44.9621081Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:44.9622471Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:44.9623767Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:44.9625230Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:44.9626762Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:44.9628187Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:44.9629667Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:44.9631064Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:44.9632483Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:44.9633883Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:44.9635290Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:44.9636735Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:44.9638164Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:44.9639558Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:44.9640982Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:44.9642585Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:44.9643980Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:44.9645365Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:44.9646671Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:44.9648263Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:44.9649790Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:44.9651144Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:44.9652496Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:44.9654060Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:44.9655505Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:44.9656926Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:44.9658336Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:44.9659746Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:44.9661195Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:44.9662623Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:44.9664045Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:44.9665528Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:44.9666954Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:44.9668281Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:44.9669581Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:44.9671023Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:44.9672514Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:44.9673903Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:44.9675327Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:44.9676743Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:44.9678054Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:44.9679484Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:47.0445495Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:47.0446878Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:47.0448437Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:47.0450283Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:47.0451629Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:47.0453122Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:47.0455117Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:47.0456752Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:47.0458146Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:47.0459551Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:47.0460914Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:47.0462336Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:47.0463728Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:22:47.0464985Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:22:47.0466125Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:22:47.0467109Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:22:47.0469702Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:22:47.0473520Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.0475606Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:22:47.0476289Z | ^ 2025-03-21T20:22:47.0477310Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:47.0478781Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:47.0480199Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:47.0481602Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:47.0483048Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:47.0484421Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:47.0485725Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:22:47.0486977Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:22:47.0488417Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:22:47.0489654Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:22:47.0491051Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:22:47.0493749Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:22:47.0497750Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.0501013Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:22:47.0501701Z | ^ 2025-03-21T20:22:47.0502764Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:47.0504140Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:47.0505510Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:47.0506901Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:47.0508321Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:47.0509790Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:47.0511179Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:47.0512631Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:47.0513901Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:22:47.0517217Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:22:47.0523192Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:47.0526855Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:47.0528922Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.0530450Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:47.0531060Z | ^~~~~~~~~~~~~~ 2025-03-21T20:22:47.0534046Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:22:47.0540576Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:47.0544225Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:47.0546280Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.0550354Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:22:47.0555496Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:22:47.0561553Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:47.0565211Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:47.0567246Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.0568813Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:47.0569449Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:47.0572582Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:22:47.0577867Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:22:47.0584175Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:47.0587821Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:47.0590027Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.0591502Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:22:47.0592090Z from /usr/include/c++/11/array:38, 2025-03-21T20:22:47.0592791Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:22:47.0593687Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:22:47.0594645Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:22:47.0595605Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:22:47.0599394Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:22:47.0605012Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:22:47.0610103Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:22:47.0616500Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:47.0620362Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:47.0622446Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.0624221Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:22:47.0624725Z | ^~~~~~~~~ 2025-03-21T20:22:47.0628428Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:22:47.0634331Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:22:47.0639629Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:22:47.3477242Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:22:47.3481052Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:22:47.3482829Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3486498Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:22:47.3490458Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3491951Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:22:47.3492580Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:22:47.3495746Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:22:47.3499490Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3503876Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:22:47.3507868Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3509248Z 27 | void layer_norm( 2025-03-21T20:22:47.3509691Z | ^~~~~~~~~~ 2025-03-21T20:22:47.3512628Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:22:47.3516349Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3518010Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:22:47.3520715Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double]’: 2025-03-21T20:22:47.3523977Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3525644Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:47.3526247Z | ^~~~~~~~~~~~~~ 2025-03-21T20:22:47.3528541Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float]’: 2025-03-21T20:22:47.3531762Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3535321Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:22:47.3538718Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3540282Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:22:47.3540922Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:47.3543378Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4]’: 2025-03-21T20:22:47.3547006Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3548464Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:22:47.3549049Z from /usr/include/c++/11/array:38, 2025-03-21T20:22:47.3549751Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:22:47.3550795Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:22:47.3551759Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:22:47.3552710Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:22:47.3555058Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double]’: 2025-03-21T20:22:47.3557740Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3558930Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:22:47.3559418Z | ^~~~~~~~~ 2025-03-21T20:22:47.3561404Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float]’: 2025-03-21T20:22:47.3564050Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:22:47.3565707Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:47.3567061Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:47.3568552Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:47.3570026Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:47.3571371Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:52.4113809Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:52.4115250Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:52.4116817Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:52.4118290Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:52.4119821Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:52.4120926Z [ 42%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:52.4122088Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:52.4123473Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:52.4124763Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:52.4126104Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:52.4127909Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:52.4129196Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:52.4130571Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:52.4132185Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:52.4133791Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:52.4135194Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:52.4136563Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:52.4137439Z [ 43%] Built target optimized_kernels 2025-03-21T20:22:52.4138409Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:52.4139539Z [ 43%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:22:52.4140803Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:52.4142233Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:52.4143627Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:52.4144688Z [ 45%] Generating code for kernel registration 2025-03-21T20:22:52.4145866Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:52.4147309Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:52.4148624Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:52.4150004Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:52.4151420Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:52.4152821Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:52.4154263Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:52.4155652Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:52.4156921Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:52.4158323Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:52.4159702Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:52.4160985Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:52.4162318Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:52.4163702Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:52.4165034Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:52.4166395Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:52.4167802Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:52.4169569Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:52.4171122Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:52.4172486Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:52.4174075Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:52.4175547Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:52.4176930Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:52.4184340Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:52.4185779Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:52.4187230Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:52.4188849Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:52.4190326Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:52.4191721Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:52.4193096Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:52.4194472Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:52.4195853Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:52.4197245Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:52.4198602Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:52.4199958Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:52.4201682Z [ 52%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:52.4203425Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:52.4204888Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:52.4206304Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:52.4207435Z [ 52%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:22:52.4208072Z [ 52%] Built target optimized_ops_lib 2025-03-21T20:22:52.4209077Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:52.4210486Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:52.4211926Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:52.4213261Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:52.4214673Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:52.4216033Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:52.4217780Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:52.4219187Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:52.4220611Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:52.4222215Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:52.4223628Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:52.4225163Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:56.5919692Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:56.5921281Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:56.5922683Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:56.5924066Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:56.5925395Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:56.5926716Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:56.5928125Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:56.5929464Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:56.5930738Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:56.5932108Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:56.5933705Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:56.5935167Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:56.5936655Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:56.5938119Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:56.5939557Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:56.5940905Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:56.5942192Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:56.5943530Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:56.5944924Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:56.5946295Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:56.5947679Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:56.5949093Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:56.5950557Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:56.5952414Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:56.5953860Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:56.5955218Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:56.5956589Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:56.5958181Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:56.5959565Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:56.5960990Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:56.5962671Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:56.5964144Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:56.5965592Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:56.5966979Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:56.5968427Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:56.5969949Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:56.5971307Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:56.5972744Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:56.5974459Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:56.5975931Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:56.5977434Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:56.5978918Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:56.5980396Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:56.5981754Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:56.5983075Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:56.5984388Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:56.5985763Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:56.6000843Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:56.6002235Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:56.6003632Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:56.6005075Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:56.6006537Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:56.6008232Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:56.6009646Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:56.6011141Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:56.6012583Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:56.6014480Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:56.6015994Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:56.6017392Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:56.6018932Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:56.6020301Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:56.6021680Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:56.6023049Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:56.6024460Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:56.6025855Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:56.6027255Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:56.6028681Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:56.6030187Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:56.6031666Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:56.6033135Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:56.6034687Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:56.6036233Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:56.6037651Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:00.9521244Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:00.9522975Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:00.9524485Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:00.9525909Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:00.9527257Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:00.9528637Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:00.9530082Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:00.9531446Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:00.9533168Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:00.9535007Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:00.9536562Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:00.9537976Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:00.9539566Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:00.9541029Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:00.9542522Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:00.9544059Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:00.9545378Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:00.9546887Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:00.9548633Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:00.9550254Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:00.9551647Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:00.9553193Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:00.9554580Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:00.9555971Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:00.9557396Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:00.9558848Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:00.9560254Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:00.9561723Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:00.9563186Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:00.9564606Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:00.9566044Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:00.9567524Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:00.9569132Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:00.9570727Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:00.9572392Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:00.9574059Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:00.9575787Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:00.9577441Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:00.9578858Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:00.9580302Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:00.9581819Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:00.9583209Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:00.9584714Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:00.9586354Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:00.9587805Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:00.9589512Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:00.9591070Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:00.9592645Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:00.9594045Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:00.9595419Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:00.9596908Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:00.9598474Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:00.9599936Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:00.9601398Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:00.9603021Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:00.9604563Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:00.9606047Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:00.9607574Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:00.9609103Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:00.9610677Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:00.9612346Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:00.9614299Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:00.9616048Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:00.9617678Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:00.9619242Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:00.9621060Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:00.9622614Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:00.9624123Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:00.9625739Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:00.9627210Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:05.3610979Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:05.3613512Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:05.3615031Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:05.3616509Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:05.3617939Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:05.3619383Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:05.3620885Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:05.3622352Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:05.3623795Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:05.3625280Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:05.3626792Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:05.3628278Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:05.3629783Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:05.3631330Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:05.3632879Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:05.3634368Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:05.3635826Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:05.3637288Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:05.3638715Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:05.3640156Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:05.3641576Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:05.3643030Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:05.3644477Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:05.3646179Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:05.3647647Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:05.3649109Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:05.3650817Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:05.3652351Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:05.3653943Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:05.3655246Z [ 90%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:05.3656544Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:05.3658101Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:05.3659575Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:05.3661059Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:05.3662523Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:05.3664044Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:05.3665496Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:05.3666943Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:05.3668386Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:05.3669833Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:05.3671277Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:05.3672799Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:05.3674280Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:05.3675722Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:05.3677222Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:05.3678777Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:05.3680334Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:05.3681369Z [ 93%] Built target portable_kernels 2025-03-21T20:23:05.3682518Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:05.3684151Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:05.3685422Z [ 93%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:05.3686663Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:05.3688507Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:05.3689967Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:05.3691405Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:05.3693257Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:05.3695129Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:05.3696381Z [ 94%] Generating code for kernel registration 2025-03-21T20:23:05.3697759Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:05.3699717Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:05.3701372Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:05.3702984Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:05.3704565Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:05.3706216Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:05.3707811Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:05.3709373Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:05.3710911Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:05.3712467Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:05.3714082Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:05.3715756Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:27:30.2627633Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:27:30.2629822Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:27:30.2631514Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:27:30.2633110Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:27:30.2634680Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:27:30.2636271Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:27:30.2637524Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:27:30.2639012Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:30.2640381Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:27:30.2642149Z [ 98%] Built target portable_ops_lib 2025-03-21T20:27:30.2642685Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:27:30.2643378Z [ 98%] Merging kernel yaml files 2025-03-21T20:27:30.2644243Z [ 99%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:27:30.2645164Z [ 99%] Generating code for kernel registration 2025-03-21T20:27:30.2646706Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:30.2648543Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:27:30.2649308Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:27:30.2650464Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:27:30.2652095Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:27:30.2653854Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:27:30.2655211Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:27:30.2656547Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:27:30.2658010Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:27:30.2659135Z [100%] Linking CXX executable executor_runner 2025-03-21T20:27:30.2659726Z [100%] Built target executor_runner 2025-03-21T20:27:30.2660287Z + ./cmake-out/executor_runner --model_path ./ic3.pte 2025-03-21T20:27:30.2661114Z I 00:00:00.000782 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T20:27:30.2662203Z I 00:00:00.000826 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T20:27:30.2663433Z I 00:00:00.000842 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:27:30.2664764Z I 00:00:00.000899 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu1/regs/identification/midr_el1 2025-03-21T20:27:30.2666092Z I 00:00:00.000925 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu2/regs/identification/midr_el1 2025-03-21T20:27:30.2667416Z I 00:00:00.000949 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu3/regs/identification/midr_el1 2025-03-21T20:27:30.2668737Z I 00:00:00.000977 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu4/regs/identification/midr_el1 2025-03-21T20:27:30.2670053Z I 00:00:00.001001 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu5/regs/identification/midr_el1 2025-03-21T20:27:30.2671390Z I 00:00:00.001024 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu6/regs/identification/midr_el1 2025-03-21T20:27:30.2672699Z I 00:00:00.001044 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu7/regs/identification/midr_el1 2025-03-21T20:27:30.2673880Z I 00:00:00.001067 executorch:executor_runner.cpp:142] Resetting threadpool with num threads = 8 2025-03-21T20:27:30.2674860Z I 00:00:00.036317 executorch:executor_runner.cpp:166] Model file ./ic3.pte is loaded. 2025-03-21T20:27:30.2675733Z I 00:00:00.036356 executorch:executor_runner.cpp:175] Using method forward 2025-03-21T20:27:30.2676663Z I 00:00:00.036373 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 11233536. 2025-03-21T20:27:30.2677556Z I 00:00:00.051265 executorch:executor_runner.cpp:251] Method loaded. 2025-03-21T20:27:30.2678505Z I 00:04:14.854763 executorch:executor_runner.cpp:284] Model executed successfully 1 time(s) in 254802.785981 ms. 2025-03-21T20:27:30.2679462Z I 00:04:14.854804 executorch:executor_runner.cpp:293] 1 outputs: 2025-03-21T20:27:30.2680318Z Output 0: tensor(sizes=[1, 1000], [ 2025-03-21T20:27:30.2681043Z 0.441291, 0.467532, -0.521522, -0.661273, 0.336707, 0.417521, -0.397796, 0.135372, 0.369108, -0.182139, 2025-03-21T20:27:30.2682005Z 0.359214, 0.40461, -0.179279, 0.278563, -0.599004, 0.51461, -0.120896, -0.810778, -0.144762, -0.115237, 2025-03-21T20:27:30.2682973Z 0.0535421, 0.830461, 0.931546, -0.106559, -0.0230737, -0.243241, 0.110506, 0.644851, 0.0654758, 0.753354, 2025-03-21T20:27:30.2684080Z -0.592546, 1.01049, -0.311971, 0.21432, -0.621497, -0.868403, -0.102046, -0.0487374, 0.17771, 0.191964, 2025-03-21T20:27:30.2685061Z 1.12621, -0.0272846, -0.798612, -0.134801, 0.390251, -0.384737, 1.46211, 0.289065, -0.36655, -0.287171, 2025-03-21T20:27:30.2686041Z -0.912062, -0.361915, 0.472052, 0.0469321, -0.299447, 0.458389, 0.342302, 0.0528996, -0.922256, 0.849071, 2025-03-21T20:27:30.2687132Z 0.617714, -0.00440725, 0.15832, 0.417208, 0.938381, -0.59459, -0.332615, -0.182744, 0.00580192, -1.1887, 2025-03-21T20:27:30.2688454Z -0.0365893, 0.185792, -0.393194, -0.0164601, -0.0938209, -0.386755, 0.928994, 0.0571465, 0.453452, 0.230791, 2025-03-21T20:27:30.2689443Z -1.0231, -0.985525, 0.274279, -0.689758, -0.622517, -0.200043, -0.0642098, -0.475296, -0.160561, 0.108601, 2025-03-21T20:27:30.2690435Z 0.331988, -0.560561, 0.132859, 0.510576, 0.376938, 0.269186, 0.713201, -0.593375, -0.452356, -0.598942, 2025-03-21T20:27:30.2691144Z ..., 2025-03-21T20:27:30.2691747Z -0.525227, 0.749741, 0.865348, 0.48241, 0.597135, 0.828143, 1.6079, 0.497768, -0.329317, -0.210985, 2025-03-21T20:27:30.2692679Z 0.281904, -0.104575, 1.02886, -0.74792, -0.675063, -0.5161, 0.187045, -0.131321, 0.182169, 0.0043409, 2025-03-21T20:27:30.2693710Z -0.132086, -1.00219, 0.409073, 0.616168, 0.186793, -0.171753, 0.161191, 0.348822, 0.308357, 1.01893, 2025-03-21T20:27:30.2694652Z 0.586437, 0.445205, 0.0737954, 0.297995, 0.717116, -0.218308, 0.666122, 1.18538, 0.883638, 1.01379, 2025-03-21T20:27:30.2695577Z 0.999266, 0.307014, 1.06429, 1.37684, 1.04721, 0.986697, 0.268426, 0.119478, 2.85404, 1.89692, 2025-03-21T20:27:30.2696447Z 1.29045, 1.47486, 2.61064, 1.17358, 1.40913, 2.05076, 1.71345, 2.0315, -0.536383, -0.353825, 2025-03-21T20:27:30.2697348Z 0.403252, -0.163558, 0.0200927, 0.699372, -0.453637, 0.536028, 1.31746, 1.15349, 0.897122, 0.108034, 2025-03-21T20:27:30.2698303Z -0.89485, 0.516218, -0.4592, -0.738549, -0.350039, -0.885556, -0.425119, -0.0658542, -0.529973, -0.72289, 2025-03-21T20:27:30.2699253Z -0.172678, -0.480679, 0.77845, -0.628136, 0.453268, 0.440719, 1.09496, 0.772506, 1.15385, 0.842184, 2025-03-21T20:27:30.2700190Z 1.32509, -0.00979813, -0.216287, -0.699851, 0.562602, 0.79355, 0.777215, 0.445125, 1.95416, 0.169239, 2025-03-21T20:27:30.2700910Z ]) 2025-03-21T20:27:30.2770983Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:27:30.2771626Z with: 2025-03-21T20:27:30.2772151Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:30.2772782Z fail-on-empty: false 2025-03-21T20:27:30.2773199Z env: 2025-03-21T20:27:30.2774000Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:30.2774598Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:30.2775065Z PR_NUMBER: 2025-03-21T20:27:30.2777395Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:30.2780078Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:30.2780978Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:30.2781819Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:30.2782768Z ##[endgroup] 2025-03-21T20:27:30.3523509Z Prepare all required actions 2025-03-21T20:27:30.3580055Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:30.3580654Z with: 2025-03-21T20:27:30.3581206Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:30.3581912Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:30.3582351Z env: 2025-03-21T20:27:30.3582818Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:30.3583409Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:30.3583878Z PR_NUMBER: 2025-03-21T20:27:30.3586267Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:30.3589382Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:30.3590256Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:30.3591088Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:30.3591692Z ##[endgroup] 2025-03-21T20:27:30.3626488Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:30.3627529Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:30.3639137Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:30.3639733Z env: 2025-03-21T20:27:30.3640182Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:30.3640802Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:30.3641269Z PR_NUMBER: 2025-03-21T20:27:30.3643606Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:30.3646216Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:30.3647100Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:30.3647923Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:30.3648553Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:30.3649182Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:30.3649846Z ##[endgroup] 2025-03-21T20:27:30.3856186Z Unable to find image 'arm64v8/alpine:latest' locally 2025-03-21T20:27:30.5445052Z latest: Pulling from arm64v8/alpine 2025-03-21T20:27:30.5983052Z 6e771e15690e: Pulling fs layer 2025-03-21T20:27:30.7152827Z 6e771e15690e: Verifying Checksum 2025-03-21T20:27:30.7155400Z 6e771e15690e: Download complete 2025-03-21T20:27:30.8386906Z 6e771e15690e: Pull complete 2025-03-21T20:27:30.8528746Z Digest: sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:27:30.8573610Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-03-21T20:27:32.0662183Z Prepare all required actions 2025-03-21T20:27:32.0705491Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:32.0706096Z with: 2025-03-21T20:27:32.0706560Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:32.0707155Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:32.0707593Z env: 2025-03-21T20:27:32.0708045Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:32.0708919Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:32.0709393Z PR_NUMBER: 2025-03-21T20:27:32.0711726Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:32.0714619Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:32.0715544Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:32.0716402Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:32.0717019Z ##[endgroup] 2025-03-21T20:27:32.0753635Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:32.0754955Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:32.0764024Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:32.0764627Z env: 2025-03-21T20:27:32.0765166Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:32.0765768Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:32.0766245Z PR_NUMBER: 2025-03-21T20:27:32.0768600Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:32.0771225Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:32.0772138Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:32.0772973Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:32.0773756Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:32.0774297Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:32.0774858Z ##[endgroup] 2025-03-21T20:27:32.8841178Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:32.8842110Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:32.8842827Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:27:32.8843658Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:27:32.8844585Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:27:32.8845372Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:27:32.8846065Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:32.8846607Z  fi 2025-03-21T20:27:32.8847070Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:27:32.8847782Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:32.8848417Z  fi 2025-03-21T20:27:32.8848845Z fi 2025-03-21T20:27:32.8849231Z  2025-03-21T20:27:32.8849607Z upload_docs=0 2025-03-21T20:27:32.8850238Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:27:32.8850958Z # empty folders do not count 2025-03-21T20:27:32.8851661Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:27:32.8852563Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:27:32.8853462Z  # upload will probably not work correctly 2025-03-21T20:27:32.8854260Z  upload_docs=1 2025-03-21T20:27:32.8854689Z fi 2025-03-21T20:27:32.8855192Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:27:32.8863908Z shell: /usr/bin/bash -e {0} 2025-03-21T20:27:32.8864401Z env: 2025-03-21T20:27:32.8864888Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:32.8865712Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:32.8866211Z PR_NUMBER: 2025-03-21T20:27:32.8868543Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:32.8871430Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:32.8872322Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:32.8873162Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:32.8873804Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:27:32.8874240Z ##[endgroup] 2025-03-21T20:27:32.8999833Z Prepare all required actions 2025-03-21T20:27:32.9051260Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:27:32.9051845Z with: 2025-03-21T20:27:32.9052204Z env: 2025-03-21T20:27:32.9052653Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:32.9053248Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:32.9053968Z PR_NUMBER: 2025-03-21T20:27:32.9056305Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:32.9058954Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:32.9059903Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:32.9060743Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:32.9061356Z ##[endgroup] 2025-03-21T20:27:32.9096277Z ##[group]Run set -eou pipefail 2025-03-21T20:27:32.9096820Z set -eou pipefail 2025-03-21T20:27:32.9097275Z  2025-03-21T20:27:32.9097844Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:27:32.9098559Z for _ in $(seq 1440); do 2025-03-21T20:27:32.9099082Z  # Break if no ssh session exists anymore 2025-03-21T20:27:32.9099669Z  if [ "$(who)" = "" ]; then 2025-03-21T20:27:32.9100173Z  break 2025-03-21T20:27:32.9100569Z  fi 2025-03-21T20:27:32.9100961Z  echo "." 2025-03-21T20:27:32.9101371Z  sleep 5 2025-03-21T20:27:32.9101772Z done 2025-03-21T20:27:32.9109760Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:32.9110361Z env: 2025-03-21T20:27:32.9110813Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:32.9111408Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:32.9111874Z PR_NUMBER: 2025-03-21T20:27:32.9114179Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:32.9117061Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:32.9117944Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:32.9118775Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:32.9119393Z ##[endgroup] 2025-03-21T20:27:32.9150107Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:27:32.9217470Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:32.9218337Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:32.9219005Z # shellcheck disable=SC2046 2025-03-21T20:27:32.9219536Z docker stop $(docker ps -q) || true 2025-03-21T20:27:32.9220094Z # Prune all of the docker images 2025-03-21T20:27:32.9220623Z docker system prune -af 2025-03-21T20:27:32.9228623Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:32.9229234Z env: 2025-03-21T20:27:32.9229704Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:32.9230306Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:32.9230773Z PR_NUMBER: 2025-03-21T20:27:32.9233442Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:32.9236124Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:32.9237026Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:32.9237868Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:32.9238489Z ##[endgroup] 2025-03-21T20:27:43.4879422Z 844824862cec 2025-03-21T20:27:43.7627144Z Deleted Containers: 2025-03-21T20:27:43.7627816Z 844824862cecfacf16e1098175a2b263bc4ecdcb922b47cf048ef7288b2ab653 2025-03-21T20:27:43.7628315Z 2025-03-21T20:27:47.5202932Z Deleted Images: 2025-03-21T20:27:47.5203510Z untagged: arm64v8/alpine:latest 2025-03-21T20:27:47.5204370Z untagged: arm64v8/alpine@sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:27:47.5205484Z deleted: sha256:8d591b0b7dea080ea3be9e12ae563eebf9869168ffced1cb25b2470a3d9fe15e 2025-03-21T20:27:47.5206464Z deleted: sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c 2025-03-21T20:27:47.5207808Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:27:47.5209731Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:27:47.5211302Z deleted: sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4 2025-03-21T20:27:47.5212271Z deleted: sha256:09f32a7b4424aa2d53cb6746ad96c97d11402e32508800950db7d805db59fef5 2025-03-21T20:27:47.5213247Z deleted: sha256:2400b3ca069d97c31c82baf4d6a615abba1f6d0c3ecbd100c810222bb25e9333 2025-03-21T20:27:47.5214471Z deleted: sha256:8e0b41eb40e0e0ee386f53cf802d9cd1793693af919a5eeeea5f9a744069afb5 2025-03-21T20:27:47.5215462Z deleted: sha256:dcbdfeae52597e3808762abdebc00dfd922c61b7a2641c20c37f5722f4f74027 2025-03-21T20:27:47.5216433Z deleted: sha256:d63b9419821f5e34bce0d21a8436284d4eb65a677ad10352e4083292e85cc411 2025-03-21T20:27:47.5217387Z deleted: sha256:19f09f507aab26d96e654dddf37320db13b0c290424d02fbcf2200cdebe6d50c 2025-03-21T20:27:47.5218349Z deleted: sha256:811ea2f5529526b50aa09f80457db519fc0684669c33b4b804fb686775fedf48 2025-03-21T20:27:47.5219311Z deleted: sha256:0c22605f5866e3bf800a3d128de9a552c8b32a7e762f96bc98cd4e7838aca631 2025-03-21T20:27:47.5220752Z deleted: sha256:597399b530f943bc9178d331b712b06d55e3570ec0dd569f9f34556a0b39c672 2025-03-21T20:27:47.5221714Z deleted: sha256:2e1c01efb70ca42200c290a1a5c078404a7429b1656d62829cc194e393feb456 2025-03-21T20:27:47.5222674Z deleted: sha256:81ed8917a35c1fb8e0f4697d2136d8f46ef0123e7172354db6cac2f665e74179 2025-03-21T20:27:47.5223623Z deleted: sha256:0b4dd04405c68761b0af34f004a21778591d9837b5b659c46e3ece5db4ca96c4 2025-03-21T20:27:47.5224578Z deleted: sha256:98564e1057c5b1861fac27ca9a4d000aa6c1cce077a64be6e92c1c0328de21db 2025-03-21T20:27:47.5225548Z deleted: sha256:ef6027fae935dd069d281694954d5d434ecccb964dc2cae4cb5f367f79118433 2025-03-21T20:27:47.5226525Z deleted: sha256:8714b6aed43f9fb6516d748241fbf8a7d62000dffbfda6c97f9a77c52ffcaf66 2025-03-21T20:27:47.5227495Z deleted: sha256:b50da0d5f573e1d94a83711df7a638fe9a44670dd938a98e0ba7c535de409ac3 2025-03-21T20:27:47.5228654Z deleted: sha256:d8cf851e2ae665b901caeb1b88600dd2262511635516845a22b84cb6a601c8f8 2025-03-21T20:27:47.5229622Z deleted: sha256:0336a5d8eb38c4345cf408dda18a8619056747745a03e9336423dc70dbd8b1ec 2025-03-21T20:27:47.5230557Z deleted: sha256:f620185bef1017660c6c4248c3f1a8f829a622e73584a4f975744970d443021b 2025-03-21T20:27:47.5231697Z deleted: sha256:e841d457dc57315a4b42567dcb7792b798d522cc284364a17160bef80879823d 2025-03-21T20:27:47.5232922Z deleted: sha256:8590293936b69062f99a43c53ba78bbb521db3f5fd34e4e029c260b42a2f24d2 2025-03-21T20:27:47.5233914Z deleted: sha256:41e98c39e616aa6a0b103eb4ff3754d0cd5e5ebc8d03e2ffc4374e90a6584078 2025-03-21T20:27:47.5234877Z deleted: sha256:de03b39cfdff6bb157784d61d1938fcf862ee01640d8de56613f2499d569d825 2025-03-21T20:27:47.5235840Z deleted: sha256:cf012e330a58f50134db5754447bf140b24dfcf3f11602031ed0405f9a1bc8f2 2025-03-21T20:27:47.5236799Z deleted: sha256:18b60edd05c57a9ddd17db0d40244b248e6f0b94918169e2feb2227cf1f0fa5f 2025-03-21T20:27:47.5237773Z deleted: sha256:e2d20ee2e6f5b13148c5bc7438ac3b99d0fbe7361983ace57d7f6c9a53ebb4a1 2025-03-21T20:27:47.5238758Z deleted: sha256:8d51221c5d0b80fef480318f9648620d0485d4bdeaa8a4bb71dad958ffa6f790 2025-03-21T20:27:47.5239733Z deleted: sha256:14420affd3a01fd14f1f93dd16a99ffbaa8494bde8e368f6d15c81667f9a6e23 2025-03-21T20:27:47.5240709Z deleted: sha256:9e1213ad98b26feb4bbe577f702afcfbec754438b68d47c9f11b9a24714eedda 2025-03-21T20:27:47.5241686Z deleted: sha256:e015fd41e914974c966637a97e131b50ae5814b903b8c42dfebc2ffafc3db463 2025-03-21T20:27:47.5242643Z deleted: sha256:d7976569ac4f931958721acabc120fe2cfdbc8673ef348c7c8110886822234a0 2025-03-21T20:27:47.5243640Z deleted: sha256:9006884ac58bd79a9522eda809d9360d21997a93e175d1d6b66b23dd64cc766e 2025-03-21T20:27:47.5244608Z deleted: sha256:934cb849abe06befc43afe3d1a738c8537ce109679f8556a7af52bfbf40438b2 2025-03-21T20:27:47.5245579Z deleted: sha256:824b004f2d714c62c347e3c1ea2ef132dd6cc9c2c8e2a33891027b3332970956 2025-03-21T20:27:47.5246533Z deleted: sha256:070a521224ad9aed21b31bdbffa143888d3a81eba63b08fd089618c6e5040186 2025-03-21T20:27:47.5247497Z deleted: sha256:59b223680ef978509f20faf6bf069866dfc02c422159347face0a7565d698526 2025-03-21T20:27:47.5248063Z 2025-03-21T20:27:47.5248251Z Total reclaimed space: 5.65GB 2025-03-21T20:27:47.5299119Z ##[group]Run set +e 2025-03-21T20:27:47.5299658Z set +e 2025-03-21T20:27:47.5300093Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:27:47.5300735Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:27:47.5301316Z else 2025-03-21T20:27:47.5301816Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:27:47.5302414Z fi 2025-03-21T20:27:47.5302795Z set -e 2025-03-21T20:27:47.5311734Z shell: /usr/bin/bash -e {0} 2025-03-21T20:27:47.5312208Z env: 2025-03-21T20:27:47.5312666Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:47.5313263Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:47.5313755Z PR_NUMBER: 2025-03-21T20:27:47.5316142Z 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}" MODEL_NAME=ic3 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:27:47.5319063Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:47.5319946Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:47.5320785Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:47.5321405Z NO_SUDO: false 2025-03-21T20:27:47.5321794Z ##[endgroup] 2025-03-21T20:27:48.8621553Z Post job cleanup. 2025-03-21T20:27:48.9974505Z Post job cleanup. 2025-03-21T20:27:49.1216871Z [command]/usr/bin/git version 2025-03-21T20:27:49.1275578Z git version 2.47.1 2025-03-21T20:27:49.1329357Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/0540e6f5-6649-4fcf-b046-6f0a238be04b/.gitconfig' 2025-03-21T20:27:49.1345129Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0540e6f5-6649-4fcf-b046-6f0a238be04b' before making global git config changes 2025-03-21T20:27:49.1346512Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:27:49.1354530Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:27:49.1409130Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:27:49.1457989Z [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:27:49.1804560Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:27:49.1831806Z http.https://github.com/.extraheader 2025-03-21T20:27:49.1851464Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:27:49.1893868Z [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:27:49.2319359Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:27:49.2354967Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:27:49.2361697Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:49.2362304Z ##[endgroup] 2025-03-21T20:27:49.2466651Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:28:05.4221048Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:28:30.7695507Z Cleaning up orphan processes