2025-03-21T20:17:34.9683637Z Current runner version: '2.322.0' 2025-03-21T20:17:34.9696122Z Runner name: 'i-09712ce0015e846fd' 2025-03-21T20:17:34.9698127Z Runner group name: 'Default' 2025-03-21T20:17:34.9700183Z Machine name: 'ip-10-0-53-53' 2025-03-21T20:17:34.9706482Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:34.9711001Z Contents: read 2025-03-21T20:17:34.9712278Z Metadata: read 2025-03-21T20:17:34.9713720Z ##[endgroup] 2025-03-21T20:17:34.9719036Z Secret source: Actions 2025-03-21T20:17:34.9720743Z Prepare workflow directory 2025-03-21T20:17:35.5147798Z Prepare all required actions 2025-03-21T20:17:35.5210224Z Getting action download info 2025-03-21T20:17:35.7368855Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:36.0244736Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:50.3601475Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:50.6875124Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:50.7839450Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:51.1809927Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:51.4741706Z Getting action download info 2025-03-21T20:17:51.6604906Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:51.6608139Z ##[group] Inputs 2025-03-21T20:17:51.6610799Z 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=qwen2_5 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:51.6614173Z timeout: 90 2025-03-21T20:17:51.6614651Z runner: linux.arm64.2xlarge 2025-03-21T20:17:51.6615186Z upload-artifact: 2025-03-21T20:17:51.6616108Z upload-artifact-to-s3: false 2025-03-21T20:17:51.6616666Z download-artifact: 2025-03-21T20:17:51.6617119Z repository: 2025-03-21T20:17:51.6617601Z fetch-depth: 1 2025-03-21T20:17:51.6618074Z submodules: true 2025-03-21T20:17:51.6618618Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:51.6619407Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:51.6619978Z test-infra-ref: 2025-03-21T20:17:51.6620515Z docker-image: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:17:51.6621166Z docker-build-dir: .ci/docker 2025-03-21T20:17:51.6621691Z gpu-arch-type: cpu 2025-03-21T20:17:51.6622170Z gpu-arch-version: 2025-03-21T20:17:51.6622647Z job-name: linux-job 2025-03-21T20:17:51.6623139Z continue-on-error: false 2025-03-21T20:17:51.6623656Z binary-matrix: 2025-03-21T20:17:51.6624148Z run-with-docker: true 2025-03-21T20:17:51.6624616Z secrets-env: 2025-03-21T20:17:51.6625044Z no-sudo: false 2025-03-21T20:17:51.6625504Z ##[endgroup] 2025-03-21T20:17:51.6626145Z Complete job name: test-models-linux-aarch64 (qwen2_5, portable) / linux-job 2025-03-21T20:17:51.7340814Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:51.7558149Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:51.7572343Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:51.7573519Z ##[endgroup] 2025-03-21T20:17:53.7686125Z Runner Type: linux.arm64.2xlarge 2025-03-21T20:17:53.7686846Z Instance Type: t4g.2xlarge 2025-03-21T20:17:53.7687424Z AMI Name: unknown 2025-03-21T20:17:53.7719110Z AMI ID: ami-0eae2a0fc13b15fce 2025-03-21T20:18:01.5954638Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:01.5955394Z set -euxo pipefail 2025-03-21T20:18:01.5956385Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:01.5957047Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:01.5957702Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:01.5958264Z else 2025-03-21T20:18:01.5958757Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:01.5959388Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:01.5959926Z fi 2025-03-21T20:18:01.5960340Z  2025-03-21T20:18:01.5960813Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:01.5961371Z echo "::endgroup::" 2025-03-21T20:18:01.5975869Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:01.5976400Z env: 2025-03-21T20:18:01.5976907Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:01.5977551Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:01.5978140Z PR_NUMBER: 2025-03-21T20:18:01.5980966Z 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=qwen2_5 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:01.5983572Z NO_SUDO: false 2025-03-21T20:18:01.5984021Z ##[endgroup] 2025-03-21T20:18:01.6023880Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:01.6045348Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:01.6049929Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:01.6050744Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:01.7571985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:01.7573442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:01.7575085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:01.7576460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:01.7577857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:01.7579346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:01.7580759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:01.7582138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:01.7583503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:01.7584921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:01.7586373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:01.7587771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:01.7589361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:01.7590773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:01.7592186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:01.7594013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:01.7595441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:01.7597111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:01.7598624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:01.7599779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:01.7600964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:01.7602231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:01.7603557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:01.7604899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:01.7606306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:01.7607709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:01.7608993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:01.7610154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:01.7611664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.pack' 2025-03-21T20:18:01.7613562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.rev' 2025-03-21T20:18:01.7615450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.idx' 2025-03-21T20:18:01.7617062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:01.7618383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:01.7619953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:01.7621209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:01.7622368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:01.7623652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:01.7625380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:01.7626828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:01.7628180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:01.7629504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:01.7630815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:01.7632030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:01.7633219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:01.7634449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:01.7635919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:01.7637094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:01.7638377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:01.7639577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:01.7640799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:01.7642026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:01.7643385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:01.7644797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:01.7646264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:01.7647774Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:01.7649337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:01.7650953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:01.7652533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:01.7654064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:01.7655590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:01.7657116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:01.7658662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:01.7660328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:01.7661855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:01.7663380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:01.7664946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:01.7666587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:01.7668196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:01.7669788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:01.7671351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:01.7672889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:01.7674462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:01.7676052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:01.7677836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:01.7679329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:01.7681027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:01.7682607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:01.7684181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:01.7685755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:01.7687304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:01.7689025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:01.7690567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:01.7692033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:01.7693516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:01.7695032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:01.7696547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:01.7698052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:01.7699638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:01.7701129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:01.7702562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:01.7703984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:01.7705442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:01.7706930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:01.7708430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:01.7709943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:01.7711467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:01.7712992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:01.7714559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:01.7716095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:01.7717653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:01.7719580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:01.7721188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:01.7723169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:01.7724785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:01.7726563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:01.7728030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:01.7729357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:01.7730737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:01.7732209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:01.7733568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:01.7734928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:01.7736322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:01.7737637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:01.7739462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:01.7741650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:01.7743640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:01.7745504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:01.7747506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:01.7749598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:01.7751627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:01.7753522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:01.7755335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:01.7757119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:01.7758781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:01.7760288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:01.7761782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:01.7763551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:01.7765080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:01.7766707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:01.7768110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:01.7769567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:01.7771065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:01.7772607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:01.7774149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:01.7775654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:01.7777186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:01.7778682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:01.7780224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:01.7781638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:01.7783112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:01.7784599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:01.7786037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:01.7787407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:01.7788937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:01.7790387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:01.7791876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:01.7793400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:01.7794894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:01.7796381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:01.7797892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:01.7799408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:01.7800911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:01.7802418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:01.7803896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:01.7805731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:01.7807259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:01.7809124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:01.7810872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:01.7812608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:01.7814263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:01.7815924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:01.7817715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:01.7819457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:01.7821031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:01.7822689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:01.7824285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:01.7825899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:01.7827538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:01.7829104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:01.7830567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:01.7831955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:01.7833320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:01.7834725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:01.7836199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:01.7837663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:01.7839060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:01.7840591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:01.7842186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:01.7843702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:01.7845214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:01.7846793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:01.7848710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:01.7850621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:01.7852248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:01.7853961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:01.7855639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:01.7857168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:01.7858651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:01.7860331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:01.7862079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:01.7863882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:01.7865610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:01.7867313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:01.7868933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:01.7870551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:01.7872294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:01.7873896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:01.7875369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:01.7876834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:01.7878302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:01.7879854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:01.7881436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:01.7882847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:01.7884192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:01.7885546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:01.7886969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:01.7888475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:01.7890180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:01.7892140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:01.7893874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:01.7895370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:01.7896896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:01.7898448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:01.7900101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:01.7901704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:01.7903372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:01.7904974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:01.7906502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:01.7908063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:01.7909630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:01.7911236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:01.7912877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:01.7914548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:01.7916193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:01.7917833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:01.7919577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:01.7921176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:01.7922668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:01.7924037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:01.7925310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:01.7926466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:01.7927625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:01.7928884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:01.7930074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:01.7931224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:01.7932423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:01.7933791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:01.7935099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:01.7936310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:01.7937616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:01.7939042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:01.7940392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:01.7943152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:01.7944597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:01.7945995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:01.7947529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:01.7949236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:01.7950870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:01.7952513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:01.7954277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:01.7956136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:01.7958071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:01.7959897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:01.7961708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:01.7963465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:01.7965136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:01.7966805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:01.7968406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:01.7969895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:01.7971443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:01.7973063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:01.7974555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:01.7975979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:01.7977607Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:01.7978886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:01.7980523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:01.7981951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:01.7983419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:01.7984871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:01.7986325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:01.7987779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:01.7989548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:01.7991207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:01.7992918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:01.7994693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:01.7996438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:01.7998238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:01.8000110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:01.8001866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:01.8003455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:01.8005023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:01.8006656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:01.8008340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:01.8009977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:01.8011487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:01.8012918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:01.8014426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:01.8015966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:01.8017446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:01.8018901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:01.8020871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:01.8022665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:01.8024269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:01.8025802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:01.8027274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:01.8028725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:01.8030183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:01.8031640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:01.8033139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:01.8034868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:01.8036596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:01.8038227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:01.8039964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:01.8041693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:01.8043280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:01.8044848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:01.8046413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:01.8047997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:01.8049523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:01.8051081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:01.8052689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:01.8054239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:01.8056087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:01.8057761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:01.8059327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:01.8060816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:01.8062311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:01.8064159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:01.8066251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:01.8068601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:01.8070640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:01.8072208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:01.8073679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:01.8075160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:01.8076693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:01.8078281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:01.8079914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:01.8081585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:01.8083203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:01.8084747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:01.8086271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:01.8087863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:01.8089696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:01.8091275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:01.8092796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:01.8094295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:01.8095883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:01.8097509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:01.8099177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:01.8100623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:01.8102142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:01.8103726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:01.8105130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:01.8106963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:01.8108607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:01.8110657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:01.8112356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:01.8114131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:01.8115964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:01.8117754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:01.8119358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:01.8120919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:01.8122504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:01.8124158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:01.8125859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:01.8127713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:01.8129449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:01.8131144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:01.8132557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:01.8133948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:01.8135617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:01.8137370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:01.8139128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:01.8140547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:01.8141770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:01.8143031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:01.8144538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:01.8146180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:01.8147930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:01.8150116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:01.8152132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:01.8153863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:01.8155649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:01.8157552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:01.8160101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:01.8161619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:01.8162896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:01.8164096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:01.8165282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:01.8166565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:01.8167869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:01.8169174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:01.8170584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:01.8172048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:01.8173471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:01.8174846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:01.8176218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:01.8177605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:01.8179219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:01.8180759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:01.8182251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:01.8183638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:01.8184954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:01.8186284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:01.8187536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:01.8189026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:01.8190372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:01.8191698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:01.8193539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:01.8195266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:01.8196640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:01.8197925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:01.8199224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:01.8200529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:01.8201877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:01.8203177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:01.8204600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:01.8206138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:01.8207613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:01.8209039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:01.8210371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:01.8211674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:01.8213046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:01.8214444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:01.8215781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:01.8217121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:01.8218435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:01.8219947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:01.8221234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:01.8222500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:01.8223750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:01.8224970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:01.8226150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:01.8227481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:01.8228987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:01.8230489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:01.8231975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:01.8233464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:01.8235409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:01.8237296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:01.8238811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:01.8240284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:01.8241935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:01.8243750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:01.8245558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:01.8247363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:01.8249197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:01.8251015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:01.8252882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:01.8254808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:01.8256962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:01.8259445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:01.8261762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:01.8264062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:01.8266388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:01.8268735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:01.8271123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:01.8273475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:01.8275826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:01.8278268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:01.8281084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:01.8283739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:01.8286135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:01.8289028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:01.8291967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:01.8294841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:01.8297655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:01.8300362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:01.8302809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:01.8305190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:01.8307538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:01.8309858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:01.8312016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:01.8313949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:01.8315854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:01.8317930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:01.8320118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:01.8322209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:01.8324273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:01.8326759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:01.8328964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:01.8330904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:01.8332837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:01.8334693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:01.8336581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:01.8338488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:01.8340435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:01.8342244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:01.8344142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:01.8346259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:01.8348567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:01.8350980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:01.8353232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:01.8355493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:01.8357649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:01.8359596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:01.8361648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:01.8363785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:01.8365971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:01.8398875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:01.8401582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:01.8404340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:01.8406836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:01.8409037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:01.8411133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:01.8413147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:01.8415132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:01.8417045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:01.8418889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:01.8420764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:01.8422460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:01.8424226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:01.8426136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:01.8428067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:01.8429959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:01.8431868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:01.8433760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:01.8435703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:01.8437686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:01.8439699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:01.8441695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:01.8443787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:01.8445985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:01.8448486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:01.8450898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:01.8453136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:01.8455363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:01.8457614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:01.8459973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:01.8462239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:01.8464505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:01.8466762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:01.8469008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:01.8471216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:01.8473453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:01.8475683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:01.8477900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:01.8480127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:01.8482387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:01.8484649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:01.8486938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:01.8489468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:01.8491740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:01.8494369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:01.8496597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:01.8499069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:01.8501261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:01.8503436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:01.8505574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:01.8507656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:01.8509635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:01.8511629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:01.8513764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:01.8515969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:01.8517989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:01.8519938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:01.8521884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:01.8523772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:01.8525599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:01.8527322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:01.8529011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:01.8530832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:01.8532792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:01.8534789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:01.8536822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:01.8538849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:01.8541232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:01.8543619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:01.8545653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:01.8547420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:01.8549194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:01.8550968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:01.8552693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:01.8554408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:01.8556205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:01.8558104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:01.8559974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:01.8561856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:01.8563943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:01.8566132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:01.8568258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:01.8570411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:01.8572470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:01.8574442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:01.8576354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:01.8578160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:01.8579958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:01.8581787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:01.8583730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:01.8585869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:01.8587958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:01.8590054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:01.8591990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:01.8593994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:01.8595980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:01.8597947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:01.8599944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:01.8601913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:01.8603859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:01.8605819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:01.8607821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:01.8609901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:01.8612020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:01.8614093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:01.8616072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:01.8618040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:01.8620330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:01.8622570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:01.8624580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:01.8626531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:01.8628458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:01.8630763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:01.8632828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:01.8634549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:01.8636234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:01.8637948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:01.8639806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:01.8641835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:01.8643932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:01.8645903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:01.8647688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:01.8649441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:01.8651149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:01.8652855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:01.8654495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:01.8656036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:01.8657735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:01.8659594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:01.8661269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:01.8662968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:01.8664673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:01.8666448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:01.8668153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:01.8669830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:01.8671465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:01.8673266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:01.8674785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:01.8676263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:01.8677553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:01.8678999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:01.8680485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:01.8681920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:01.8683408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:01.8684890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:01.8686383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:01.8687783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:01.8689391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:01.8690978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:01.8692592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:01.8694266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:01.8695878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:01.8697333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:01.8699002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:01.8700880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:01.8702646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:01.8704338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:01.8706255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:01.8708310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:01.8710098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:01.8711868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:01.8713643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:01.8715266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:01.8717271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:01.8718934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:01.8720355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:01.8721763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:01.8723306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:01.8724767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:01.8726341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:01.8727997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:01.8729565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:01.8731056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:01.8732519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:01.8733975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:01.8735467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:01.8736934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:01.8738409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:01.8740101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:01.8741643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:01.8743113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:01.8744570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:01.8746018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:01.8747473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:01.8748920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:01.8750395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:01.8751843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:01.8753303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:01.8754831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:01.8756351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:01.8757795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:01.8759456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:01.8760949Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:01.8762369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:01.8763828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:01.8765143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:01.8766507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:01.8767897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:01.8769251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:01.8770592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:01.8771946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:01.8773349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:01.8774875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:01.8776493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:01.8778100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:01.8779807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:01.8781404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:01.8782982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:01.8784573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:01.8786169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:01.8787766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:01.8789570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:01.8791129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:01.8792624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:01.8794080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:01.8795541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:01.8797007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:01.8798488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:01.8799975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:01.8801807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:01.8803381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:01.8804809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:01.8806273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:01.8807841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:01.8809389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:01.8810896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:01.8812466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:01.8814020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:01.8815468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:01.8816866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:01.8818299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:01.8819853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:01.8821359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:01.8822870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:01.8824358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:01.8825901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:01.8827473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:01.8829017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:01.8830522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:01.8831934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:01.8833432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:01.8835057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:01.8836488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:01.8837874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:01.8839384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:01.8840898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:01.8842767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:01.8844500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:01.8846380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:01.8848116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:01.8849897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:01.8851631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:01.8853192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:01.8854600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:01.8855951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:01.8857378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:01.8859042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:01.8860566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:01.8861951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:01.8863366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:01.8864810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:01.8866243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:01.8867653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:01.8869142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:01.8870597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:01.8872005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:01.8873429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:01.8874886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:01.8876352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:01.8877737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:01.8879158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:01.8880645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:01.8882270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:01.8883967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:01.8885922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:01.8887640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:01.8889462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:01.8890957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:01.8892472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:01.8894019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:01.8895561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:01.8897120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:01.8898630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:01.8900134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:01.8901477Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:01.8902747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:01.8904214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:01.8905884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:01.8907606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:01.8909343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:01.8911020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:01.8912654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:01.8914255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:01.8915900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:01.8917644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:01.8919339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:01.8920835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:01.8922291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:01.8923860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:01.8925436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:01.8927413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:01.8928792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:01.8930287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:01.8931605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:01.8932951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:01.8934364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:01.8935791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:01.8937173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:01.8938552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:01.8940032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:01.8941431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:01.8942767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:01.8944155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:01.8945767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:01.8947475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:01.8949201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:01.8950841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:01.8952265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:01.8953582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:01.8955098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:01.8956649Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:01.8958101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:01.8959610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:01.8961156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:01.8962611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:01.8964005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:01.8965357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:01.8966626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:01.8967904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:01.8969475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:01.8970891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:01.8972329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:01.8973581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:01.8974821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:01.8976060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:01.8977360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:01.8978609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:01.8980266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:01.8982103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:01.8983900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:01.8985747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:01.8987637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:01.8989813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:01.8991671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:01.8993481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:01.8995248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:01.8996968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:01.8998675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:01.9000390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:01.9002096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:01.9003852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:01.9005628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:01.9007377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:01.9009110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:01.9010818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:01.9012973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:01.9015130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:01.9017025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:01.9018884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:01.9020942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:01.9022957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:01.9024968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:01.9026854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:01.9028571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:01.9030272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:01.9031978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:01.9033664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:01.9035336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:01.9037056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:01.9038814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:01.9040543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:01.9042324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:01.9044152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:01.9045969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:01.9047761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:01.9049519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:01.9051374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:01.9053125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:01.9054889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:01.9056883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:01.9058769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:01.9060571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:01.9062248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:01.9063982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:01.9065765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:01.9067536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:01.9069345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:01.9071158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:01.9072950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:01.9074744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:01.9076525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:01.9078295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:01.9080058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:01.9081797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:01.9083505Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:01.9085222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:01.9086946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:01.9088981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:01.9090695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:01.9092371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:01.9094010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:01.9095707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:01.9097452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:01.9099613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:01.9101414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:01.9103431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:01.9105211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:01.9107040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:01.9108928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:01.9110790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:01.9112642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:01.9114452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:01.9116235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:01.9118032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:01.9119826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:01.9121606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:01.9123380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:01.9125135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:01.9126862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:01.9128650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:01.9130492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:01.9132329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:01.9134173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:01.9136044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:01.9137907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:01.9139909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:01.9141782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:01.9143897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:01.9145936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:01.9147782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:01.9149591Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:01.9151372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:01.9153110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:01.9154827Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:01.9156587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:01.9158359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:01.9160092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:01.9162009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:01.9164084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:01.9166152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:01.9168213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:01.9170237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:01.9172243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:01.9174299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:01.9176395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:01.9178479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:01.9180536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:01.9182350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:01.9184135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:01.9185884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:01.9187968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:01.9190292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:01.9192219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:01.9194092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:01.9195904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:01.9197687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:01.9199472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:01.9201223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:01.9202939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:01.9204594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:01.9206272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:01.9208020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:01.9209752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:01.9211509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:01.9213261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:01.9214995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:01.9216718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:01.9218429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:01.9220248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:01.9221887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:01.9223494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:01.9225060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:01.9226663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:01.9228273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:01.9229865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:01.9231990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:01.9233935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:01.9235597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:01.9237321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:01.9239106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:01.9240859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:01.9242692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:01.9244393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:01.9246059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:01.9247766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:01.9249507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:01.9251220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:01.9252976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:01.9254774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:01.9256545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:01.9258309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:01.9260185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:01.9261940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:01.9263694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:01.9265426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:01.9267130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:01.9268847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:01.9270565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:01.9272270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:01.9274266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:01.9276047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:01.9277952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:01.9279695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:01.9281471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:01.9283378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:01.9285193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:01.9287017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:01.9289024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:01.9290893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:01.9292799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:01.9294686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:01.9296566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:01.9298392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:01.9300297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:01.9302057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:01.9303749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:01.9305418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:01.9307161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:01.9308952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:01.9310731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:01.9312554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:01.9314413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:01.9316242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:01.9318475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:01.9320340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:01.9322578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:01.9324341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:01.9326057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:01.9327750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:01.9329444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:01.9331069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:01.9332678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:01.9334434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:01.9336340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:01.9338230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:01.9340221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:01.9341064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:01.9341891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:01.9342714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:01.9343519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:01.9344315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:01.9345141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:01.9345954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:01.9346760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:01.9347638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:01.9348504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:01.9349358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:01.9350445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:01.9351260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:01.9352216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:01.9352985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:01.9353744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:01.9354487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:01.9355235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:01.9355968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:01.9356713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:01.9357505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:01.9358287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:01.9359053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:01.9359889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:01.9360719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:01.9361538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:01.9362446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:01.9363335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:01.9364228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:01.9365045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:01.9365868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:01.9366685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:01.9367542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:01.9368376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:01.9369215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:01.9369964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:01.9370898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:01.9371796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:01.9372619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:01.9373431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:01.9374220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:01.9375036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:01.9375833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:01.9376629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:01.9377483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:01.9378307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:01.9379251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:01.9379990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:01.9380703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:01.9381418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:01.9382238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:01.9383030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:01.9383815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:01.9384685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:01.9385559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:01.9386422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:01.9387295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:01.9388123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:01.9389243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:01.9390074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:01.9391231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:01.9392070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:01.9393039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:01.9393795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:01.9394548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:01.9395295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:01.9396027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:01.9396772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:01.9397618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:01.9398458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:01.9399271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:01.9400230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:01.9401008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:01.9401785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:01.9402596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:01.9403389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:01.9404164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:01.9405065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:01.9405947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:01.9406830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:01.9407650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:01.9408438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:01.9409221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:01.9410104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:01.9410986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:01.9412056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:01.9413020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:01.9413786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:01.9414542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:01.9415340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:01.9416091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:01.9416843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:01.9417670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:01.9418498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:01.9419391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:01.9420280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:01.9421142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:01.9422017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:01.9422938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:01.9423858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:01.9424755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:01.9425690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:01.9426607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:01.9427536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:01.9428333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:01.9429108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:01.9429868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:01.9430584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:01.9431293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:01.9432207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:01.9433071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:01.9434024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:01.9434837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:01.9435735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:01.9436619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:01.9437508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:01.9438295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:01.9439050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:01.9439808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:01.9440668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:01.9441517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:01.9442355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:01.9443213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:01.9444077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:01.9444924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:01.9445769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:01.9446592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:01.9447420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:01.9448235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:01.9449048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:01.9449835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:01.9450712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:01.9451572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:01.9452606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:01.9453543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:01.9454297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:01.9455036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:01.9455688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:01.9456449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:01.9457149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:01.9457844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:01.9458504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:01.9459245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:01.9459907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:01.9460574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:01.9461252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:01.9461935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:01.9462637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:01.9463360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:01.9464072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:01.9464776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:01.9465430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:01.9466139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:01.9466802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:01.9467488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:01.9468180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:01.9468804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:01.9469452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:01.9470103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:01.9470748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:01.9471459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:01.9472292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:01.9473172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:01.9473827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:01.9474529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:01.9475194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:01.9475816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:01.9476480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:01.9477195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:01.9477904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:01.9478537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:01.9479275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:01.9479949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:01.9480583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:01.9481294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:01.9481965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:01.9482621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:01.9483332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:01.9483981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:01.9484680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:01.9485458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:01.9486228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:01.9487057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:01.9487826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:01.9488880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:01.9489690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:01.9490417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:01.9491151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:01.9492297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:01.9493262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:01.9494080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:01.9494929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:01.9495723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:01.9496550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:01.9497334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:01.9498136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:01.9499107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:01.9499919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:01.9500662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:01.9501412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:01.9502218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:01.9503094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:01.9503928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:01.9504825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:01.9505849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:01.9506862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:01.9507906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:01.9508809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:01.9509601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:01.9510443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:01.9511205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:01.9511907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:01.9512891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:01.9513657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:01.9514525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:01.9515191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:01.9516042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:01.9516858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:01.9517890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:01.9518844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:01.9519816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:01.9520860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:01.9521744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:01.9522724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:01.9523669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:01.9524581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:01.9525473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:01.9526350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:01.9527169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:01.9527953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:01.9528746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:01.9529534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:01.9530307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:01.9531064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:01.9531708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:01.9532370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:01.9533076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:01.9533940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:01.9534816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:01.9535508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:01.9536162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:01.9536808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:01.9537489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:01.9538272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:01.9539153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:01.9539967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:01.9540745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:01.9541459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:01.9542108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:01.9542782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:01.9543497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:01.9544148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:01.9544976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:01.9545754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:01.9546610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:01.9547622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:01.9548685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:01.9549674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:01.9550632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:01.9551594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:01.9552581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:01.9553456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:01.9554766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:01.9556033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:01.9556963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:01.9557850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:01.9558614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:01.9559295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:01.9560006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:01.9560713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:01.9561412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:01.9562012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:01.9562631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:01.9563192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:01.9564145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:01.9564878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:01.9565582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:01.9566265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:01.9566966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:01.9567595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:01.9568457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:01.9569276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:01.9570049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:01.9570755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:01.9571601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:01.9572523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:01.9573276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:01.9574044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:01.9574911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:01.9575944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:01.9576848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:01.9577674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:01.9578335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:01.9579156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:01.9579806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:01.9580494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:01.9581329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:01.9582159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:01.9582865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:01.9583528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:01.9584277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:01.9584896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:01.9585646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:01.9586353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:01.9587134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:01.9587858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:01.9588793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:01.9589618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:01.9590349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:01.9591143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:01.9591899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:01.9592590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:01.9593367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:01.9594211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:01.9594846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:01.9595524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:01.9596164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:01.9597193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:01.9597948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:01.9598864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:01.9599503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:01.9600133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:01.9600935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:01.9601595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:01.9602355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:01.9603052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:01.9603699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:01.9604393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:01.9605065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:01.9605788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:01.9606442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:01.9607104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:01.9607725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:01.9608421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:01.9609050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:01.9609830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:01.9610404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:01.9611062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:01.9611697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:01.9612523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:01.9613253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:01.9613892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:01.9635427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:01.9636360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:01.9636955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:01.9637555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:01.9638186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:01.9639364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:01.9640147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:01.9641031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:01.9641669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:01.9642299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:01.9642860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:01.9643425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:01.9644000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:01.9644563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:01.9645333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:01.9646103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:01.9646916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:01.9647686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:01.9648470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:01.9649229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:01.9649953Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9650605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:01.9651174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:01.9651969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:01.9652760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:01.9653577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:01.9654358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:01.9655107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9655787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:01.9656508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:01.9657192Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:01.9657845Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:01.9658690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:01.9659458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:01.9660351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:01.9661022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:01.9661757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:01.9662376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:01.9663004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:01.9663620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:01.9664306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:01.9665091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:01.9665781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:01.9666466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:01.9667141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:01.9668075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:01.9669023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:01.9669895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9670674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:01.9671390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:01.9672049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:01.9672693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:01.9673541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:01.9674380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.9675172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9675872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:01.9676493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:01.9677146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:01.9677788Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:01.9678865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:01.9679977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:01.9680895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:01.9681850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:01.9682749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:01.9683592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9684375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:01.9685079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:01.9685928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:01.9686723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:01.9687608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:01.9688446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9689562Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:01.9690275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:01.9690875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:01.9691612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:01.9692364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:01.9693203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:01.9694015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:01.9694779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:01.9695471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:01.9696080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:01.9696881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:01.9697644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:01.9698326Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:01.9699457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:01.9701207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:01.9702633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:01.9704064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:01.9705496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:01.9706932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:01.9708299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:01.9709937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.9711850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.9713634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9715283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:01.9716793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:01.9718163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:01.9719499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:01.9721128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.9722923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.9724598Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9726151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:01.9727553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:01.9728855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:01.9730194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:01.9731540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:01.9733152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.9735000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.9736728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9738340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:01.9739937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:01.9741564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:01.9743225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:01.9744907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:01.9746702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9748366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:01.9749887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:01.9751235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:01.9752562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:01.9753976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:01.9755370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:01.9756830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:01.9758308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:01.9759924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.9761737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.9763489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:01.9765090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:01.9766490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:01.9768111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:01.9769987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:01.9771763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:01.9773427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:01.9775035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:01.9776407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:01.9777845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:01.9779466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:01.9780790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:01.9782158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:01.9784109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:01.9785737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:01.9787602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:01.9789381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:01.9790960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:01.9792430Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:01.9793407Z + echo ::endgroup:: 2025-03-21T20:18:01.9794332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:01.9796026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:01.9797526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:01.9799112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:01.9800857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:01.9802558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:01.9804190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:01.9805666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:01.9807153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:01.9808590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:01.9810172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:01.9811601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:01.9813017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:01.9814425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:01.9815883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:01.9817401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:01.9819039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:01.9820606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:01.9822092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:01.9823620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:01.9825232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:01.9826826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:01.9829083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:01.9830746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:01.9832627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:01.9834267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:01.9835856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:01.9837507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:01.9839164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:01.9840983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:01.9842836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:01.9844624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:01.9846447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:01.9848277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:01.9849963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:01.9851438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:01.9853005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:01.9854658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:01.9856200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:01.9857769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:01.9859398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:01.9860770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:01.9862179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:01.9863613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:01.9865030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:01.9866376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:01.9867702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:01.9869101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:01.9870426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:01.9872094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:01.9873560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:01.9875261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:01.9876886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:01.9878338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:01.9879623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:01.9881031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:01.9882563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:01.9883940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:01.9885201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:01.9886517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:01.9887825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:01.9889438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:01.9890632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:01.9891781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:01.9892859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:01.9893885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:01.9896038Z ##[endgroup] 2025-03-21T20:18:02.0056280Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:02.0056882Z with: 2025-03-21T20:18:02.0057336Z repository: pytorch/test-infra 2025-03-21T20:18:02.0057879Z path: test-infra 2025-03-21T20:18:02.0058335Z submodules: recursive 2025-03-21T20:18:02.0059204Z token: *** 2025-03-21T20:18:02.0059632Z ssh-strict: true 2025-03-21T20:18:02.0060074Z ssh-user: git 2025-03-21T20:18:02.0060528Z persist-credentials: true 2025-03-21T20:18:02.0061016Z clean: true 2025-03-21T20:18:02.0061480Z sparse-checkout-cone-mode: true 2025-03-21T20:18:02.0061999Z fetch-depth: 1 2025-03-21T20:18:02.0062439Z fetch-tags: false 2025-03-21T20:18:02.0062890Z show-progress: true 2025-03-21T20:18:02.0063351Z lfs: false 2025-03-21T20:18:02.0063794Z set-safe-directory: true 2025-03-21T20:18:02.0064276Z env: 2025-03-21T20:18:02.0064773Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:02.0065406Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:02.0065955Z PR_NUMBER: 2025-03-21T20:18:02.0068498Z 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=qwen2_5 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:02.0071072Z ##[endgroup] 2025-03-21T20:18:02.1773303Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:02.1774694Z ##[group]Getting Git version info 2025-03-21T20:18:02.1775615Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:02.1776832Z [command]/usr/bin/git version 2025-03-21T20:18:02.1777366Z git version 2.47.1 2025-03-21T20:18:02.1809915Z ##[endgroup] 2025-03-21T20:18:02.1823912Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/eb8d2a99-6efe-46ba-a380-d1e72dd9c300/.gitconfig' 2025-03-21T20:18:02.1840961Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/eb8d2a99-6efe-46ba-a380-d1e72dd9c300' before making global git config changes 2025-03-21T20:18:02.1842470Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:02.1851388Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:02.1904654Z ##[group]Initializing the repository 2025-03-21T20:18:02.1911147Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:02.1955452Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:02.1956744Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:02.1957836Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:02.1958604Z hint: 2025-03-21T20:18:02.1959143Z hint: git config --global init.defaultBranch 2025-03-21T20:18:02.1959768Z hint: 2025-03-21T20:18:02.1960356Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:02.1961275Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:02.1962037Z hint: 2025-03-21T20:18:02.1962475Z hint: git branch -m 2025-03-21T20:18:02.1963417Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:02.1977693Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:02.2017414Z ##[endgroup] 2025-03-21T20:18:02.2018245Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:02.2026313Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:02.2065163Z ##[endgroup] 2025-03-21T20:18:02.2065942Z ##[group]Setting up auth 2025-03-21T20:18:02.2074974Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:02.2118071Z [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:02.2487889Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:02.2529656Z [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:02.2891673Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:02.2957702Z ##[endgroup] 2025-03-21T20:18:02.2958804Z ##[group]Determining the default branch 2025-03-21T20:18:02.2960825Z Retrieving the default branch name 2025-03-21T20:18:02.5007177Z Default branch 'main' 2025-03-21T20:18:02.5008249Z ##[endgroup] 2025-03-21T20:18:02.5009027Z ##[group]Fetching the repository 2025-03-21T20:18:02.5018111Z [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:02.8323606Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:02.8324447Z * [new branch] main -> origin/main 2025-03-21T20:18:02.8354996Z ##[endgroup] 2025-03-21T20:18:02.8355780Z ##[group]Determining the checkout info 2025-03-21T20:18:02.8356646Z ##[endgroup] 2025-03-21T20:18:02.8362903Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:02.8416105Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:02.8460300Z ##[group]Checking out the ref 2025-03-21T20:18:02.8466449Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:02.9452365Z Switched to a new branch 'main' 2025-03-21T20:18:02.9453944Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:02.9463542Z ##[endgroup] 2025-03-21T20:18:02.9464361Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:02.9471461Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:02.9542756Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:02.9594493Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:02.9644531Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:02.9689521Z ##[endgroup] 2025-03-21T20:18:02.9690344Z ##[group]Fetching submodules 2025-03-21T20:18:02.9696653Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:03.0060186Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:03.0414869Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:03.0757454Z ##[endgroup] 2025-03-21T20:18:03.0758286Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:03.0765170Z [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:03.1111999Z [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:03.1457183Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:03.1802562Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:03.2137835Z ##[endgroup] 2025-03-21T20:18:03.2192310Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:03.2226533Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:03.2528502Z Prepare all required actions 2025-03-21T20:18:03.2529581Z Getting action download info 2025-03-21T20:18:03.3512084Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:04.8217675Z Getting action download info 2025-03-21T20:18:04.9180520Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:05.0935433Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:05.0936036Z env: 2025-03-21T20:18:05.0936534Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.0937169Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.0937689Z PR_NUMBER: 2025-03-21T20:18:05.0940297Z 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=qwen2_5 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.0942834Z ##[endgroup] 2025-03-21T20:18:05.1075082Z ##[group]Run set -euo pipefail 2025-03-21T20:18:05.1075711Z set -euo pipefail 2025-03-21T20:18:05.1076246Z function get_ec2_metadata() { 2025-03-21T20:18:05.1076884Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:05.1077868Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:05.1078752Z  category=$1 2025-03-21T20:18:05.1080063Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:05.1081892Z } 2025-03-21T20:18:05.1082391Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:05.1083088Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:05.1083844Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:05.1084527Z echo "system info $(uname -a)" 2025-03-21T20:18:05.1093237Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1093870Z env: 2025-03-21T20:18:05.1094367Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1095007Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1095510Z PR_NUMBER: 2025-03-21T20:18:05.1097928Z 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=qwen2_5 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.1100557Z ##[endgroup] 2025-03-21T20:18:05.1268031Z ami-id: ami-0eae2a0fc13b15fce 2025-03-21T20:18:05.1395360Z instance-id: i-09712ce0015e846fd 2025-03-21T20:18:05.1530974Z instance-type: t4g.2xlarge 2025-03-21T20:18:05.1543794Z system info Linux ip-10-0-53-53.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:05.1598343Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:05.1599748Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:05.1609145Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1609769Z env: 2025-03-21T20:18:05.1610661Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1611331Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1611866Z PR_NUMBER: 2025-03-21T20:18:05.1614280Z 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=qwen2_5 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.1616786Z ##[endgroup] 2025-03-21T20:18:05.1723794Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:05.1724576Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:05.1725248Z  echo "Docker daemon is running..."; 2025-03-21T20:18:05.1725810Z else 2025-03-21T20:18:05.1726434Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:05.1727137Z fi 2025-03-21T20:18:05.1735154Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1735791Z env: 2025-03-21T20:18:05.1736273Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1736911Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1737417Z PR_NUMBER: 2025-03-21T20:18:05.1740017Z 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=qwen2_5 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.1742888Z ##[endgroup] 2025-03-21T20:18:05.1838300Z Docker daemon is running... 2025-03-21T20:18:05.1881757Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:05.1882763Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:05.1883583Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:05.1884531Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:05.1885633Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:05.1894128Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.1894781Z env: 2025-03-21T20:18:05.1895292Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.1895949Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.1896468Z PR_NUMBER: 2025-03-21T20:18:05.1898902Z 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=qwen2_5 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.1901535Z AWS_RETRY_MODE: standard 2025-03-21T20:18:05.1902044Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:05.1902540Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:05.1903061Z ##[endgroup] 2025-03-21T20:18:06.7980465Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:06.7981437Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:06.7982356Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:06.7983133Z 2025-03-21T20:18:06.7983347Z Login Succeeded 2025-03-21T20:18:06.8042958Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:06.8044250Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:06.8045102Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:06.8054161Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.8054795Z env: 2025-03-21T20:18:06.8055291Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:06.8055925Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.8056438Z PR_NUMBER: 2025-03-21T20:18:06.8058824Z 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=qwen2_5 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:06.8061495Z ##[endgroup] 2025-03-21T20:18:06.8168818Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:06.8169609Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:06.8170271Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:06.8170872Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:06.8171596Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:06.8172343Z  2025-03-21T20:18:06.8172874Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:06.8173579Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:06.8174211Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:06.8174996Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:06.8176166Z  2025-03-21T20:18:06.8176623Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:06.8177238Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:06.8177812Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:06.8178480Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:06.8186850Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.8187472Z env: 2025-03-21T20:18:06.8187974Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:06.8188830Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.8189359Z PR_NUMBER: 2025-03-21T20:18:06.8191776Z 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=qwen2_5 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:06.8194307Z ##[endgroup] 2025-03-21T20:18:06.9949135Z ##[group]Run needs=0 2025-03-21T20:18:06.9949639Z needs=0 2025-03-21T20:18:06.9950285Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:06.9950994Z  needs=1 2025-03-21T20:18:06.9951428Z fi 2025-03-21T20:18:06.9951889Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:06.9960507Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.9961136Z env: 2025-03-21T20:18:06.9961623Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:06.9962256Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.9962761Z PR_NUMBER: 2025-03-21T20:18:06.9965585Z 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=qwen2_5 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:06.9968335Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:06.9969251Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:06.9970123Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:06.9970764Z ##[endgroup] 2025-03-21T20:18:07.0234542Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:07.0235457Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:07.0236160Z # shellcheck disable=SC2046 2025-03-21T20:18:07.0236727Z docker stop $(docker ps -q) || true 2025-03-21T20:18:07.0237352Z # Prune all of the docker images 2025-03-21T20:18:07.0237920Z docker system prune -af 2025-03-21T20:18:07.0245817Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.0246448Z env: 2025-03-21T20:18:07.0246947Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:07.0247581Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.0248090Z PR_NUMBER: 2025-03-21T20:18:07.0250486Z 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=qwen2_5 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:07.0253169Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:07.0254493Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:07.0255378Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:07.0256022Z ##[endgroup] 2025-03-21T20:18:07.0537087Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:07.0538183Z See 'docker stop --help'. 2025-03-21T20:18:07.0538515Z 2025-03-21T20:18:07.0538814Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:07.0539414Z 2025-03-21T20:18:07.0539636Z Stop one or more running containers 2025-03-21T20:18:07.0710698Z Total reclaimed space: 0B 2025-03-21T20:18:07.0822115Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:07.0822801Z with: 2025-03-21T20:18:07.0823514Z github-secret: *** 2025-03-21T20:18:07.0824573Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:07.0825745Z activate-with-label: false 2025-03-21T20:18:07.0826231Z label: with-ssh 2025-03-21T20:18:07.0826679Z remove-existing-keys: true 2025-03-21T20:18:07.0827177Z fail-silently: true 2025-03-21T20:18:07.0827606Z env: 2025-03-21T20:18:07.0828084Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:07.0828706Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.0829208Z PR_NUMBER: 2025-03-21T20:18:07.0831630Z 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=qwen2_5 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:07.0834301Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:07.0835217Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:07.0836089Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:07.0836729Z ##[endgroup] 2025-03-21T20:18:07.2467552Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:07.2469189Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:07.2645758Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:07.2646341Z with: 2025-03-21T20:18:07.2646764Z repository: pytorch/executorch 2025-03-21T20:18:07.2647323Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:07.2647902Z path: pytorch/executorch 2025-03-21T20:18:07.2648386Z fetch-depth: 1 2025-03-21T20:18:07.2648817Z submodules: true 2025-03-21T20:18:07.2649488Z token: *** 2025-03-21T20:18:07.2649916Z ssh-strict: true 2025-03-21T20:18:07.2650348Z ssh-user: git 2025-03-21T20:18:07.2650822Z persist-credentials: true 2025-03-21T20:18:07.2651302Z clean: true 2025-03-21T20:18:07.2651744Z sparse-checkout-cone-mode: true 2025-03-21T20:18:07.2652259Z fetch-tags: false 2025-03-21T20:18:07.2652705Z show-progress: true 2025-03-21T20:18:07.2653154Z lfs: false 2025-03-21T20:18:07.2653594Z set-safe-directory: true 2025-03-21T20:18:07.2654054Z env: 2025-03-21T20:18:07.2654541Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:07.2655222Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.2655729Z PR_NUMBER: 2025-03-21T20:18:07.2658124Z 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=qwen2_5 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:07.2661283Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:07.2662197Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:07.2663069Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:07.2663720Z ##[endgroup] 2025-03-21T20:18:07.3919221Z Syncing repository: pytorch/executorch 2025-03-21T20:18:07.3931849Z ##[group]Getting Git version info 2025-03-21T20:18:07.3933010Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:07.3970671Z [command]/usr/bin/git version 2025-03-21T20:18:07.4022815Z git version 2.47.1 2025-03-21T20:18:07.4058859Z ##[endgroup] 2025-03-21T20:18:07.4071084Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/717b8997-daac-4426-8290-d81783ac82ca/.gitconfig' 2025-03-21T20:18:07.4085718Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/717b8997-daac-4426-8290-d81783ac82ca' before making global git config changes 2025-03-21T20:18:07.4087178Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:07.4095671Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:07.4141775Z ##[group]Initializing the repository 2025-03-21T20:18:07.4147731Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:07.4185311Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:07.4186274Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:07.4187171Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:07.4187847Z hint: 2025-03-21T20:18:07.4188354Z hint: git config --global init.defaultBranch 2025-03-21T20:18:07.4189311Z hint: 2025-03-21T20:18:07.4189883Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:07.4190784Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:07.4191497Z hint: 2025-03-21T20:18:07.4191923Z hint: git branch -m 2025-03-21T20:18:07.4192884Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:07.4206832Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:07.4243479Z ##[endgroup] 2025-03-21T20:18:07.4244281Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:07.4251396Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:07.4287430Z ##[endgroup] 2025-03-21T20:18:07.4288180Z ##[group]Setting up auth 2025-03-21T20:18:07.4297383Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:07.4338034Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:07.4676414Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:07.4713065Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:07.5055122Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:07.5117799Z ##[endgroup] 2025-03-21T20:18:07.5118592Z ##[group]Fetching the repository 2025-03-21T20:18:07.5129635Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:09.3181565Z From https://github.com/pytorch/executorch 2025-03-21T20:18:09.3182790Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:09.3208750Z ##[endgroup] 2025-03-21T20:18:09.3209717Z ##[group]Determining the checkout info 2025-03-21T20:18:09.3211136Z ##[endgroup] 2025-03-21T20:18:09.3218186Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:09.3271156Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:09.3309879Z ##[group]Checking out the ref 2025-03-21T20:18:09.3315491Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:09.8876034Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:09.8876583Z 2025-03-21T20:18:09.8876960Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:09.8877838Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:09.8878710Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:09.8879245Z 2025-03-21T20:18:09.8879603Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:09.8880428Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:09.8880891Z 2025-03-21T20:18:09.8881110Z git switch -c 2025-03-21T20:18:09.8881451Z 2025-03-21T20:18:09.8881665Z Or undo this operation with: 2025-03-21T20:18:09.8881982Z 2025-03-21T20:18:09.8882188Z git switch - 2025-03-21T20:18:09.8882438Z 2025-03-21T20:18:09.8882842Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:09.8883382Z 2025-03-21T20:18:09.8883677Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:09.8926783Z ##[endgroup] 2025-03-21T20:18:09.8927587Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:09.8934450Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:09.8990303Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:09.9025825Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:09.9068099Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:09.9100743Z ##[endgroup] 2025-03-21T20:18:09.9101500Z ##[group]Fetching submodules 2025-03-21T20:18:09.9106995Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:09.9450494Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:09.9791001Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:09.9793325Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:09.9795318Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:09.9797214Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:09.9800297Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:09.9802510Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:09.9804268Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:09.9807314Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:09.9810578Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:09.9812850Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:09.9816723Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:09.9819430Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:09.9823310Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:09.9826652Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:09.9829935Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:09.9834131Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:09.9839717Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:09.9843185Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:09.9847870Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:09.9850722Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:09.9855156Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:09.9859207Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:09.9864033Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:09.9898914Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:10.2100996Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:10.2103008Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:10.2104918Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:10.2106884Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:10.2131117Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:10.3957223Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:10.3959044Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:10.3984839Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:10.5750715Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:10.5752828Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:10.5754230Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:10.5781448Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:10.8023298Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:10.8025097Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:10.8026810Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:10.8028544Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:10.8030300Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:10.8763213Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:11.4055422Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:11.4057094Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:11.4058771Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:11.4060422Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:11.9809377Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:11.9810261Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:11.9946744Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:12.5143080Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:12.5144001Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:12.5275301Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:12.5389305Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:13.3251735Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:13.3252566Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:13.3857064Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:13.9682026Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:13.9683018Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:14.0051185Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:14.4536670Z From https://github.com/zeux/volk 2025-03-21T20:18:14.4537459Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:14.4635885Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:14.8695043Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:14.8695856Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:14.8807211Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:15.2496167Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:15.2497382Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:15.2570667Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:16.9648870Z From https://github.com/google/XNNPACK 2025-03-21T20:18:16.9649683Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:17.6556923Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:18.1700745Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:18.1701549Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:18.2681495Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:18.6701861Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:18.6702685Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:18.6806794Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:19.2080263Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:19.2081085Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:19.2357651Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:20.7402377Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:20.7403183Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:20.8849168Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:20.9071668Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:21.4343356Z From https://github.com/pytorch/ao 2025-03-21T20:18:21.4344135Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:21.5160147Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:22.1343261Z From https://github.com/google/flatbuffers 2025-03-21T20:18:22.1344333Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:22.2591313Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:22.7639719Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:22.7640939Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:22.7935414Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:23.2294694Z From https://github.com/gflags/gflags 2025-03-21T20:18:23.2295497Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:23.2411896Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:24.6351914Z From https://github.com/google/googletest 2025-03-21T20:18:24.6352729Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:24.6758966Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:25.0702707Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:25.0703507Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:25.0797034Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:25.0892457Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:25.7380698Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:25.7381529Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:25.8352512Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:26.4469244Z From https://github.com/pybind/pybind11 2025-03-21T20:18:26.4470145Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:26.4815692Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:26.4817844Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:26.5147822Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.5179377Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.5210644Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.5241656Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.5273032Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.5305364Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.5337742Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.5369394Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.5404433Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.5436657Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.5469115Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.5503636Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.5537105Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.5568661Z Entering 'shim' 2025-03-21T20:18:26.5602254Z Entering 'third-party/ao' 2025-03-21T20:18:26.5634106Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.5664876Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.5697811Z Entering 'third-party/gflags' 2025-03-21T20:18:26.5729451Z Entering 'third-party/googletest' 2025-03-21T20:18:26.5760206Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.5792782Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.5822806Z Entering 'third-party/prelude' 2025-03-21T20:18:26.5853240Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.5897511Z ##[endgroup] 2025-03-21T20:18:26.5898367Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:26.5906702Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:26.6231816Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.6294017Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.6366913Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.6431221Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.6502096Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.6569550Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.6637091Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.6703840Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.6766616Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.6848034Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.6913243Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.6975918Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.7040046Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.7106346Z Entering 'shim' 2025-03-21T20:18:26.7169123Z Entering 'third-party/ao' 2025-03-21T20:18:26.7232067Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.7297829Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.7360986Z Entering 'third-party/gflags' 2025-03-21T20:18:26.7426641Z Entering 'third-party/googletest' 2025-03-21T20:18:26.7492922Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.7558356Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.7622754Z Entering 'third-party/prelude' 2025-03-21T20:18:26.7686424Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.7771026Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:26.8112345Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.8182472Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:26.8183953Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.8238897Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:26.8240307Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.8303362Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:26.8304740Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.8366981Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:26.8368498Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.8429860Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:26.8431379Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.8492923Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:26.8494300Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.8554710Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:26.8556073Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.8621748Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:26.8623126Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.8682918Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:26.8684766Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.8748548Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:26.8749960Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.8810255Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:26.8812148Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.8874174Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:26.8875478Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.8937547Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:26.8938910Z Entering 'shim' 2025-03-21T20:18:26.9003123Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:26.9004687Z Entering 'third-party/ao' 2025-03-21T20:18:26.9070451Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:26.9072123Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.9133602Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:26.9135336Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.9196314Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:26.9197535Z Entering 'third-party/gflags' 2025-03-21T20:18:26.9256700Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:26.9258017Z Entering 'third-party/googletest' 2025-03-21T20:18:26.9318510Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:26.9319770Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.9382763Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:26.9384049Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.9449582Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:26.9450902Z Entering 'third-party/prelude' 2025-03-21T20:18:26.9511248Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:26.9512499Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.9573446Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:26.9993444Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:27.0328409Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:27.0361208Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:27.0394522Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:27.0428287Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:27.0461997Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:27.0496543Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:27.0530202Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:27.0564214Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:27.0598698Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:27.0631446Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:27.0665599Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:27.0698952Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:27.0731476Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:27.0762953Z Entering 'shim' 2025-03-21T20:18:27.0794806Z Entering 'third-party/ao' 2025-03-21T20:18:27.0826488Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:27.0857487Z Entering 'third-party/flatcc' 2025-03-21T20:18:27.0886877Z Entering 'third-party/gflags' 2025-03-21T20:18:27.0918293Z Entering 'third-party/googletest' 2025-03-21T20:18:27.0947672Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:27.0978794Z Entering 'third-party/pocketfft' 2025-03-21T20:18:27.1007782Z Entering 'third-party/prelude' 2025-03-21T20:18:27.1038202Z Entering 'third-party/pybind11' 2025-03-21T20:18:27.1087003Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:27.1409659Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:27.1442619Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:27.1475438Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:27.1509409Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:27.1541559Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:27.1573005Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:27.1607154Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:27.1637025Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:27.1668748Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:27.1702665Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:27.1734109Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:27.1765651Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:27.1798205Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:27.1829286Z Entering 'shim' 2025-03-21T20:18:27.1868420Z Entering 'third-party/ao' 2025-03-21T20:18:27.1900134Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:27.1930820Z Entering 'third-party/flatcc' 2025-03-21T20:18:27.1962605Z Entering 'third-party/gflags' 2025-03-21T20:18:27.1992586Z Entering 'third-party/googletest' 2025-03-21T20:18:27.2028823Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:27.2060260Z Entering 'third-party/pocketfft' 2025-03-21T20:18:27.2091698Z Entering 'third-party/prelude' 2025-03-21T20:18:27.2120457Z Entering 'third-party/pybind11' 2025-03-21T20:18:27.2163846Z ##[endgroup] 2025-03-21T20:18:27.2209945Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:27.2238665Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:27.2559700Z Prepare all required actions 2025-03-21T20:18:27.2561045Z Getting action download info 2025-03-21T20:18:27.3555294Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:27.5172205Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:27.5172881Z with: 2025-03-21T20:18:27.5173409Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:27.5174064Z docker-build-dir: .ci/docker 2025-03-21T20:18:27.5174591Z working-directory: pytorch/executorch 2025-03-21T20:18:27.5175265Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.5175920Z force-push: false 2025-03-21T20:18:27.5176371Z env: 2025-03-21T20:18:27.5176850Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:27.5177468Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.5177965Z PR_NUMBER: 2025-03-21T20:18:27.5180550Z 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=qwen2_5 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.5183264Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.5184188Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.5185059Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.5185726Z ##[endgroup] 2025-03-21T20:18:27.5228350Z ##[group]Run set -ex 2025-03-21T20:18:27.5228920Z set -ex 2025-03-21T20:18:27.5229343Z  2025-03-21T20:18:27.5230017Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:27.5231223Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:27.5232139Z # job could then download the pre-built image as usual 2025-03-21T20:18:27.5232960Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:27.5233719Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5234444Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5235119Z  2025-03-21T20:18:27.5235723Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:27.5236449Z  exit 0 2025-03-21T20:18:27.5237199Z else 2025-03-21T20:18:27.5237669Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5238230Z fi 2025-03-21T20:18:27.5238630Z  2025-03-21T20:18:27.5239214Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:27.5240147Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:27.5240980Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:27.5241754Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:27.5242556Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5243339Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5244005Z else 2025-03-21T20:18:27.5244537Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:27.5245287Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5246269Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5247147Z fi 2025-03-21T20:18:27.5255793Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.5256448Z env: 2025-03-21T20:18:27.5256938Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:27.5257565Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.5258066Z PR_NUMBER: 2025-03-21T20:18:27.5260553Z 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=qwen2_5 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.5263232Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.5264151Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.5265042Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.5265704Z REPO_NAME: executorch 2025-03-21T20:18:27.5266272Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:27.5266916Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:27.5267529Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.5268171Z ##[endgroup] 2025-03-21T20:18:27.5302401Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:27.5302939Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:27.5303450Z + echo skip=false 2025-03-21T20:18:27.5304295Z + [[ 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:27.5307194Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:27.5324855Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.5325709Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.5327063Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.5384011Z ##[group]Run set +e 2025-03-21T20:18:27.5384596Z set +e 2025-03-21T20:18:27.5385044Z set -x 2025-03-21T20:18:27.5385494Z  2025-03-21T20:18:27.5385930Z login() { 2025-03-21T20:18:27.5386736Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:27.5387562Z } 2025-03-21T20:18:27.5387964Z  2025-03-21T20:18:27.5388367Z retry () { 2025-03-21T20:18:27.5389011Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:27.5389899Z } 2025-03-21T20:18:27.5390314Z  2025-03-21T20:18:27.5390750Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:27.5391292Z  2025-03-21T20:18:27.5391718Z START_TIME=$(date +%s) 2025-03-21T20:18:27.5392255Z # Wait up to 120 minutes 2025-03-21T20:18:27.5392861Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:27.5393648Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:27.5394439Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:27.5395052Z  exit 0 2025-03-21T20:18:27.5395483Z  fi 2025-03-21T20:18:27.5395889Z  2025-03-21T20:18:27.5396529Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:27.5397556Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:27.5398593Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:27.5399419Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:27.5400077Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:27.5401076Z  break 2025-03-21T20:18:27.5401532Z  else 2025-03-21T20:18:27.5402114Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:27.5402801Z  sleep 300 2025-03-21T20:18:27.5403251Z  fi 2025-03-21T20:18:27.5403654Z done 2025-03-21T20:18:27.5404066Z  2025-03-21T20:18:27.5404670Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:27.5405572Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:27.5406388Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:27.5407950Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:27.5408625Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:27.5409189Z else 2025-03-21T20:18:27.5409764Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:27.5410531Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:27.5411141Z fi 2025-03-21T20:18:27.5411552Z  2025-03-21T20:18:27.5411985Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:27.5412594Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5413178Z  2025-03-21T20:18:27.5413942Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:27.5414817Z  exit 0 2025-03-21T20:18:27.5415234Z fi 2025-03-21T20:18:27.5415639Z  2025-03-21T20:18:27.5416181Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:27.5417258Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:27.5418188Z  exit 1 2025-03-21T20:18:27.5418606Z fi 2025-03-21T20:18:27.5419137Z  2025-03-21T20:18:27.5419754Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:27.5420775Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:27.5421694Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:27.5422734Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:27.5424300Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:27.5425046Z fi 2025-03-21T20:18:27.5425700Z  2025-03-21T20:18:27.5426178Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:27.5434978Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.5435619Z env: 2025-03-21T20:18:27.5436681Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.5437863Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.5438364Z PR_NUMBER: 2025-03-21T20:18:27.5440744Z 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=qwen2_5 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.5443410Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.5444336Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.5445212Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.5446088Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:27.5446691Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:27.5447365Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.5448094Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.5448734Z DOCKER_PUSH: 2025-03-21T20:18:27.5449160Z ##[endgroup] 2025-03-21T20:18:27.5482592Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.5483423Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.5485276Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:27.5486720Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.2716941Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:28.2717921Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:28.2718858Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:28.2719444Z 2025-03-21T20:18:28.2719946Z Login Succeeded 2025-03-21T20:18:28.2744700Z ++ date +%s 2025-03-21T20:18:28.2754581Z + START_TIME=1742588308 2025-03-21T20:18:28.2758538Z ++ date +%s 2025-03-21T20:18:28.2768377Z + [[ 1742581108 -lt 1742588308 ]] 2025-03-21T20:18:28.2769645Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.4725049Z { 2025-03-21T20:18:28.4725619Z "schemaVersion": 2, 2025-03-21T20:18:28.4726339Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:28.4727073Z "config": { 2025-03-21T20:18:28.4727691Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:28.4728376Z "size": 15125, 2025-03-21T20:18:28.4729077Z "digest": "sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4" 2025-03-21T20:18:28.4729857Z }, 2025-03-21T20:18:28.4730273Z "layers": [ 2025-03-21T20:18:28.4730671Z { 2025-03-21T20:18:28.4731233Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4731925Z "size": 28397174, 2025-03-21T20:18:28.4732614Z "digest": "sha256:9b850f5aae4c6627d2173c368f232b9b1db52bbf636f85f66e885e8611acd964" 2025-03-21T20:18:28.4733384Z }, 2025-03-21T20:18:28.4733760Z { 2025-03-21T20:18:28.4734326Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4735007Z "size": 633, 2025-03-21T20:18:28.4735706Z "digest": "sha256:badf7cb767d1b45da1f5dabcfb3479e8c3860c7ddfedea2b1848e91ee00faa4a" 2025-03-21T20:18:28.4736492Z }, 2025-03-21T20:18:28.4736866Z { 2025-03-21T20:18:28.4737978Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4738664Z "size": 153121650, 2025-03-21T20:18:28.4739463Z "digest": "sha256:0f89db74a98d9c3b39c34b6138f0608318e0445f8005542cc5cd957ecd8b5a95" 2025-03-21T20:18:28.4740218Z }, 2025-03-21T20:18:28.4740610Z { 2025-03-21T20:18:28.4741177Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4741948Z "size": 622, 2025-03-21T20:18:28.4742616Z "digest": "sha256:32a4514e7ff575e6e37522ceb046a4594750562d16d01c2a4495863819f59f56" 2025-03-21T20:18:28.4743364Z }, 2025-03-21T20:18:28.4743743Z { 2025-03-21T20:18:28.4744313Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4744997Z "size": 18985061, 2025-03-21T20:18:28.4745687Z "digest": "sha256:37c6f550ae9bd5ea67adf6bc3031f5e81601ea2177874639027bb9aaea1d5468" 2025-03-21T20:18:28.4746454Z }, 2025-03-21T20:18:28.4746824Z { 2025-03-21T20:18:28.4747441Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4748186Z "size": 737, 2025-03-21T20:18:28.4748865Z "digest": "sha256:41326e4613eb7cd7c11da0f4d91f4c2c8377bf26dabf4f1bd1582609a64e5ee0" 2025-03-21T20:18:28.4749629Z }, 2025-03-21T20:18:28.4750001Z { 2025-03-21T20:18:28.4750863Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4751568Z "size": 104, 2025-03-21T20:18:28.4752241Z "digest": "sha256:c5561e75697a090410df8a63b915edf3477dd7fde71ae2d1b13768144db7def4" 2025-03-21T20:18:28.4752994Z }, 2025-03-21T20:18:28.4753363Z { 2025-03-21T20:18:28.4753929Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4754605Z "size": 447, 2025-03-21T20:18:28.4755284Z "digest": "sha256:e6a0b1cdd23a737edbabd1d9f6380877e85325bcd96e36c5d1457dd2430d701f" 2025-03-21T20:18:28.4756056Z }, 2025-03-21T20:18:28.4756430Z { 2025-03-21T20:18:28.4756990Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4757690Z "size": 2758, 2025-03-21T20:18:28.4758362Z "digest": "sha256:55a35e56f796d1f48b8a63c990ede1a75d2f65560b04c7b55672845ae99b461e" 2025-03-21T20:18:28.4759122Z }, 2025-03-21T20:18:28.4759497Z { 2025-03-21T20:18:28.4760073Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4760759Z "size": 637, 2025-03-21T20:18:28.4761431Z "digest": "sha256:4116b07c7ca15a3a34580b3b8c039d59e042ef72f0f02e2ff121bea0d7878663" 2025-03-21T20:18:28.4762191Z }, 2025-03-21T20:18:28.4762563Z { 2025-03-21T20:18:28.4763125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4763806Z "size": 33668694, 2025-03-21T20:18:28.4764496Z "digest": "sha256:cf6a0478ca56cd157e99ad6be8c6390902bc94f1e19512d7e433964e5d5b5d5b" 2025-03-21T20:18:28.4765262Z }, 2025-03-21T20:18:28.4765639Z { 2025-03-21T20:18:28.4766201Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4766882Z "size": 318, 2025-03-21T20:18:28.4767564Z "digest": "sha256:3b4cd7004f33f8e021fd6e6c068ee019298c34a08b0492e152ac8aa2e013b796" 2025-03-21T20:18:28.4768321Z }, 2025-03-21T20:18:28.4768694Z { 2025-03-21T20:18:28.4769258Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4769956Z "size": 244427647, 2025-03-21T20:18:28.4770644Z "digest": "sha256:9c1e20dd9a42f63910af9367756b66820493318e0ac1ba6404a968f2e6e3215c" 2025-03-21T20:18:28.4771396Z }, 2025-03-21T20:18:28.4771767Z { 2025-03-21T20:18:28.4772333Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4773014Z "size": 475, 2025-03-21T20:18:28.4773680Z "digest": "sha256:145833aca2835f9f71580281117cc4c981d0a32e6c14db47ff76b78ca6359311" 2025-03-21T20:18:28.4774439Z }, 2025-03-21T20:18:28.4774813Z { 2025-03-21T20:18:28.4775375Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4776062Z "size": 1042, 2025-03-21T20:18:28.4777189Z "digest": "sha256:1a18f7e26037f9e4136eceae6a4a22d12c1893dc321385ae24da5c99a83461b1" 2025-03-21T20:18:28.4777965Z }, 2025-03-21T20:18:28.4778345Z { 2025-03-21T20:18:28.4778917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4779737Z "size": 611, 2025-03-21T20:18:28.4780403Z "digest": "sha256:82635263661e2b2d13043678fb15fbe49d392d190aef88a0df41d2e54c8c824c" 2025-03-21T20:18:28.4781143Z }, 2025-03-21T20:18:28.4781526Z { 2025-03-21T20:18:28.4782091Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4782775Z "size": 108847074, 2025-03-21T20:18:28.4783457Z "digest": "sha256:0551c017ae818c6377369d432d4b3f6cb943365a04fde23b2d7dbc166bbca7ca" 2025-03-21T20:18:28.4784202Z }, 2025-03-21T20:18:28.4784584Z { 2025-03-21T20:18:28.4785144Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4785830Z "size": 564, 2025-03-21T20:18:28.4786495Z "digest": "sha256:c16e35c9661429be66b2fc0d47ee6f87240ce318684467b0567550293cfa387b" 2025-03-21T20:18:28.4787255Z }, 2025-03-21T20:18:28.4787643Z { 2025-03-21T20:18:28.4788213Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4789474Z "size": 208, 2025-03-21T20:18:28.4790513Z "digest": "sha256:3ad3c7d7d14a2a6c674dc6035399c34569aff598a23ff58493fad46f940ec3f6" 2025-03-21T20:18:28.4791301Z }, 2025-03-21T20:18:28.4791686Z { 2025-03-21T20:18:28.4792244Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4792928Z "size": 1189, 2025-03-21T20:18:28.4793607Z "digest": "sha256:8830bd728cbd452ee88aa086fc19692143cdeaff3d11106915ae27f97f161901" 2025-03-21T20:18:28.4794367Z }, 2025-03-21T20:18:28.4794758Z { 2025-03-21T20:18:28.4795319Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4796005Z "size": 678, 2025-03-21T20:18:28.4796501Z + exit 0 2025-03-21T20:18:28.4797152Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:28.4797937Z }, 2025-03-21T20:18:28.4798319Z { 2025-03-21T20:18:28.4798881Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4799568Z "size": 1143915792, 2025-03-21T20:18:28.4800291Z "digest": "sha256:0b23b48b8fcec9cd5758b53c5f5a3b1d55b968c7bdcc5c8bb20497e2e4d41445" 2025-03-21T20:18:28.4801124Z }, 2025-03-21T20:18:28.4801512Z { 2025-03-21T20:18:28.4802075Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4802756Z "size": 1381, 2025-03-21T20:18:28.4803428Z "digest": "sha256:5e7729c8c19f7ee8540f6c8edd615229a3c5e2b8f47c730a7e14d31a8038b40e" 2025-03-21T20:18:28.4804187Z }, 2025-03-21T20:18:28.4804564Z { 2025-03-21T20:18:28.4805123Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4805810Z "size": 678, 2025-03-21T20:18:28.4806481Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:28.4807259Z }, 2025-03-21T20:18:28.4807633Z { 2025-03-21T20:18:28.4808194Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4808878Z "size": 223543527, 2025-03-21T20:18:28.4809577Z "digest": "sha256:02aa2fb4345700525d3b0b3af142e5da83f48ce4be43f59869dde8688a944476" 2025-03-21T20:18:28.4810339Z }, 2025-03-21T20:18:28.4810714Z { 2025-03-21T20:18:28.4811275Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4811959Z "size": 828, 2025-03-21T20:18:28.4812615Z "digest": "sha256:3464920c9c020a760b7867720e80499c535724beee0e727b768fa9c3c979f703" 2025-03-21T20:18:28.4813368Z }, 2025-03-21T20:18:28.4813739Z { 2025-03-21T20:18:28.4814295Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4814980Z "size": 678, 2025-03-21T20:18:28.4815645Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:28.4816408Z }, 2025-03-21T20:18:28.4817137Z { 2025-03-21T20:18:28.4817701Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4818384Z "size": 149423004, 2025-03-21T20:18:28.4821490Z "digest": "sha256:87684e5c474c8175a082abfc5e630f361841d540383f5e49a87dd16b3b097576" 2025-03-21T20:18:28.4822453Z }, 2025-03-21T20:18:28.4822834Z { 2025-03-21T20:18:28.4823398Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4824092Z "size": 530, 2025-03-21T20:18:28.4824771Z "digest": "sha256:44b50c5e2ca60efca348edaa62c276e90a060083463edec336c8fb6163b664f7" 2025-03-21T20:18:28.4825535Z }, 2025-03-21T20:18:28.4825923Z { 2025-03-21T20:18:28.4826482Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4827164Z "size": 678, 2025-03-21T20:18:28.4827837Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:28.4828597Z }, 2025-03-21T20:18:28.4828980Z { 2025-03-21T20:18:28.4829561Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4830241Z "size": 355, 2025-03-21T20:18:28.4830919Z "digest": "sha256:224753fce160cefd1c5e83b53d98ec9edeacea0086d67fc96942269103686202" 2025-03-21T20:18:28.4831682Z }, 2025-03-21T20:18:28.4832389Z { 2025-03-21T20:18:28.4832999Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4833687Z "size": 32, 2025-03-21T20:18:28.4834372Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:28.4835146Z }, 2025-03-21T20:18:28.4835528Z { 2025-03-21T20:18:28.4836093Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4836780Z "size": 165, 2025-03-21T20:18:28.4837442Z "digest": "sha256:788b314b21e5388374b608e2da266f0a9b27903af8e2b485c5d9cc9f8a21e2a5" 2025-03-21T20:18:28.4838201Z }, 2025-03-21T20:18:28.4838594Z { 2025-03-21T20:18:28.4839160Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4839866Z "size": 1111, 2025-03-21T20:18:28.4840538Z "digest": "sha256:33d66e1ce781396ba538169972efe1be2b1b1da3565a86ad7c1e886fa2decbf7" 2025-03-21T20:18:28.4841311Z }, 2025-03-21T20:18:28.4841691Z { 2025-03-21T20:18:28.4842261Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4842962Z "size": 32, 2025-03-21T20:18:28.4843635Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:28.4844397Z }, 2025-03-21T20:18:28.4844777Z { 2025-03-21T20:18:28.4845335Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:28.4846288Z "size": 108, 2025-03-21T20:18:28.4846957Z "digest": "sha256:84f191ac8f70eea3a0188d79da0086dd490bb90ce1a9ebb3a84a3689d6acc220" 2025-03-21T20:18:28.4847722Z } 2025-03-21T20:18:28.4848108Z ] 2025-03-21T20:18:28.4848486Z } 2025-03-21T20:18:28.4915886Z ##[group]Run set -eux 2025-03-21T20:18:28.4916670Z set -eux 2025-03-21T20:18:28.4918131Z 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:28.4927575Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:28.4928322Z env: 2025-03-21T20:18:28.4928995Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:28.4929851Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.4930431Z PR_NUMBER: 2025-03-21T20:18:28.4932916Z 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=qwen2_5 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:28.4936189Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.4937351Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.4938479Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.4939345Z ##[endgroup] 2025-03-21T20:18:28.4979166Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:28.4980123Z + jq --raw-output .SecretString 2025-03-21T20:18:28.4980908Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:28.4981648Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:29.2823182Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:29.2824514Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:29.2825562Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:29.2826237Z 2025-03-21T20:18:29.2826503Z Login Succeeded 2025-03-21T20:18:29.2957276Z Prepare all required actions 2025-03-21T20:18:29.3016089Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:29.3016744Z with: 2025-03-21T20:18:29.3017795Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.3019212Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.3019877Z env: 2025-03-21T20:18:29.3020350Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:29.3020986Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.3021487Z PR_NUMBER: 2025-03-21T20:18:29.3024068Z 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=qwen2_5 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:29.3026862Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.3027860Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.3028825Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.3029543Z ##[endgroup] 2025-03-21T20:18:29.3067459Z ##[group]Run set -x 2025-03-21T20:18:29.3067978Z set -x 2025-03-21T20:18:29.3068433Z set +e 2025-03-21T20:18:29.3068875Z  2025-03-21T20:18:29.3069277Z login() { 2025-03-21T20:18:29.3070046Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:29.3070870Z } 2025-03-21T20:18:29.3071277Z  2025-03-21T20:18:29.3071690Z retry () { 2025-03-21T20:18:29.3072226Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:29.3072789Z } 2025-03-21T20:18:29.3073193Z  2025-03-21T20:18:29.3073639Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:29.3074180Z  2025-03-21T20:18:29.3074577Z set -e 2025-03-21T20:18:29.3075164Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:29.3075950Z # only pull docker image if it's not available locally 2025-03-21T20:18:29.3076805Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:29.3077611Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:29.3078169Z fi 2025-03-21T20:18:29.3086125Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:29.3086754Z env: 2025-03-21T20:18:29.3087805Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.3089539Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.3090043Z PR_NUMBER: 2025-03-21T20:18:29.3092435Z 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=qwen2_5 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:29.3095119Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.3096037Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.3096899Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.3097681Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.3098650Z ##[endgroup] 2025-03-21T20:18:29.3131404Z + set +e 2025-03-21T20:18:29.3131968Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.3132666Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.3134859Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:29.3136540Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.0434016Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:30.0434997Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:30.0435910Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:30.0436512Z 2025-03-21T20:18:30.0436715Z Login Succeeded 2025-03-21T20:18:30.0451821Z + set -e 2025-03-21T20:18:30.0453084Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.0592977Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.0594852Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.4062862Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:30.4063937Z 9b850f5aae4c: Pulling fs layer 2025-03-21T20:18:30.4064450Z badf7cb767d1: Pulling fs layer 2025-03-21T20:18:30.4064968Z 0f89db74a98d: Pulling fs layer 2025-03-21T20:18:30.4065597Z 32a4514e7ff5: Pulling fs layer 2025-03-21T20:18:30.4066092Z 37c6f550ae9b: Pulling fs layer 2025-03-21T20:18:30.4066598Z 41326e4613eb: Pulling fs layer 2025-03-21T20:18:30.4067096Z c5561e75697a: Pulling fs layer 2025-03-21T20:18:30.4067603Z e6a0b1cdd23a: Pulling fs layer 2025-03-21T20:18:30.4068175Z 55a35e56f796: Pulling fs layer 2025-03-21T20:18:30.4068673Z 4116b07c7ca1: Pulling fs layer 2025-03-21T20:18:30.4069184Z cf6a0478ca56: Pulling fs layer 2025-03-21T20:18:30.4069686Z 3b4cd7004f33: Pulling fs layer 2025-03-21T20:18:30.4070174Z 32a4514e7ff5: Waiting 2025-03-21T20:18:30.4070624Z 37c6f550ae9b: Waiting 2025-03-21T20:18:30.4071067Z 41326e4613eb: Waiting 2025-03-21T20:18:30.4071509Z 4116b07c7ca1: Waiting 2025-03-21T20:18:30.4071956Z e6a0b1cdd23a: Waiting 2025-03-21T20:18:30.4072399Z c5561e75697a: Waiting 2025-03-21T20:18:30.4072848Z cf6a0478ca56: Waiting 2025-03-21T20:18:30.4073289Z 55a35e56f796: Waiting 2025-03-21T20:18:30.4073920Z 9c1e20dd9a42: Pulling fs layer 2025-03-21T20:18:30.4074428Z 145833aca283: Pulling fs layer 2025-03-21T20:18:30.4074931Z 1a18f7e26037: Pulling fs layer 2025-03-21T20:18:30.4075430Z 82635263661e: Pulling fs layer 2025-03-21T20:18:30.4075922Z 0551c017ae81: Pulling fs layer 2025-03-21T20:18:30.4076409Z 3b4cd7004f33: Waiting 2025-03-21T20:18:30.4077343Z c16e35c96614: Pulling fs layer 2025-03-21T20:18:30.4077844Z 9c1e20dd9a42: Waiting 2025-03-21T20:18:30.4078283Z 145833aca283: Waiting 2025-03-21T20:18:30.4078729Z 82635263661e: Waiting 2025-03-21T20:18:30.4079166Z 1a18f7e26037: Waiting 2025-03-21T20:18:30.4080076Z 0551c017ae81: Waiting 2025-03-21T20:18:30.4080549Z 3ad3c7d7d14a: Pulling fs layer 2025-03-21T20:18:30.4081052Z 8830bd728cbd: Pulling fs layer 2025-03-21T20:18:30.4081558Z a9de9234777c: Pulling fs layer 2025-03-21T20:18:30.4082118Z c16e35c96614: Waiting 2025-03-21T20:18:30.4082592Z 0b23b48b8fce: Pulling fs layer 2025-03-21T20:18:30.4083099Z 5e7729c8c19f: Pulling fs layer 2025-03-21T20:18:30.4083638Z 3ad3c7d7d14a: Waiting 2025-03-21T20:18:30.4084086Z 8830bd728cbd: Waiting 2025-03-21T20:18:30.4084542Z 02aa2fb43457: Pulling fs layer 2025-03-21T20:18:30.4085029Z a9de9234777c: Waiting 2025-03-21T20:18:30.4085490Z 3464920c9c02: Pulling fs layer 2025-03-21T20:18:30.4085974Z 0b23b48b8fce: Waiting 2025-03-21T20:18:30.4086415Z 5e7729c8c19f: Waiting 2025-03-21T20:18:30.4086871Z 02aa2fb43457: Waiting 2025-03-21T20:18:30.4087818Z 87684e5c474c: Pulling fs layer 2025-03-21T20:18:30.4088326Z 3464920c9c02: Waiting 2025-03-21T20:18:30.4089006Z 44b50c5e2ca6: Pulling fs layer 2025-03-21T20:18:30.4089513Z 224753fce160: Pulling fs layer 2025-03-21T20:18:30.4089999Z 87684e5c474c: Waiting 2025-03-21T20:18:30.4090460Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:30.4090955Z 788b314b21e5: Pulling fs layer 2025-03-21T20:18:30.4091444Z 44b50c5e2ca6: Waiting 2025-03-21T20:18:30.4091903Z 33d66e1ce781: Pulling fs layer 2025-03-21T20:18:30.4092385Z 224753fce160: Waiting 2025-03-21T20:18:30.4093088Z 84f191ac8f70: Pulling fs layer 2025-03-21T20:18:30.4093584Z 788b314b21e5: Waiting 2025-03-21T20:18:30.4094021Z 33d66e1ce781: Waiting 2025-03-21T20:18:30.4094464Z 84f191ac8f70: Waiting 2025-03-21T20:18:30.4094907Z 4f4fb700ef54: Waiting 2025-03-21T20:18:30.4847518Z badf7cb767d1: Download complete 2025-03-21T20:18:30.5610892Z 32a4514e7ff5: Verifying Checksum 2025-03-21T20:18:30.5611549Z 32a4514e7ff5: Download complete 2025-03-21T20:18:30.7507904Z 9b850f5aae4c: Download complete 2025-03-21T20:18:30.8012598Z 37c6f550ae9b: Verifying Checksum 2025-03-21T20:18:30.8013231Z 37c6f550ae9b: Download complete 2025-03-21T20:18:30.8324661Z 41326e4613eb: Download complete 2025-03-21T20:18:30.8767395Z c5561e75697a: Verifying Checksum 2025-03-21T20:18:30.8768018Z c5561e75697a: Download complete 2025-03-21T20:18:30.9054468Z e6a0b1cdd23a: Verifying Checksum 2025-03-21T20:18:30.9055097Z e6a0b1cdd23a: Download complete 2025-03-21T20:18:30.9546914Z 55a35e56f796: Verifying Checksum 2025-03-21T20:18:30.9547536Z 55a35e56f796: Download complete 2025-03-21T20:18:30.9860232Z 4116b07c7ca1: Download complete 2025-03-21T20:18:31.0491776Z 3b4cd7004f33: Download complete 2025-03-21T20:18:31.3443164Z cf6a0478ca56: Verifying Checksum 2025-03-21T20:18:31.3443800Z cf6a0478ca56: Download complete 2025-03-21T20:18:31.4180434Z 145833aca283: Verifying Checksum 2025-03-21T20:18:31.4181061Z 145833aca283: Download complete 2025-03-21T20:18:31.4926634Z 1a18f7e26037: Verifying Checksum 2025-03-21T20:18:31.4927239Z 1a18f7e26037: Download complete 2025-03-21T20:18:31.5799636Z 82635263661e: Download complete 2025-03-21T20:18:31.8566168Z 9b850f5aae4c: Pull complete 2025-03-21T20:18:31.8793133Z badf7cb767d1: Pull complete 2025-03-21T20:18:32.0041878Z 0f89db74a98d: Verifying Checksum 2025-03-21T20:18:32.0042499Z 0f89db74a98d: Download complete 2025-03-21T20:18:32.0901763Z c16e35c96614: Download complete 2025-03-21T20:18:32.1581927Z 3ad3c7d7d14a: Download complete 2025-03-21T20:18:32.2470747Z 8830bd728cbd: Download complete 2025-03-21T20:18:32.3158730Z a9de9234777c: Verifying Checksum 2025-03-21T20:18:32.3159344Z a9de9234777c: Download complete 2025-03-21T20:18:32.8149602Z 0551c017ae81: Verifying Checksum 2025-03-21T20:18:32.8150228Z 0551c017ae81: Download complete 2025-03-21T20:18:32.8903528Z 5e7729c8c19f: Verifying Checksum 2025-03-21T20:18:32.8904138Z 5e7729c8c19f: Download complete 2025-03-21T20:18:33.5425980Z 9c1e20dd9a42: Verifying Checksum 2025-03-21T20:18:33.5427006Z 9c1e20dd9a42: Download complete 2025-03-21T20:18:33.6474169Z 3464920c9c02: Verifying Checksum 2025-03-21T20:18:33.6474798Z 3464920c9c02: Download complete 2025-03-21T20:18:35.1777103Z 02aa2fb43457: Verifying Checksum 2025-03-21T20:18:35.1777725Z 02aa2fb43457: Download complete 2025-03-21T20:18:35.2767356Z 44b50c5e2ca6: Verifying Checksum 2025-03-21T20:18:35.2767989Z 44b50c5e2ca6: Download complete 2025-03-21T20:18:35.2780904Z 87684e5c474c: Verifying Checksum 2025-03-21T20:18:35.2781498Z 87684e5c474c: Download complete 2025-03-21T20:18:35.2861503Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:35.2862305Z 4f4fb700ef54: Download complete 2025-03-21T20:18:35.3577088Z 224753fce160: Verifying Checksum 2025-03-21T20:18:35.3577699Z 224753fce160: Download complete 2025-03-21T20:18:35.3672716Z 788b314b21e5: Download complete 2025-03-21T20:18:35.4449101Z 33d66e1ce781: Verifying Checksum 2025-03-21T20:18:35.4449728Z 33d66e1ce781: Download complete 2025-03-21T20:18:35.4712555Z 84f191ac8f70: Download complete 2025-03-21T20:18:36.2294649Z 0f89db74a98d: Pull complete 2025-03-21T20:18:36.2438632Z 32a4514e7ff5: Pull complete 2025-03-21T20:18:36.4305933Z 37c6f550ae9b: Pull complete 2025-03-21T20:18:36.4426416Z 41326e4613eb: Pull complete 2025-03-21T20:18:36.4547474Z c5561e75697a: Pull complete 2025-03-21T20:18:36.4664806Z e6a0b1cdd23a: Pull complete 2025-03-21T20:18:36.4832817Z 55a35e56f796: Pull complete 2025-03-21T20:18:36.4960225Z 4116b07c7ca1: Pull complete 2025-03-21T20:18:36.9390329Z cf6a0478ca56: Pull complete 2025-03-21T20:18:36.9611583Z 3b4cd7004f33: Pull complete 2025-03-21T20:18:42.4776317Z 9c1e20dd9a42: Pull complete 2025-03-21T20:18:42.5159873Z 145833aca283: Pull complete 2025-03-21T20:18:42.5456803Z 1a18f7e26037: Pull complete 2025-03-21T20:18:42.5733745Z 82635263661e: Pull complete 2025-03-21T20:18:43.8091453Z 0b23b48b8fce: Verifying Checksum 2025-03-21T20:18:43.8092065Z 0b23b48b8fce: Download complete 2025-03-21T20:18:44.9225601Z 0551c017ae81: Pull complete 2025-03-21T20:18:45.0313163Z c16e35c96614: Pull complete 2025-03-21T20:18:45.1861760Z 3ad3c7d7d14a: Pull complete 2025-03-21T20:18:45.3937579Z 8830bd728cbd: Pull complete 2025-03-21T20:18:45.5738595Z a9de9234777c: Pull complete 2025-03-21T20:19:16.5768992Z 0b23b48b8fce: Pull complete 2025-03-21T20:19:16.5990916Z 5e7729c8c19f: Pull complete 2025-03-21T20:19:23.3401763Z 02aa2fb43457: Pull complete 2025-03-21T20:19:23.5319177Z 3464920c9c02: Pull complete 2025-03-21T20:19:30.4049306Z 87684e5c474c: Pull complete 2025-03-21T20:19:30.6126968Z 44b50c5e2ca6: Pull complete 2025-03-21T20:19:31.0448934Z 224753fce160: Pull complete 2025-03-21T20:19:31.2235902Z 4f4fb700ef54: Pull complete 2025-03-21T20:19:31.3952070Z 788b314b21e5: Pull complete 2025-03-21T20:19:31.5478271Z 33d66e1ce781: Pull complete 2025-03-21T20:19:31.7923122Z 84f191ac8f70: Pull complete 2025-03-21T20:19:31.8127250Z Digest: sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:19:31.8484279Z 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:31.8690046Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:31.8755213Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:31.8756743Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:31.8765227Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:19:31.8765848Z env: 2025-03-21T20:19:31.8766354Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:19:31.8766993Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:31.8767505Z PR_NUMBER: 2025-03-21T20:19:31.8769960Z 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=qwen2_5 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:31.8772960Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:31.8773879Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:31.8774757Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:31.8775409Z ##[endgroup] 2025-03-21T20:19:31.8943411Z ##[group]Run set -ex 2025-03-21T20:19:31.8944126Z set -ex 2025-03-21T20:19:31.8944610Z { 2025-03-21T20:19:31.8945044Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:19:31.8945730Z  echo "set -eou pipefail"; 2025-03-21T20:19:31.8946429Z  # shellcheck disable=SC2016 2025-03-21T20:19:31.8947080Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:19:31.8947780Z  echo "set -x"; 2025-03-21T20:19:31.8948342Z  echo "${SCRIPT}"; 2025-03-21T20:19:31.8948910Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:31.8949498Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:31.8950603Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:19:31.8960700Z shell: /usr/bin/bash -e {0} 2025-03-21T20:19:31.8961331Z env: 2025-03-21T20:19:31.8962584Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:31.8963913Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:31.8964558Z PR_NUMBER: 2025-03-21T20:19:31.8967238Z 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=qwen2_5 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:31.8970150Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:31.8971190Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:31.8972214Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:31.8973441Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:19:31.8974080Z ##[endgroup] 2025-03-21T20:19:31.9009621Z + echo '#!/usr/bin/env bash' 2025-03-21T20:19:31.9010309Z + echo 'set -eou pipefail' 2025-03-21T20:19:31.9010834Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:19:31.9011476Z + echo 'set -x' 2025-03-21T20:19:31.9012201Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:19:31.9013110Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:19:31.9013762Z conda activate "${CONDA_ENV}" 2025-03-21T20:19:31.9014186Z 2025-03-21T20:19:31.9014381Z MODEL_NAME=qwen2_5 2025-03-21T20:19:31.9014833Z BUILD_TOOL="cmake" 2025-03-21T20:19:31.9015460Z BACKEND=portable 2025-03-21T20:19:31.9015787Z 2025-03-21T20:19:31.9016332Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:19:31.9017226Z # Build and test ExecuTorch 2025-03-21T20:19:31.9018083Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:31.9019276Z ' 2025-03-21T20:19:31.9019928Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:19:31.9022002Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:19:54.9763582Z Running command: 2025-03-21T20:19:54.9771926Z 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_8c20352e-4219-4b2f-8687-454dc495a21f":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8c20352e-4219-4b2f-8687-454dc495a21f" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:19:54.9779988Z 2025-03-21T20:19:54.9780557Z bf17ab726bd26d5ca8b46d10691e6908603daaa3d5fb427356784529c9d22d6c 2025-03-21T20:19:54.9781612Z Running command: docker exec -t bf17ab726bd26d5ca8b46d10691e6908603daaa3d5fb427356784529c9d22d6c /exec 2025-03-21T20:19:54.9782515Z ++ conda env list --json 2025-03-21T20:19:54.9782978Z ++ local cmd=env 2025-03-21T20:19:54.9783404Z ++ case "$cmd" in 2025-03-21T20:19:54.9783844Z ++ __conda_exe env list --json 2025-03-21T20:19:54.9784342Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:19:54.9784843Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:19:54.9785408Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:19:54.9785960Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.9786504Z + local cmd=activate 2025-03-21T20:19:54.9786948Z + case "$cmd" in 2025-03-21T20:19:54.9787445Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.9788025Z + '[' -n '' ']' 2025-03-21T20:19:54.9788441Z + local ask_conda 2025-03-21T20:19:54.9789036Z ++ PS1='(base) ' 2025-03-21T20:19:54.9789574Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.9790367Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.9791066Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:19:54.9792376Z 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:54.9793756Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:54.9794353Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:54.9794874Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:54.9795472Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:54.9796074Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:54.9796655Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:54.9797228Z export _CE_M='\'''\'' 2025-03-21T20:19:54.9797720Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:54.9798282Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:54.9798900Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:19:54.9800174Z 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:54.9802011Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:54.9802616Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:54.9803143Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:54.9803733Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:54.9804345Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:54.9804939Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:54.9805507Z export _CE_M='\'''\'' 2025-03-21T20:19:54.9805972Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:54.9806526Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:54.9807426Z ++ PS1='(py_3.10) ' 2025-03-21T20:19:54.9808738Z ++ 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:54.9810753Z ++ 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:54.9812065Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:54.9812662Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:54.9813203Z ++ export CONDA_SHLVL=2 2025-03-21T20:19:54.9813649Z ++ CONDA_SHLVL=2 2025-03-21T20:19:54.9814104Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:54.9814641Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:54.9815177Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:19:54.9815760Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:19:54.9816307Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:54.9816845Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:54.9817369Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:54.9817927Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:54.9818436Z ++ export _CE_M= 2025-03-21T20:19:54.9818854Z ++ _CE_M= 2025-03-21T20:19:54.9819392Z ++ export _CE_CONDA= 2025-03-21T20:19:54.9819834Z ++ _CE_CONDA= 2025-03-21T20:19:54.9820309Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:54.9820922Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:54.9821461Z + __conda_hashr 2025-03-21T20:19:54.9821892Z + '[' -n '' ']' 2025-03-21T20:19:54.9822307Z + '[' -n '' ']' 2025-03-21T20:19:54.9822725Z + hash -r 2025-03-21T20:19:54.9823127Z + MODEL_NAME=qwen2_5 2025-03-21T20:19:54.9823578Z + BUILD_TOOL=cmake 2025-03-21T20:19:54.9824016Z + BACKEND=portable 2025-03-21T20:19:54.9824473Z + PYTHON_EXECUTABLE=python 2025-03-21T20:19:54.9825041Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:19:54.9825661Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:19:54.9826229Z + source .ci/scripts/utils.sh 2025-03-21T20:19:54.9826765Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:19:54.9827328Z ++ parse_args --build-tool cmake 2025-03-21T20:19:54.9827853Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:19:54.9828351Z ++ local args 2025-03-21T20:19:54.9828758Z ++ local i 2025-03-21T20:19:54.9829168Z ++ local BUILD_TOOL= 2025-03-21T20:19:54.9829616Z ++ local BUILD_MODE= 2025-03-21T20:19:54.9830070Z ++ local EDITABLE= 2025-03-21T20:19:54.9830489Z ++ (( i=0 )) 2025-03-21T20:19:54.9830922Z ++ (( i<2 )) 2025-03-21T20:19:54.9831342Z ++ case "${args[$i]}" in 2025-03-21T20:19:54.9831806Z ++ BUILD_TOOL=cmake 2025-03-21T20:19:54.9832223Z ++ i=1 2025-03-21T20:19:54.9832616Z ++ (( i++ )) 2025-03-21T20:19:54.9833015Z ++ (( i<2 )) 2025-03-21T20:19:54.9833420Z ++ '[' -z cmake ']' 2025-03-21T20:19:54.9833870Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:19:54.9834368Z ++ BUILD_MODE=Release 2025-03-21T20:19:54.9834835Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:19:54.9835365Z ++ EDITABLE=false 2025-03-21T20:19:54.9835812Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:19:54.9836323Z ++ echo 'cmake Release false' 2025-03-21T20:19:54.9836809Z + [[ false == \t\r\u\e ]] 2025-03-21T20:19:54.9837325Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:19:54.9838180Z + which pip 2025-03-21T20:19:54.9838606Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:19:54.9839253Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:19:54.9840092Z 2025-03-21 20:19:53,798 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:19:54.9841091Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:19:54.9842311Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:19:54.9843687Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:19:54.9845219Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:19:54.9846346Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:19:54.9847140Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:19:54.9848416Z 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:54.9850234Z 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:54.9851564Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:19:54.9852566Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-03-21T20:19:54.9854006Z 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:54.9855673Z 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:54.9857386Z 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:54.9859219Z 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:54.9860889Z 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:54.9862550Z 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:54.9864389Z 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:54.9866319Z 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:54.9868278Z 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:54.9870255Z 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:13.9620948Z 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:13.9623440Z 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:13.9625481Z 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:13.9628038Z 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:13.9630056Z 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:13.9631824Z 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:13.9633304Z 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:13.9634924Z 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:13.9636312Z 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:13.9637694Z 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:13.9639137Z 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:13.9640657Z 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:13.9642195Z 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:13.9644089Z 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:13.9646235Z 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:13.9648323Z 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:13.9650469Z 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:13.9651887Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:20:13.9653443Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:20:13.9654533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 114.7 MB/s eta 0:00:00 2025-03-21T20:20:13.9655696Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-03-21T20:20:13.9656909Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-03-21T20:20:13.9657974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 167.3 MB/s eta 0:00:00 2025-03-21T20:20:13.9658848Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:20:13.9659551Z Attempting uninstall: timm 2025-03-21T20:20:13.9660088Z Found existing installation: timm 0.6.13 2025-03-21T20:20:13.9660674Z Uninstalling timm-0.6.13: 2025-03-21T20:20:13.9661208Z Successfully uninstalled timm-0.6.13 2025-03-21T20:20:13.9661822Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:20:13.9662422Z Processing ./third-party/ao 2025-03-21T20:20:13.9663122Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:20:13.9663910Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:20:13.9664796Z Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-03-21T20:20:13.9666683Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=ee138b2b5ff2f5f2380009b421dacd3862d2dc92062fd847e8726a42388d9381 2025-03-21T20:20:13.9668418Z Stored in directory: /tmp/pip-ephem-wheel-cache-zy9_9bln/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:20:13.9669449Z Successfully built torchao 2025-03-21T20:20:13.9669953Z Installing collected packages: torchao 2025-03-21T20:20:13.9670569Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:20:13.9671414Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:20:13.9673147Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:20:13.9674034Z Processing /pytorch/executorch 2025-03-21T20:20:13.9674622Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:20:13.9675226Z running dist_info 2025-03-21T20:20:13.9675827Z creating /tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info 2025-03-21T20:20:13.9676720Z writing /tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/PKG-INFO 2025-03-21T20:20:13.9677823Z writing dependency_links to /tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/dependency_links.txt 2025-03-21T20:20:13.9679059Z writing entry points to /tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/entry_points.txt 2025-03-21T20:20:13.9680214Z writing requirements to /tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/requires.txt 2025-03-21T20:20:13.9681367Z writing top-level names to /tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/top_level.txt 2025-03-21T20:20:13.9682535Z writing manifest file '/tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:13.9683658Z reading manifest file '/tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:13.9684498Z adding license file 'LICENSE' 2025-03-21T20:20:13.9685287Z writing manifest file '/tmp/pip-modern-metadata-0dw3lbdz/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:13.9686382Z creating '/tmp/pip-modern-metadata-0dw3lbdz/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:20:13.9687472Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:20:13.9688888Z 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:13.9690103Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:13.9691904Z 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:13.9693795Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:20:13.9695110Z 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:13.9696748Z 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:13.9698351Z 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:13.9700061Z 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:13.9701671Z 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:13.9703321Z 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:13.9704958Z 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:13.9706504Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:13.9708248Z 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:13.9710031Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:20:13.9710896Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:13.9713018Z 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:13.9715004Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:20:13.9716286Z 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:28.8185534Z 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:28.8187206Z 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:28.8188350Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:28.8190404Z 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:28.8192171Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:20:28.8193458Z 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:28.8195324Z 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:28.8197221Z 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:28.8199020Z 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:28.8200811Z 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:28.8202683Z 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:28.8204598Z 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:28.8206417Z 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:28.8208153Z 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:28.8209866Z 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:28.8211065Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:28.8212709Z 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:28.8214404Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:20:28.8215642Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:28.8217410Z 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:28.8219228Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:20:28.8220574Z 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:28.8223200Z 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:28.8224646Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:20:28.8225479Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:20:28.8226245Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:20:28.8226954Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:20:28.8227651Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:20:28.8229533Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:20:28.8230221Z Building wheels for collected packages: executorch 2025-03-21T20:20:28.8230972Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:20:28.8231650Z running bdist_wheel 2025-03-21T20:20:28.8232096Z running build 2025-03-21T20:20:28.8232561Z command options for 'CustomBuild': 2025-03-21T20:20:28.8233111Z build_base = pip-out 2025-03-21T20:20:28.8233613Z build_purelib = pip-out/lib 2025-03-21T20:20:28.8234220Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:28.8234915Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:28.8235554Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:20:28.8236191Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-03-21T20:20:28.8236824Z plat_name = linux-aarch64 2025-03-21T20:20:28.8237325Z compiler = None 2025-03-21T20:20:28.8237765Z parallel = 7 2025-03-21T20:20:28.8238196Z debug = None 2025-03-21T20:20:28.8238624Z force = None 2025-03-21T20:20:28.8239120Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:20:28.8239954Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-03-21T20:20:28.8241055Z deleting /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:20:28.8242780Z 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:28.8244189Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:20:28.8245045Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:20:28.8246156Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:20:28.8247390Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:20:28.8248645Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:20:28.8249912Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:20:28.8251209Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:20:28.8252179Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:20:28.8252761Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:20:28.8253362Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:20:28.8253969Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:20:28.8254545Z CMake Warning: 2025-03-21T20:20:28.8255369Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:20:28.8255822Z 2025-03-21T20:20:28.8255834Z 2025-03-21T20:20:28.8256093Z fatal: No names found, cannot describe anything. 2025-03-21T20:20:28.8256756Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:20:28.8257384Z git describe failed with exit code: 128 2025-03-21T20:20:28.8257824Z 2025-03-21T20:20:28.8258123Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:20:28.8258782Z Call Stack (most recent call first): 2025-03-21T20:20:28.8259452Z CMakeLists.txt:5 (include) 2025-03-21T20:20:28.8259767Z 2025-03-21T20:20:28.8259773Z 2025-03-21T20:20:28.8260152Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:20:28.8261032Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:20:28.8262190Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:20:28.8263305Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:20:28.8264176Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:20:28.8265160Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:20:28.8266524Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:20:28.8267514Z -- Detecting CXX compiler ABI info 2025-03-21T20:20:28.8268328Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:20:28.8269530Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:20:28.8270746Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:20:28.8271881Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:20:28.8273117Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:20:28.8274408Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:20:28.8275653Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:20:28.8276577Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:20:28.8277493Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:20:28.8278800Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:20:28.8279862Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:20:28.8281978Z -- Detecting CXX compile features 2025-03-21T20:20:28.8282552Z -- Detecting CXX compile features - done 2025-03-21T20:20:28.8283446Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:20:28.8284656Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:20:28.8285570Z -- Looking for strtof_l 2025-03-21T20:20:28.8286389Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:20:28.8287650Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:20:28.8290981Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:20:28.8291843Z [ 3%] Linking C static library libpthreadpool.a 2025-03-21T20:20:28.8292429Z [ 3%] Built target flatccrt 2025-03-21T20:20:28.8292945Z [ 3%] Built target pthreadpool 2025-03-21T20:20:29.3963077Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:20:29.3965004Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:20:29.3966301Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:20:29.3967507Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:20:29.3968341Z -- Looking for strtof_l - found 2025-03-21T20:20:29.3968882Z -- Looking for strtoull_l 2025-03-21T20:20:29.3969923Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:20:29.3971521Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:20:29.3972743Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:20:29.3973839Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:20:29.3974940Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:20:29.3976125Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:20:29.3977312Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:20:29.3978505Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:20:29.3979992Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:20:29.3981232Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:20:29.3982073Z -- Looking for strtoull_l - found 2025-03-21T20:20:29.3982612Z -- Looking for realpath 2025-03-21T20:20:29.3983415Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:20:29.3984603Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:20:29.3985862Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:20:29.3987197Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:20:29.3988492Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:20:29.3990213Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:20:29.3991469Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:20:29.3992721Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:20:29.3993940Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:20:29.3995190Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:20:29.3996499Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:20:29.3997419Z -- Looking for realpath - found 2025-03-21T20:20:29.3998023Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:20:29.3998656Z -- Configuring done (0.7s) 2025-03-21T20:20:29.3999539Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:20:29.4000856Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:20:29.4001819Z -- Generating done (0.0s) 2025-03-21T20:20:29.4002850Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:20:29.4004606Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:20:29.4005533Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:20:29.4006148Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:20:29.4007048Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:20:29.4008129Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:20:29.4008810Z [ 6%] Built target cpuinfo 2025-03-21T20:20:29.4009854Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:20:29.4011184Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:20:29.4012536Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:20:29.4013700Z [ 7%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:20:29.4014909Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:20:29.4016589Z [ 7%] 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:29.4017845Z [ 7%] Built target flatcc 2025-03-21T20:20:29.4018799Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:20:29.4019961Z [ 7%] Built target indirection 2025-03-21T20:20:29.4020897Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:20:29.4022238Z [ 8%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:20:29.4023571Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:20:29.4025901Z /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:29.4028801Z /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:29.4033205Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:29.4034079Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.4034697Z | | 2025-03-21T20:20:29.4035328Z | const xnn_float16 * 2025-03-21T20:20:29.4036578Z 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:29.4038959Z /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:29.4040282Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:29.4040842Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:29.4042828Z /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:29.4044798Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:29.4045914Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.4046528Z | | 2025-03-21T20:20:29.4047305Z | const xnn_float16 * 2025-03-21T20:20:29.4048565Z 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:29.4051028Z /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:29.4052342Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:29.4052903Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:29.4054978Z /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:29.4057088Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:29.4057912Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.4058531Z | | 2025-03-21T20:20:29.4059271Z | const xnn_float16 * 2025-03-21T20:20:29.4099030Z 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:29.4101787Z /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:29.4103110Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:29.4103672Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:29.6157712Z /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:29.6160096Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:29.6161118Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.6161811Z | | 2025-03-21T20:20:29.6162433Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:29.6163684Z 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:29.6166105Z /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:29.6167625Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:29.6168448Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:29.6169679Z [ 8%] 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:29.6171195Z [ 8%] Built target microparams-init 2025-03-21T20:20:29.6172112Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:20:29.6173539Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:20:29.6174622Z [ 8%] Built target normalization 2025-03-21T20:20:29.6175555Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:20:29.6177443Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:20:29.6178262Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:20:29.6179398Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:20:29.6180925Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:20:29.6182124Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:20:29.6184498Z /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:29.6187365Z /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:29.6189526Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:29.6190382Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.6190999Z | | 2025-03-21T20:20:29.6191626Z | const xnn_float16 * 2025-03-21T20:20:29.6192866Z 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:29.6194972Z /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:29.6196246Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:29.6196827Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:29.6198749Z /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:29.6200673Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:29.6201497Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.6202097Z | | 2025-03-21T20:20:29.6202732Z | const xnn_float16 * 2025-03-21T20:20:29.6203966Z 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:29.6206085Z /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:29.6207522Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:29.6208081Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:29.6210148Z /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:29.6212060Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:29.6212896Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.6213508Z | | 2025-03-21T20:20:29.6214124Z | const xnn_float16 * 2025-03-21T20:20:29.6215728Z 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:29.6217828Z /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:29.6219197Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:29.6219755Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:29.6221923Z /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:29.6223970Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:29.6224848Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.6225400Z | | 2025-03-21T20:20:29.6225946Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:29.6227164Z 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:29.6229251Z /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:29.6230622Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:29.6231311Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:29.6232621Z [ 8%] 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:29.6234307Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:20:29.6235598Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:20:29.6236847Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:20:29.6237751Z [ 8%] Built target logging 2025-03-21T20:20:29.6238599Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:20:29.6239955Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:20:29.6241221Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:20:29.6242857Z [ 8%] 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:29.6245428Z /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:29.6248487Z /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:29.6250493Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:29.6251303Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:29.6251920Z | | 2025-03-21T20:20:29.6252542Z | const xnn_float16 * 2025-03-21T20:20:29.6253847Z 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:30.4430676Z /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:30.4432081Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.4432725Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.4434809Z /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:30.4437298Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:30.4438154Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.4438768Z | | 2025-03-21T20:20:30.4439410Z | const xnn_float16 * 2025-03-21T20:20:30.4440718Z 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:30.4442907Z /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:30.4444183Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.4444727Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.4445632Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:20:30.4446644Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:20:30.4447642Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:20:30.4448713Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:20:30.4449766Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:20:30.4451008Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:20:30.4451913Z [ 8%] Built target datatype 2025-03-21T20:20:30.4452778Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:20:30.4454037Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:20:30.4455293Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:20:30.4456891Z [ 9%] 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:30.4458657Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:20:30.4459975Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:20:30.4461177Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:20:30.4462499Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:20:30.4463913Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:20:30.4465152Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:20:30.4466014Z [ 10%] Built target microkernel-utils 2025-03-21T20:20:30.4467122Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:20:30.4468759Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:20:30.4470134Z [ 10%] 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:30.4472069Z [ 10%] 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:30.4473309Z [ 10%] Built target memory 2025-03-21T20:20:30.4473851Z [ 10%] Linking CXX static library libeigen_blas.a 2025-03-21T20:20:30.4475038Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:20:30.4476101Z [ 10%] Built target mutex 2025-03-21T20:20:30.4476982Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:20:30.4477947Z [ 10%] Built target eigen_blas 2025-03-21T20:20:30.4478466Z [ 10%] Built target operator-utils 2025-03-21T20:20:30.4479279Z [ 10%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:20:30.4480589Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:20:30.4482346Z [ 12%] 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:30.4484165Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:20:30.4485698Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:20:30.4486706Z [ 12%] Built target operator-run 2025-03-21T20:20:30.4487591Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:20:30.4491357Z [ 13%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:20:30.4492146Z [ 13%] Built target hardware-config 2025-03-21T20:20:30.4493498Z [ 13%] 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:30.4494860Z [ 13%] Built target flatcc_cli 2025-03-21T20:20:30.4495368Z [ 13%] Built target allocator 2025-03-21T20:20:30.4496182Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:20:30.4497040Z [ 13%] Generating etdump headers 2025-03-21T20:20:30.4497557Z [ 13%] Built target packing 2025-03-21T20:20:30.4498207Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:20:30.4499165Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:20:30.4499873Z [ 13%] Built target etdump_schema 2025-03-21T20:20:30.4500418Z [ 13%] Built target reference-ukernels 2025-03-21T20:20:30.4501112Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:20:30.4502641Z [ 13%] 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:30.4504405Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:20:30.4506172Z [ 13%] 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:30.4507520Z [ 13%] Built target cache 2025-03-21T20:20:30.4508834Z [ 13%] 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:30.4511143Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:20:30.4512815Z [ 13%] 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:30.4514620Z [ 13%] 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:30.4516629Z [ 13%] 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:30.4518309Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:20:30.4519535Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:20:30.4520393Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:20:30.4521209Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:20:30.4522488Z [ 13%] 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:30.4524438Z [ 13%] 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:30.4526332Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:20:30.4528151Z [ 13%] 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:30.4530220Z [ 13%] 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:30.4532256Z [ 13%] 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:31.0521669Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:20:31.0523518Z [ 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:31.0525297Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:20:31.0526477Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:20:31.0527633Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:20:31.0528821Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:20:31.0530302Z [ 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:31.0532116Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:20:31.0533637Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:20:31.0535527Z [ 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:31.0537405Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:20:31.0539828Z [ 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:31.0542074Z [ 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:31.0544269Z [ 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:31.0546425Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:20:31.0548235Z [ 15%] 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:31.0549985Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:20:31.0551729Z [ 15%] 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:31.0553880Z [ 15%] 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:31.0555326Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:20:31.0556189Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:20:31.0557379Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:20:31.0558813Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:20:31.0560449Z [ 15%] 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:31.0562485Z [ 15%] 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:31.0564617Z [ 15%] 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:31.0566819Z [ 15%] 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:31.0569083Z [ 15%] 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:31.0571321Z [ 15%] 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:31.0573202Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:20:31.0574965Z [ 15%] 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:31.0577008Z [ 17%] 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:31.0579157Z [ 17%] 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:31.0581131Z [ 17%] 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:31.0583347Z [ 17%] 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:31.0585107Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:20:31.0586308Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:20:31.0587145Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:20:31.0589572Z [ 17%] 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:31.0591890Z [ 17%] 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:31.0593807Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:20:31.0595590Z [ 17%] 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:31.0597510Z [ 17%] 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:31.0599141Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:20:31.0601504Z /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:31.0604447Z /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:31.0606902Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:31.0607778Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0608433Z | | 2025-03-21T20:20:31.0609068Z | const xnn_float16 * 2025-03-21T20:20:31.0610342Z 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:31.0612483Z /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.0613761Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0614345Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0616316Z /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:31.0618317Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.0619279Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0619889Z | | 2025-03-21T20:20:31.0620534Z | const xnn_float16 * 2025-03-21T20:20:31.0621791Z 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:31.0912447Z /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.0914306Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0914883Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0916909Z /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:31.0919412Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:31.0920518Z | ^~~~~~~~~~ 2025-03-21T20:20:31.0921145Z | | 2025-03-21T20:20:31.0921805Z | const xnn_float16 * 2025-03-21T20:20:31.0923068Z 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:31.0925197Z /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.0926476Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0927046Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0928729Z /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:31.0931577Z /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:31.0933582Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:31.0934451Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0935069Z | | 2025-03-21T20:20:31.0935702Z | const xnn_float16 * 2025-03-21T20:20:31.0936959Z 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:31.0939187Z /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.0940471Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0941054Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0942992Z /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:31.0945231Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.0946115Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0946740Z | | 2025-03-21T20:20:31.0947399Z | const xnn_float16 * 2025-03-21T20:20:31.0948648Z 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:31.0951003Z /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.0952293Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0952857Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0953995Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:20:31.0955802Z [ 17%] 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:31.0958295Z /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:31.0961261Z /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:31.0963269Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:31.0964127Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0964737Z | | 2025-03-21T20:20:31.0965365Z | const xnn_float16 * 2025-03-21T20:20:31.0966626Z 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:31.0968711Z /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.0969994Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0970558Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0972493Z /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:31.0974471Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:31.0975333Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:31.0975964Z | | 2025-03-21T20:20:31.0976604Z | const xnn_float16 * 2025-03-21T20:20:31.0977836Z 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:31.0980080Z /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.0981347Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0981902Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0983836Z /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:31.0986065Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:31.0987151Z | ^~~~~~~~~~ 2025-03-21T20:20:31.0988053Z | | 2025-03-21T20:20:31.0988888Z | const xnn_float16 * 2025-03-21T20:20:31.0990147Z 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:31.0992268Z /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.0993571Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.0994375Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.0995847Z [ 17%] 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:31.0998617Z /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:31.1001482Z /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:31.1003701Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:31.1004565Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:32.1051654Z | | 2025-03-21T20:20:32.1052358Z | const xnn_float16 * 2025-03-21T20:20:32.1053719Z 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.1056022Z /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.1057299Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:32.1057847Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:32.1058525Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:20:32.1059980Z [ 17%] 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.1061386Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:20:32.1062538Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:20:32.1063647Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:20:32.1064782Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:20:32.1067239Z /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.1070617Z /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.1072642Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-03-21T20:20:32.1073264Z | ^~~ 2025-03-21T20:20:32.1073738Z | | 2025-03-21T20:20:32.1074220Z | xnn_float16 * 2025-03-21T20:20:32.1076568Z 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:32.1078802Z /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:32.1080101Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-03-21T20:20:32.1080770Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:32.1081913Z [ 17%] 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.1083738Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:20:32.1085425Z [ 17%] 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.1087162Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:20:32.1089037Z [ 17%] 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.1090956Z [ 17%] 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:32.1092477Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:20:32.1093456Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:20:32.1094633Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:20:32.1096263Z [ 18%] 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:32.1097577Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:20:32.1098986Z [ 18%] 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:32.1100183Z [ 18%] Built target operators 2025-03-21T20:20:32.1101115Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:20:32.1102732Z [ 18%] 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:32.1104582Z [ 18%] 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:32.1106408Z [ 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:32.1107751Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:20:32.1108535Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:20:32.1109595Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:20:32.1110649Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:20:32.1111972Z [ 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:32.1113346Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:20:32.1114455Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:20:32.1115975Z [ 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:32.1117626Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:20:32.1118778Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:20:32.1119934Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:20:32.1121250Z [ 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:32.1122604Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:20:32.1123703Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:20:32.1124719Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:20:32.1125966Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:20:32.1127632Z [ 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:32.1129298Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:20:32.1130569Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:20:32.1131577Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:20:32.1133007Z [ 19%] 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:32.1134818Z [ 19%] 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:32.1136634Z [ 19%] 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:32.1138199Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:20:32.1139459Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:20:32.1140892Z [ 19%] 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:32.1142736Z [ 19%] 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:32.1144356Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:20:32.1146024Z [ 20%] 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:32.1147483Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:20:32.1148856Z [ 20%] 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:32.1150461Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:20:33.1202223Z [ 20%] 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.1204168Z [ 20%] 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.1206045Z [ 20%] 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.1208325Z [ 20%] 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.1209931Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:20:33.1211519Z [ 20%] 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.1213336Z [ 20%] 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.1215362Z [ 20%] 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.1216582Z [100%] Linking CXX executable flatc 2025-03-21T20:20:33.1217740Z [ 20%] 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.1219486Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:20:33.1221155Z [ 20%] 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.1223732Z [ 20%] 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.1225586Z [ 20%] 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.1227521Z [ 20%] 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:33.1229443Z [ 20%] 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:33.1231022Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:20:33.1232616Z [ 21%] 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:33.1234733Z [ 21%] 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:33.1236443Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:20:33.1237970Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:20:33.1239455Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:20:33.1241056Z [ 21%] 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:33.1242908Z [ 21%] 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:33.1244636Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:20:33.1246134Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:20:33.1247901Z [ 21%] 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:33.1249663Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:20:33.1251756Z [ 21%] 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:33.1253484Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:20:33.1254881Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:20:33.1256596Z [ 23%] 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:33.1258547Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:20:33.1260505Z [ 23%] 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:33.1262151Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:20:33.1263562Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:20:33.1265449Z [ 23%] 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:33.1267416Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:20:33.1269295Z [ 23%] 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:33.1271118Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:20:33.1272626Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:20:33.1274322Z [ 23%] 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:33.1276122Z [ 23%] 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:33.1277721Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:20:33.1279321Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:20:33.1280774Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:20:33.1282394Z [ 23%] 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:33.1284192Z [ 23%] 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:33.1285743Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:20:33.1287184Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:20:33.1288481Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:20:33.1291240Z [ 24%] 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:33.1293075Z [ 24%] 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:33.1295292Z [ 24%] 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:33.1297113Z [ 24%] 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:33.1299015Z [ 24%] 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:33.1300208Z [ 24%] Built target subgraph 2025-03-21T20:20:33.1301608Z [ 24%] 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:33.1303479Z [ 24%] 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:33.1305319Z [ 24%] 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:33.9659059Z [ 24%] 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:33.9661138Z [ 24%] 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:33.9663195Z [ 24%] 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:33.9664481Z [100%] Built target flatc 2025-03-21T20:20:33.9664992Z [ 24%] No install step for 'flatbuffers' 2025-03-21T20:20:33.9666271Z [ 24%] 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:33.9667559Z [ 24%] Completed 'flatbuffers' 2025-03-21T20:20:33.9668876Z [ 24%] 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:33.9670238Z [ 24%] Built target flatbuffers 2025-03-21T20:20:33.9671446Z [ 24%] 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:33.9673309Z [ 24%] 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:33.9675178Z [ 25%] 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:33.9677090Z [ 25%] 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:33.9679069Z [ 25%] 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:33.9681029Z [ 25%] 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:33.9682886Z [ 25%] 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:33.9684709Z [ 25%] 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:33.9686543Z [ 25%] 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:33.9688424Z [ 25%] 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:33.9690876Z [ 25%] 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:33.9692711Z [ 25%] 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:33.9693907Z [ 25%] Generating common_schema headers 2025-03-21T20:20:33.9694473Z [ 25%] Built target common_schema 2025-03-21T20:20:33.9695021Z [ 26%] Generating xnnpack_schema headers 2025-03-21T20:20:33.9696434Z [ 26%] 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:33.9697671Z [ 26%] Built target xnnpack_schema 2025-03-21T20:20:33.9698230Z [ 26%] Generating bundled_program headers 2025-03-21T20:20:33.9699783Z [ 26%] 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:33.9701100Z [ 26%] Built target bundled_program_schema 2025-03-21T20:20:33.9702371Z [ 26%] 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:33.9703663Z [ 26%] Generating program_schema headers 2025-03-21T20:20:33.9704897Z [ 26%] 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:33.9706757Z [ 28%] 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:33.9707945Z [ 28%] Built target program_schema 2025-03-21T20:20:33.9708783Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:20:33.9710215Z [ 28%] 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:33.9712043Z [ 28%] 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:33.9714060Z [ 28%] 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:33.9716179Z [ 28%] 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:33.9718272Z [ 28%] 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:33.9720383Z [ 28%] 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:33.9722558Z [ 28%] 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:33.9724737Z [ 28%] 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:33.9726852Z [ 28%] 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:33.9729011Z [ 28%] 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:33.9731467Z [ 28%] 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:33.9733583Z [ 28%] 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:33.9735091Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:20:33.9736669Z [ 28%] 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:33.9739029Z [ 28%] 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:33.9741262Z [ 29%] 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:33.9743097Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:20:33.9744445Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:20:33.9745701Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:20:33.9747348Z [ 29%] 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:33.9749465Z [ 29%] 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:33.9751029Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:20:33.9752600Z [ 29%] 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:33.9754218Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:20:33.9755623Z [ 30%] 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:33.9757000Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:20:33.9758421Z [ 30%] 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:33.9760260Z [ 30%] 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:34.7361847Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:20:34.7363467Z [ 30%] 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:34.7364921Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:20:34.7366335Z [ 30%] 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:34.7368087Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:20:34.7369799Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:20:34.7371189Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:20:34.7372873Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:20:34.7374522Z [ 30%] 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:34.7376163Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:20:34.7377357Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:20:34.7379298Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:20:34.7380641Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:20:34.7381703Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:20:34.7383344Z [ 30%] 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:34.7385525Z [ 30%] 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:34.7387112Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:20:34.7390710Z [ 30%] 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:34.7392379Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:20:34.7393456Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:20:34.7395093Z [ 31%] 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:34.7397272Z [ 31%] 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:34.7399398Z [ 31%] 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:34.7401411Z [ 31%] 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:34.7403261Z [ 31%] 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:34.7405062Z [ 31%] 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:34.7406838Z [ 31%] 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:34.7408559Z [ 31%] 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:34.7410486Z [ 31%] 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:34.7411853Z [ 31%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:20:34.7412483Z [ 31%] Built target executorch_core 2025-03-21T20:20:34.7413793Z [ 31%] 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:34.7415771Z [ 31%] 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:34.7417979Z [ 31%] 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:34.7419835Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:20:34.7421555Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:34.7423280Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:20:34.7425191Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:20:34.7427189Z [ 32%] 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:34.7429367Z [ 32%] 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:34.7431687Z [ 32%] 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:34.7433857Z [ 32%] 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:34.7436035Z [ 32%] 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:34.7438133Z [ 32%] 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:34.7440124Z [ 32%] 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:34.7441976Z [ 32%] 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:34.7443910Z [ 32%] 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:34.7446071Z [ 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-a53-prfm.S.o 2025-03-21T20:20:34.7448250Z [ 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-a53.S.o 2025-03-21T20:20:34.7450377Z [ 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-a55.S.o 2025-03-21T20:20:34.7452510Z [ 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-a73.S.o 2025-03-21T20:20:34.7454676Z [ 34%] 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:34.7456319Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:20:34.7457902Z [ 34%] 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:34.7459925Z [ 34%] 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:34.7461963Z [ 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:34.7463860Z [ 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:34.7465779Z [ 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:35.7043877Z [ 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:35.7045756Z [ 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:35.7047621Z [ 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:35.7049610Z [ 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:35.7051161Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:20:35.7052721Z [ 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:35.7054839Z [ 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:35.7056449Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:20:35.7057906Z [ 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:35.7059804Z [ 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:35.7061528Z [ 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:35.7063399Z [ 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:35.7064986Z [ 35%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:20:35.7066662Z [ 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:35.7068860Z [ 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:35.7070532Z [ 35%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:20:35.7072247Z [ 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:35.7074433Z [ 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:35.7076551Z [ 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:35.7078568Z [ 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:35.7080781Z [ 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:35.7082693Z [ 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:35.7084468Z [ 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:35.7085664Z [ 35%] Linking CXX static library libexecutorch.a 2025-03-21T20:20:35.7086259Z [ 35%] Built target executorch 2025-03-21T20:20:35.7087466Z [ 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:35.7089251Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:20:35.7090518Z [ 35%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:20:35.7092221Z [ 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:35.7093897Z [ 36%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:20:35.7095173Z [ 36%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:20:35.7096450Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:20:35.7098223Z [ 36%] 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:35.7099777Z [ 36%] Linking CXX static library libextension_tensor.a 2025-03-21T20:20:35.7100418Z [ 36%] Built target extension_tensor 2025-03-21T20:20:35.7101195Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:20:35.7102314Z [ 36%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:20:35.7103402Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:20:35.7104492Z [ 36%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:20:35.7106080Z [ 36%] 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:35.7107406Z [ 36%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:20:35.7108070Z [ 36%] Built target extension_data_loader 2025-03-21T20:20:35.7109241Z [ 37%] 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:35.7110657Z [ 37%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:20:35.7111666Z [ 37%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:20:35.7113016Z [ 37%] 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:35.7114220Z [ 37%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:20:35.7114876Z [ 37%] Built target extension_threadpool 2025-03-21T20:20:35.7116062Z [ 37%] 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:35.7117540Z [ 37%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:20:35.7118694Z [ 37%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:20:35.7119988Z [ 37%] Linking CXX static library libbundled_program.a 2025-03-21T20:20:35.7121206Z [ 37%] 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:35.7122372Z [ 37%] Built target bundled_program 2025-03-21T20:20:35.7123336Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:20:35.7124877Z [ 37%] 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:35.7126505Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:20:35.7128187Z [ 37%] 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:35.7129828Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:20:35.7131421Z [ 37%] 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:35.7133614Z [ 37%] 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:35.7135817Z [ 37%] 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:35.7137605Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:20:35.7138613Z [ 37%] Linking CXX static library libetdump.a 2025-03-21T20:20:35.7140083Z [ 37%] 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:35.7141412Z [ 37%] Built target etdump 2025-03-21T20:20:35.7142602Z [ 37%] 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:35.7144176Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:20:37.3410361Z [ 37%] 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.3412819Z [ 37%] 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.3414445Z [ 37%] Linking CXX static library libcpublas.a 2025-03-21T20:20:37.3415849Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:20:37.3416819Z [ 37%] Built target cpublas 2025-03-21T20:20:37.3417623Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:37.3419421Z [ 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-prfm.S.o 2025-03-21T20:20:37.3421628Z [ 39%] 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.3423353Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:20:37.3425106Z [ 40%] 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.3427287Z [ 40%] 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:37.3429677Z [ 40%] 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:37.3431512Z [ 40%] 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:37.3433049Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:37.3434497Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:20:37.3435835Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:20:37.3437431Z [ 40%] 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:37.3439031Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:20:37.3440619Z [ 40%] 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:37.3442230Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:20:37.3443480Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:20:37.3445066Z [ 40%] 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:37.3446641Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:20:37.3447563Z [ 41%] Linking CXX static library libutil.a 2025-03-21T20:20:37.3448145Z [ 41%] Built target util 2025-03-21T20:20:37.3448930Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:37.3450412Z [ 42%] 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:37.3451969Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:20:37.3453247Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:20:37.3454816Z [ 42%] 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:37.3456401Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:20:37.3457742Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:20:37.3459530Z [ 42%] 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:37.3461041Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:37.3462166Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:37.3463362Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:20:37.3465097Z [ 42%] 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:37.3466815Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:20:37.3468323Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:20:37.3469658Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:20:37.3471289Z [ 43%] 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:37.3472926Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:20:37.3474158Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:20:37.3475521Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:20:37.3477386Z [ 43%] 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:37.3479012Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:20:37.3480336Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:20:37.3482090Z [ 43%] 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:37.3483829Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:20:37.3485063Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:37.3486650Z [ 45%] 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:37.3488321Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:20:37.3490685Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:37.3491862Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:37.3493503Z [ 45%] 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:37.3495200Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:20:37.3496525Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:20:37.3497937Z 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:37.3499341Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:37.3500530Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:20:37.3501562Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:20:37.3504448Z /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:37.3508365Z /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:37.3510925Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:37.3523755Z | ^ 2025-03-21T20:20:37.9718310Z [ 45%] 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:37.9719955Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:20:37.9721179Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:20:37.9723364Z [ 45%] 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:37.9725086Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:37.9726303Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:37.9727612Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:20:37.9729398Z [ 45%] 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:37.9731089Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:37.9732276Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:20:37.9734021Z [ 45%] 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:37.9736110Z [ 45%] 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:37.9737776Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:37.9739347Z 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:37.9740652Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:37.9741889Z 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:37.9743164Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:20:37.9744251Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:20:37.9747129Z /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:37.9751003Z /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:37.9753139Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:37.9753871Z | ^ 2025-03-21T20:20:37.9754738Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:37.9756255Z [ 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:37.9758268Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:20:37.9759630Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:20:37.9761293Z [ 46%] 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:37.9762898Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:37.9764189Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:37.9767614Z /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:37.9773683Z /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:37.9777431Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:37.9779661Z /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:37.9781237Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:37.9781880Z | ^~~~~~~~~~~~~~ 2025-03-21T20:20:37.9784841Z /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:37.9791022Z /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:37.9794744Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:37.9796853Z /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:37.9800927Z /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:37.9806455Z /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:37.9812868Z /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:37.9816618Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:37.9818793Z /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:37.9820485Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:37.9821172Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:37.9824297Z /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:37.9829472Z /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:37.9835480Z /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:37.9839202Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:37.9841266Z /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:37.9842762Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:20:37.9843422Z from /usr/include/c++/11/array:38, 2025-03-21T20:20:37.9844174Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:20:37.9845120Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:20:37.9846363Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:20:37.9847366Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:20:37.9851375Z /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:37.9857050Z /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:37.9862352Z /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:37.9868319Z /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:37.9872044Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:37.9873844Z /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:37.9875076Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:20:37.9875608Z | ^~~~~~~~~ 2025-03-21T20:20:37.9879078Z /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:37.9884708Z /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:37.9889994Z /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:37.9896809Z /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:37.9900631Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:37.9902556Z /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:37.9906273Z /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:37.9910233Z /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:37.9911776Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:37.9912473Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:38.7045880Z /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:38.7049789Z /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:38.7051504Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:38.7054420Z /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:38.7058003Z /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:38.7059712Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:38.7060385Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:38.7064462Z /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:38.7069722Z /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:38.7071278Z 114 | std::tuple opt_native_layer_norm_out( 2025-03-21T20:20:38.7071988Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:38.7073997Z /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:38.7076624Z /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:38.7079253Z /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:38.7080811Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:38.7081540Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:38.7083582Z /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:38.7085365Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:38.7086097Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:38.7087283Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:20:38.7089935Z [ 46%] 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:38.7091822Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:38.7093783Z [ 46%] 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:38.7095839Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:20:38.7097617Z [ 46%] 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:38.7099830Z [ 46%] 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:38.7101984Z [ 46%] 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:38.7103769Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:38.7105542Z [ 47%] 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:38.7107375Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:20:38.7109207Z [ 48%] 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:38.7111370Z [ 48%] 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:38.7113495Z [ 48%] 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:38.7115304Z [ 48%] 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:38.7116846Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:20:38.7118112Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:20:38.7119890Z [ 48%] 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:38.7121770Z [ 48%] 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:38.7123926Z [ 48%] 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:38.7125814Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:20:38.7127643Z [ 48%] 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:38.7129713Z [ 48%] 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:38.7131531Z [ 48%] 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:38.7132789Z [ 48%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:20:38.7134016Z [ 48%] 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:38.7135572Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:20:38.7137145Z [ 48%] 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:38.7138648Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:38.7140274Z [ 48%] 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:38.7142063Z [ 48%] 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:38.7143828Z [ 50%] 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:38.7145332Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:20:38.7146276Z [ 50%] Built target optimized_kernels 2025-03-21T20:20:38.7147176Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:20:40.2482723Z [ 50%] 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.2484559Z [ 50%] 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.2486610Z [ 50%] 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.2488820Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:20:40.2490392Z [ 50%] 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.2492294Z [ 50%] 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.2493861Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:20:40.2495580Z [ 50%] 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.2497113Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:40.2498415Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:20:40.2500058Z [ 50%] 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.2501821Z [ 50%] 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.2503531Z [ 50%] 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.2505217Z [ 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:40.2506905Z [ 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:40.2508376Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:20:40.2509874Z [ 51%] 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:40.2511617Z [ 51%] 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:40.2513125Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:20:40.2514385Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:20:40.2515656Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:20:40.2517142Z [ 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:40.2518896Z [ 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:40.2520651Z [ 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:40.2522338Z [ 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:40.2523844Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:20:40.2525405Z [ 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:40.2527087Z [ 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:40.2528549Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:20:40.2530371Z [ 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:40.2531844Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:20:40.2533115Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:20:40.2534397Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:20:40.2535997Z [ 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:40.2537693Z [ 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:40.2539244Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:20:40.2540757Z [ 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:40.2542448Z [ 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:40.2543915Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:40.2545151Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:20:40.2546611Z [ 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:40.2548052Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:20:40.2549320Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:20:40.2551238Z [ 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:40.2552754Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:20:40.2554228Z [ 53%] 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:40.2555947Z [ 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:40.2557476Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:20:40.2558983Z [ 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:40.2560514Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:20:40.2561826Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:20:40.2563328Z [ 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:40.2564818Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:20:40.2566315Z [ 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:40.2568061Z [ 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:40.2569543Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:40.2571044Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:20:40.2572397Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:20:40.2573998Z [ 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:40.2575640Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:20:40.2577129Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:20:40.2578418Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:20:40.2580020Z [ 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:40.2581515Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:20:41.9395032Z [ 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:41.9396632Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:20:41.9397930Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:41.9399293Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:20:41.9400625Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:20:41.9401967Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:20:41.9403508Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:20:41.9405235Z [ 56%] 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:41.9406938Z [ 56%] 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:41.9408474Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:20:41.9409776Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:20:41.9411025Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:20:41.9412519Z [ 56%] 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:41.9414052Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:20:41.9415603Z [ 56%] 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:41.9417162Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:20:41.9418746Z [ 56%] 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:41.9420601Z [ 56%] 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:41.9422164Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:20:41.9423916Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:20:41.9425371Z [ 56%] 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:41.9426944Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:20:41.9428539Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:20:41.9430364Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:20:41.9431827Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:20:41.9433325Z [ 57%] 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:41.9435016Z [ 57%] 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:41.9436717Z [ 57%] 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:41.9438185Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:20:41.9439672Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:20:41.9441136Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:20:41.9442396Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:20:41.9443658Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:41.9445103Z [ 58%] 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:41.9446769Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:20:41.9448226Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:41.9449737Z [ 58%] 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:41.9451480Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:20:41.9453043Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:20:41.9454542Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:20:41.9455938Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:20:41.9457338Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:41.9458649Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:20:41.9460359Z [ 58%] 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:41.9461853Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:41.9463621Z [ 58%] 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:41.9465151Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:20:41.9466414Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:20:41.9467722Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:20:41.9469073Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:20:41.9470532Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:20:41.9472130Z [ 58%] 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:41.9473704Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:20:41.9475290Z [ 58%] 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:41.9476805Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:20:41.9478053Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:20:41.9479334Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:20:41.9480704Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:20:41.9482311Z [ 59%] 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:41.9483908Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:20:41.9485546Z [ 59%] 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:41.9487170Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:20:41.9488504Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:20:41.9489970Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:20:41.9491263Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:20:41.9492799Z [ 60%] 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.2786826Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:20:43.2788501Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:20:43.2790485Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:20:43.2792170Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:20:43.2793751Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:20:43.2795522Z [ 60%] 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.2797852Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:20:43.2799667Z [ 60%] 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.2801243Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:20:43.2802657Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:20:43.2804198Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:20:43.2805723Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:20:43.2807536Z [ 60%] 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.2809377Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:20:43.2810938Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:20:43.2812413Z [ 60%] 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.2814167Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:20:43.2815993Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:20:43.2817931Z [ 60%] 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:43.2819625Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:20:43.2820887Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:20:43.2822202Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:20:43.2823530Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:20:43.2825163Z [ 63%] 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:43.2826989Z [ 63%] 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:43.2828512Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:20:43.2830001Z [ 63%] 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:43.2831666Z [ 63%] 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:43.2833162Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:20:43.2834602Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:20:43.2835927Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:43.2837442Z [ 63%] 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:43.2839391Z [ 63%] 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:43.2841080Z [ 63%] 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:43.2842751Z [ 63%] 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:43.2844209Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:20:43.2845849Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:20:43.2847617Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:20:43.2849321Z [ 63%] 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:43.2850978Z [ 63%] 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:43.2852682Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:20:43.2854163Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:20:43.2855413Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:20:43.2856915Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:20:43.2858619Z [ 63%] 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:43.2860382Z [ 64%] 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:43.2862093Z [ 64%] 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:43.2863829Z [ 64%] 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:43.2865369Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:20:43.2866922Z [ 64%] 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:43.2868716Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:20:43.2870525Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:20:43.2872445Z [ 64%] 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:43.2874155Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:20:43.2875495Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:20:43.2877201Z [ 64%] 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:43.2879263Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:20:43.2881420Z [ 64%] 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:43.2883216Z [ 64%] 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:43.2884748Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:20:43.2886593Z [ 65%] 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:44.6493616Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:20:44.6495449Z [ 65%] 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:44.6497001Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:20:44.6498549Z [ 67%] 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:44.6500099Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:20:44.6501567Z [ 67%] 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:44.6503208Z [ 67%] 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:44.6504698Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:20:44.6506209Z [ 67%] 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:44.6507648Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:20:44.6509107Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:20:44.6510839Z [ 67%] 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:44.6512870Z [ 67%] 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:44.6515081Z [ 67%] 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:44.6517219Z [ 67%] 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:44.6519341Z [ 67%] 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:44.6521044Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:44.6522279Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:20:44.6523950Z [ 67%] 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:44.6525619Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:20:44.6527861Z [ 67%] 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:44.6530102Z [ 67%] 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:44.6532309Z [ 67%] 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:44.6534350Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:20:44.6536023Z [ 67%] 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:44.6538143Z [ 68%] 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:44.6539938Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:20:44.6541597Z [ 68%] 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:44.6543267Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:20:44.6544544Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:20:44.6546323Z [ 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:44.6548546Z [ 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:44.6550668Z [ 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:44.6552411Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:20:44.6553722Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:20:44.6555437Z [ 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:44.6557594Z [ 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:44.6559763Z [ 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:44.6561472Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:20:44.6562776Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:20:44.6564616Z [ 69%] 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:44.6567077Z [ 69%] 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:44.6569437Z [ 69%] 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:44.6571407Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:20:44.6573104Z [ 69%] 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:44.6574825Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:20:44.6576336Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:20:44.6577807Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:20:44.6579219Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:20:44.6580933Z [ 69%] 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:44.6583115Z [ 69%] 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:44.6584883Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:20:44.6586596Z [ 70%] 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:44.6588282Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:44.6590208Z [ 70%] 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:44.6591971Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:20:44.6593343Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:20:45.9576807Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:20:45.9578835Z [ 70%] 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:45.9581210Z [ 70%] 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:45.9583314Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:20:45.9584920Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:20:45.9586380Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:20:45.9588335Z [ 70%] 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:45.9592819Z [ 70%] 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:45.9594696Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:20:45.9596946Z [ 71%] 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:45.9599088Z [ 71%] 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:45.9600965Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:20:45.9602584Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:20:45.9604214Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:20:45.9606039Z [ 71%] 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:45.9607909Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:20:45.9609339Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:20:45.9610717Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:20:45.9612130Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:20:45.9613902Z [ 71%] 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:45.9615716Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:20:45.9617163Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:20:45.9618708Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:20:45.9620155Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:20:45.9621957Z [ 71%] 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:45.9623683Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:20:45.9625066Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:20:45.9626775Z [ 71%] 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:45.9628813Z [ 71%] 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:45.9630835Z [ 71%] 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:45.9632548Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:20:45.9634331Z [ 71%] 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:45.9636363Z [ 73%] 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:45.9638421Z [ 73%] 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:45.9640887Z [ 73%] 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:45.9642953Z [ 73%] 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:45.9645014Z [ 73%] 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:45.9647199Z [ 73%] 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:45.9649350Z [ 73%] 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:45.9651420Z [ 73%] 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:45.9653446Z [ 73%] 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:45.9654832Z [ 74%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:20:45.9656297Z [ 74%] 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:45.9658388Z [ 74%] 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:45.9660596Z [ 74%] 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:45.9662629Z [ 74%] 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:45.9664600Z [ 74%] 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:45.9666626Z [ 74%] 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:45.9668684Z [ 75%] 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:45.9670690Z [ 75%] 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:45.9672731Z [ 75%] 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:45.9674948Z [ 75%] 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:45.9677306Z [ 75%] 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:45.9679530Z [ 75%] 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:46.7991016Z [ 75%] 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:46.7993653Z [ 75%] 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:46.7995665Z [ 75%] 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:46.7997012Z [ 75%] Built target optimized_portable_kernels 2025-03-21T20:20:46.7997601Z [ 75%] Merging kernel yaml files 2025-03-21T20:20:46.7999100Z [ 75%] 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:46.8001203Z [ 75%] 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:46.8003266Z [ 75%] 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:46.8005282Z [ 75%] 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:46.8007338Z [ 75%] 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:46.8009452Z [ 76%] 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:46.8011495Z [ 76%] 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:46.8013569Z [ 76%] 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:46.8015091Z [ 76%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:20:46.8016769Z [ 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-cortex-a55.S.o 2025-03-21T20:20:46.8019298Z [ 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:46.8021521Z [ 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:46.8023600Z [ 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:46.8025673Z [ 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:46.8027709Z [ 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:46.8029815Z [ 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:46.8031973Z [ 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:46.8034112Z [ 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:46.8036442Z [ 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:46.8038578Z [ 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:46.8040677Z [ 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:46.8042829Z [ 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:46.8044863Z [ 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:46.8046890Z [ 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:46.8048920Z [ 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:46.8050974Z [ 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:46.8053008Z [ 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:46.8055013Z [ 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:46.8057015Z [ 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:46.8059080Z [ 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:46.8060340Z [ 78%] Generating code for kernel registration 2025-03-21T20:20:46.8061509Z [ 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:46.8063275Z [ 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:46.8065033Z [ 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:46.8066846Z [ 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:46.8068710Z [ 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:46.8070710Z [ 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:46.8072880Z [ 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:46.8075066Z [ 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:46.8077223Z [ 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:46.8079630Z [ 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:46.8081802Z [ 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:46.8083971Z [ 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:46.8086280Z [ 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:46.8088463Z [ 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:46.8090873Z [ 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:47.5540630Z [ 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:47.5542921Z [ 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:47.5545146Z [ 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:47.5547315Z [ 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:47.5549485Z [ 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:47.5551631Z [ 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:47.5553783Z [ 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:47.5555872Z [ 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:47.5557906Z [ 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:47.5559972Z [ 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:47.5562036Z [ 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:47.5564100Z [ 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:47.5566180Z [ 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:47.5568235Z [ 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:47.5570484Z [ 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:47.5573370Z [ 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:47.5575641Z [ 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:47.5578195Z [ 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:47.5580389Z [ 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:47.5582480Z [ 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:47.5584776Z [ 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:47.5587180Z [ 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:47.5590708Z [ 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:47.5592875Z [ 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:47.5595166Z [ 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:47.5597613Z [ 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:47.5600022Z [ 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:47.5602402Z [ 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:47.5604573Z [ 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:47.5606614Z [ 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:47.5608655Z [ 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:47.5610744Z [ 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:47.5612850Z [ 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:47.5614935Z [ 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:47.5617398Z [ 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:47.5619606Z [ 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:47.5621703Z [ 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:47.5623999Z [ 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:47.5626105Z [ 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:47.5628391Z [ 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:47.5630828Z [ 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:47.5633183Z [ 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:47.5635370Z [ 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:47.5637471Z [ 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:47.5639581Z [ 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:47.5641914Z [ 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:48.1787000Z [ 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:48.1789531Z [ 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:48.1791730Z [ 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:48.1794668Z [ 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:48.1797139Z [ 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:48.1799567Z [ 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:48.1801976Z [ 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:48.1804184Z [ 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:48.1806704Z [ 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:48.1808764Z [ 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:48.1810759Z [ 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:48.1812890Z [ 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:48.1814823Z [ 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:48.1816637Z [ 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:48.1818383Z [ 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:48.1820282Z [ 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:48.1822023Z [ 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:48.1823846Z [ 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:48.1825641Z [ 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:48.1827431Z [ 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:48.1829233Z [ 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:48.1831071Z [ 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:48.1832890Z [ 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:48.1834699Z [ 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:48.1836418Z [ 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:48.1838086Z [ 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:48.1839751Z [ 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:48.1841447Z [ 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:48.1843198Z [ 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:48.1845036Z [ 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:48.1846898Z [ 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:48.1848979Z [ 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:48.1850857Z [ 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:48.1852744Z [ 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:48.1854663Z [ 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:48.1856763Z [ 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:48.1859925Z /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:48.1862517Z /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:48.1864325Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:48.1865149Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:48.1865751Z | | 2025-03-21T20:20:48.1866385Z | const int32_t * {aka const int *} 2025-03-21T20:20:48.1867831Z 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:48.1869839Z /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:48.1871134Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:48.1871684Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:48.1873471Z /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:48.1875286Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:48.1876133Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:48.1876739Z | | 2025-03-21T20:20:48.1877347Z | const int32_t * {aka const int *} 2025-03-21T20:20:48.1878487Z 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:48.1880464Z /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:48.1881741Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:48.1882292Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:48.1883499Z [ 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:48.1885471Z [ 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:49.0928956Z [ 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:49.0931865Z [ 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:49.0934163Z [ 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:49.0936440Z [ 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:49.0939072Z [ 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:49.0941405Z [ 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:49.0944486Z [ 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:49.0946536Z [ 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:49.0948423Z [ 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:49.0950206Z [ 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:49.0951999Z [ 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:49.0953881Z [ 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:49.0955862Z [ 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:49.0957804Z [ 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:49.0959770Z [ 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:49.0961736Z [ 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:49.0963687Z [ 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:49.0965658Z [ 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:49.0967882Z [ 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:49.0970328Z [ 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:49.0972736Z [ 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:49.0974919Z [ 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:49.0976919Z [ 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:49.0979365Z [ 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:49.0981344Z [ 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:49.0983334Z [ 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:49.0985594Z [ 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:49.0987576Z [ 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:49.0989730Z [ 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:49.0991976Z [ 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:49.0994462Z [ 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:49.0996917Z [ 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:49.0999122Z [ 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:49.1001023Z [ 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:49.1002786Z [ 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:49.1004504Z [ 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:49.1006210Z [ 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:49.1007917Z [ 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:49.1009675Z [ 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:49.1011512Z [ 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:49.1013298Z [ 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:49.1015072Z [ 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:49.1016891Z [ 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:49.1018739Z [ 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:49.1020674Z [ 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:49.1022874Z [ 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:49.1024617Z [ 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:49.1026294Z [ 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:49.1028802Z [ 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:49.1030569Z [ 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:49.1032342Z [ 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:49.1034178Z [ 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:49.4074736Z [ 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:49.4076716Z [ 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:49.4078635Z [ 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:49.4080539Z [ 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:49.4082379Z [ 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:49.4084566Z /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:49.4087476Z /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:49.4090136Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:49.4091109Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.4103015Z | | 2025-03-21T20:20:49.4103688Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.4104881Z 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:49.4107132Z /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:49.4108483Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:49.4109045Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.4110870Z /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:49.4112694Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:49.4113526Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.4114554Z | | 2025-03-21T20:20:49.4115178Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.4116301Z 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:49.4118291Z /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:49.4119565Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:49.4120440Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.4121612Z [ 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:49.4123352Z [ 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:49.4125122Z [ 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:49.4126883Z [ 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:49.4128679Z [ 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:49.4130515Z [ 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:49.4132247Z [ 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:49.4133880Z [ 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:49.4135603Z [ 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:49.4137362Z [ 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:49.4139244Z [ 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:49.4141470Z /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:49.4144136Z /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:49.4145909Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:49.4146637Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.4147205Z | | 2025-03-21T20:20:49.4147801Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.4148973Z 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:49.4151036Z /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:49.4152320Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:49.4152865Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.4154684Z /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:49.4156672Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:49.4157386Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.4157969Z | | 2025-03-21T20:20:49.4158572Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.4159971Z 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:49.4162040Z /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:49.4163316Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:49.4163884Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.4164993Z [ 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:49.4166750Z [ 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:49.4168648Z [ 92%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:20:49.4170725Z /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:49.4173089Z /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:49.4174765Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:49.4175476Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.4176064Z | | 2025-03-21T20:20:49.4176661Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.4177727Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.4179773Z /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:49.4181281Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:49.4181857Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.7189003Z /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:49.7190788Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:49.7191507Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.7192091Z | | 2025-03-21T20:20:49.7192695Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.7193891Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.7195874Z /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:49.7197156Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:49.7198191Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.7199370Z [ 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:49.7201083Z [ 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:49.7202667Z [ 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:49.7204280Z [ 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:49.7206140Z [ 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:49.7208008Z [ 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:49.7209996Z [ 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:49.7212285Z /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:49.7214937Z /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:49.7216719Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:49.7217442Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.7218025Z | | 2025-03-21T20:20:49.7218645Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.7219971Z 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:49.7222109Z /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:49.7223451Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.7224161Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.7226012Z /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:49.7227776Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:49.7228502Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.7229292Z | | 2025-03-21T20:20:49.7229909Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.7231107Z 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:49.7233238Z /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:49.7234586Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.7235277Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.7236566Z [ 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:49.7239078Z [ 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:49.7241047Z [ 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:49.7243268Z /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:49.7245725Z /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:49.7247429Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:49.7248160Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.7248768Z | | 2025-03-21T20:20:49.7249422Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.7250529Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.7252561Z /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:49.7253905Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.7254452Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.7256193Z /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:49.7257870Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:49.7258610Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.7259309Z | | 2025-03-21T20:20:49.7259942Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.7261034Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.7263050Z /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:49.7264424Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.7264967Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.7266150Z [ 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:49.7268270Z [ 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:49.7270177Z [ 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:49.7272003Z [ 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:49.7273843Z [ 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:49.7275952Z [ 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:49.7277349Z [ 93%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:20:49.7278067Z [ 93%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:20:49.7279355Z [ 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:49.7281332Z [ 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:49.7283365Z [ 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:51.0448199Z [ 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:51.0450208Z [ 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:51.0452226Z [ 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:51.0454018Z [ 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:51.0455637Z [ 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:51.0457238Z [ 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:51.0458819Z [ 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:51.0460523Z [ 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:51.0462097Z [ 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:51.0463676Z [ 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:51.0465243Z [ 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:51.0466808Z [ 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:51.0468386Z [ 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:51.0470186Z [ 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:51.0472202Z [ 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:51.0474573Z [ 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:51.0476638Z [ 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:51.0478356Z [ 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:51.0480287Z [ 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:51.0482068Z [ 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:51.0483948Z [ 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:51.0485812Z [ 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:51.0488032Z [ 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:51.0490164Z [ 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:51.0492110Z [ 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:51.0494572Z [ 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:51.0496337Z [ 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:51.0497938Z [ 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:51.0499707Z [ 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:51.0501258Z [ 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:51.0502846Z [ 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:51.0504418Z [ 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:51.0505973Z [ 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:51.0507536Z [ 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:51.0509267Z [ 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:51.0510893Z [ 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:51.0512495Z [ 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:51.0514124Z [ 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:51.0515754Z [ 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:51.0517954Z [ 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:51.0519675Z [ 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:51.0521268Z [ 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:51.0522862Z [ 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:51.0524669Z [ 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:51.0526317Z [ 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:51.0527937Z [ 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:51.0529550Z [ 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:51.0531182Z [ 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:51.0533113Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:20:51.0534164Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:20:51.0534811Z [ 97%] Built target microkernels-prod 2025-03-21T20:20:51.0535382Z [ 97%] Generating build_identifier.c 2025-03-21T20:20:51.0536379Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:20:51.0537815Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:20:51.0539400Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:20:51.0540861Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:20:51.0542285Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:20:51.0544475Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:20:51.0545936Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:20:51.0547411Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:20:51.0548842Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:20:51.0550276Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:21:03.3750480Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:21:03.3751965Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:21:03.3753389Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:21:03.3754834Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:21:03.3756282Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:21:03.3758720Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:21:03.3760221Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:21:03.3761594Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:21:03.3762946Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:21:03.3764349Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:21:03.3766066Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:21:03.3767590Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:21:03.3769070Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:21:03.3770484Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:21:03.3771875Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:21:03.3773258Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:21:03.3774623Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:21:03.3775896Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:21:03.3777071Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:21:03.3778319Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:21:03.3779409Z [100%] Linking CXX static library libXNNPACK.a 2025-03-21T20:21:03.3779991Z [100%] Built target XNNPACK 2025-03-21T20:21:03.3780839Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:21:03.3782068Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:21:03.3783287Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:21:03.3784532Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:21:03.3785820Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:21:03.3787140Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:21:03.3789818Z /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:03.3792549Z /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:03.3794132Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-03-21T20:21:03.3794870Z | ^~~~~~~~ 2025-03-21T20:21:03.3795522Z [100%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:21:03.3796152Z [100%] Built target xnnpack_backend 2025-03-21T20:21:03.3796976Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:21:03.3798433Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-03-21T20:21:03.3799318Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-03-21T20:21:03.3799999Z [100%] Built target portable_lib 2025-03-21T20:21:03.3800538Z [ 1%] Built target flatbuffers 2025-03-21T20:21:03.3801060Z [ 2%] Built target flatccrt 2025-03-21T20:21:03.3801575Z [ 2%] Built target pthreadpool 2025-03-21T20:21:03.3802105Z [ 2%] Built target common_schema 2025-03-21T20:21:03.3802645Z [ 3%] Built target xnnpack_schema 2025-03-21T20:21:03.3803176Z [ 6%] Built target cpuinfo 2025-03-21T20:21:03.3803680Z [ 7%] Built target flatcc 2025-03-21T20:21:03.3804455Z [ 7%] Built target bundled_program_schema 2025-03-21T20:21:03.3805042Z [ 9%] Built target eigen_blas 2025-03-21T20:21:03.3805570Z [ 9%] Built target indirection 2025-03-21T20:21:03.3806111Z [ 9%] Built target microparams-init 2025-03-21T20:21:03.3806663Z [ 9%] Built target normalization 2025-03-21T20:21:03.3807211Z [ 10%] Built target datatype 2025-03-21T20:21:03.3807711Z [ 10%] Built target logging 2025-03-21T20:21:03.3808226Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:03.3808789Z [ 10%] Built target program_schema 2025-03-21T20:21:03.3809327Z [ 12%] Built target flatcc_cli 2025-03-21T20:21:03.3809839Z [ 12%] Built target allocator 2025-03-21T20:21:03.3810341Z [ 12%] Built target packing 2025-03-21T20:21:03.3810850Z [ 12%] Built target hardware-config 2025-03-21T20:21:03.3811461Z [ 12%] Built target cache 2025-03-21T20:21:03.3811972Z [ 12%] Built target microkernel-utils 2025-03-21T20:21:03.3812517Z [ 12%] Built target memory 2025-03-21T20:21:03.3813038Z [ 13%] Built target operator-utils 2025-03-21T20:21:03.3813562Z [ 13%] Built target mutex 2025-03-21T20:21:03.3814063Z [ 13%] Built target operator-run 2025-03-21T20:21:03.3814594Z [ 13%] Built target etdump_schema 2025-03-21T20:21:03.3815124Z [ 14%] Built target operators 2025-03-21T20:21:03.3815651Z [ 15%] Built target executorch_core 2025-03-21T20:21:03.3816185Z [ 18%] Built target subgraph 2025-03-21T20:21:03.3816701Z [ 18%] Built target extension_tensor 2025-03-21T20:21:03.3817248Z [ 18%] Built target executorch 2025-03-21T20:21:03.3817783Z [ 18%] Built target extension_threadpool 2025-03-21T20:21:03.3818369Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:03.3819205Z [ 19%] Built target bundled_program 2025-03-21T20:21:03.3819770Z [ 19%] Built target cpublas 2025-03-21T20:21:03.3820267Z [ 19%] Built target etdump 2025-03-21T20:21:03.3820781Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:03.3821322Z [ 22%] Built target util 2025-03-21T20:21:03.3821835Z [ 80%] Built target microkernels-prod 2025-03-21T20:21:03.3822385Z [ 83%] Built target XNNPACK 2025-03-21T20:21:03.3822899Z [ 83%] Built target xnnpack_backend 2025-03-21T20:21:03.3823478Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:21:03.3824109Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:03.3824711Z [ 98%] Built target portable_lib 2025-03-21T20:21:03.3825570Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:21:03.3826883Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:21:03.3828165Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:21:03.3829496Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:21:03.3830888Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:21:03.3832253Z [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:03.3833593Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:21:03.3835300Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-03-21T20:21:03.3836525Z [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:03.3837869Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:21:03.3839123Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:21:03.3840853Z 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:03.3842367Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.3844684Z /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:03.3847665Z /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:03.3849652Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-03-21T20:21:03.3851950Z /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:03.3854208Z 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:03.3914575Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.3915514Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.3916780Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.3918195Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.3919638Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.3920931Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.3922377Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.3923773Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.3925718Z /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:03.3926949Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:03.3927604Z | ^~~~~~~~ 2025-03-21T20:21:03.3928813Z 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:03.3930297Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.3932468Z /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:03.3934931Z 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:03.3935797Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.3937874Z /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:03.3940272Z 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:03.3941152Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.3942409Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.3944081Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.3945665Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.3947777Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.3949096Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.3950551Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.3951949Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.3953822Z /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:03.3955050Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:03.3955707Z | ^~~~~~~~ 2025-03-21T20:21:03.3956897Z 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:03.3958384Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.3960541Z /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:03.3962507Z 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:03.3963364Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.3965239Z /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:03.3967501Z 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:03.3968363Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.3969451Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.3970705Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.3972098Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.3973503Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.3974935Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.3976391Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.3977766Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.3979630Z /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:03.3980856Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:03.3981512Z | ^~~~~~~~ 2025-03-21T20:21:03.3982729Z 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:03.3984204Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.3986394Z /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:03.3988364Z 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:03.3989666Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.3991545Z /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:03.3993790Z 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:03.3994655Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.3995479Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.3996754Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.3998158Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.3999572Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.4000870Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.4080285Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.4081693Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.4083989Z /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:03.4085207Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:03.4085862Z | ^~~~~~~~ 2025-03-21T20:21:03.4087051Z 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:03.4088724Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.4091206Z /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:03.4093188Z 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:03.4094070Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4095943Z /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:03.4098176Z 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:03.4099160Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4099977Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.4101235Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.4102650Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.4104058Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.4105358Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.4106796Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.4108166Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.4109925Z /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:03.4111156Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:03.4111799Z | ^~~~~~~~ 2025-03-21T20:21:03.4112985Z 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:03.4114460Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.4116620Z /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:03.4118564Z 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:03.4119752Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4121626Z /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:03.4128796Z 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:03.4129851Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4130677Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.4131927Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.4133341Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.4134744Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.4136031Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.4137461Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.4138829Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.4140701Z /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:03.4141939Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:03.4142596Z | ^~~~~~~~ 2025-03-21T20:21:03.4143791Z 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:03.4145267Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.4147418Z /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:03.4149377Z 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:03.4150249Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4152116Z /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:03.4154351Z 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:03.4155213Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4156032Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.4157288Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.4158694Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.4160347Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.4161637Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.4163063Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.4164435Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.4166259Z /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:03.4167501Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:03.4168171Z | ^~~~~~~~ 2025-03-21T20:21:03.4169358Z 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:03.4240412Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.4242809Z /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:03.4244827Z 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:03.4245694Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4247573Z /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:03.4249824Z 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:03.4250685Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4251502Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.4252766Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.4254170Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.4255583Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.4256886Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.4258317Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.4259795Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.4261768Z /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:03.4262998Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:03.4263657Z | ^~~~~~~~ 2025-03-21T20:21:03.4265313Z 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:03.4266799Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.4268991Z /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:03.4271148Z 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:03.4272035Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4273932Z /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:03.4276188Z 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:03.4277048Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4277858Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.4279115Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.4280537Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.4281938Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.4283238Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.4284675Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.4286054Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.4287791Z /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:03.4289207Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:03.4289864Z | ^~~~~~~~ 2025-03-21T20:21:03.4291047Z 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:03.4292551Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.4294743Z /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:03.4296800Z 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:03.4297673Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4299647Z /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:03.4302235Z 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:03.4303161Z | ~~~~~~~^~~~ 2025-03-21T20:21:03.4303975Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:03.4305220Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:03.4306841Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:03.4308261Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:03.4309561Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:03.4310995Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:03.4312354Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:03.4314099Z /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:03.4315332Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:03.4315991Z | ^~~~~~~~ 2025-03-21T20:21:03.4317179Z 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:03.4318672Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:03.4320821Z /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:03.4322767Z 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:03.4323628Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.2491047Z /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:05.2493438Z 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:05.2494310Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.2495127Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.2496391Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.2497813Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.2499347Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.2500644Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.2502508Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.2503882Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.2505816Z /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.2507046Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:05.2507927Z | ^~~~~~~~ 2025-03-21T20:21:05.2509143Z 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.2510633Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.2512828Z /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:05.2514782Z 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:05.2515647Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.2517550Z /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:05.2519787Z 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:05.2520668Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.2521475Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.2522758Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.2524174Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.2525588Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.2526890Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.2528337Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.2529706Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.2531436Z /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.2532673Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:05.2533338Z | ^~~~~~~~ 2025-03-21T20:21:05.2534564Z 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.2536069Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.2538463Z /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:05.2541360Z 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:05.2542241Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.2544291Z /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:05.2546544Z 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:05.2547430Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.2548236Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:05.2549490Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:05.2550900Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:05.2552320Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:05.2566713Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:05.2568398Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:05.2569835Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:05.2572289Z /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.2573523Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:05.2574186Z | ^~~~~~~~ 2025-03-21T20:21:05.2575400Z 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.2576896Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:05.2579152Z /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:05.2581360Z 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:05.2582261Z | ~~~~~~~^~~~ 2025-03-21T20:21:05.2582868Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:21:05.2583514Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:21:05.2584076Z [ 1%] Built target flatbuffers 2025-03-21T20:21:05.2584620Z [ 1%] Built target flatccrt 2025-03-21T20:21:05.2585156Z [ 2%] Built target pthreadpool 2025-03-21T20:21:05.2585699Z [ 4%] Built target cpuinfo 2025-03-21T20:21:05.2586211Z [ 5%] Built target flatcc 2025-03-21T20:21:05.2586720Z [ 5%] Built target common_schema 2025-03-21T20:21:05.2588060Z [ 9%] Built target xnnpack_schema 2025-03-21T20:21:05.2588724Z [ 9%] Built target eigen_blas 2025-03-21T20:21:05.2589307Z [ 9%] Built target bundled_program_schema 2025-03-21T20:21:05.2589875Z [ 10%] Built target logging 2025-03-21T20:21:05.2590386Z [ 10%] Built target indirection 2025-03-21T20:21:05.2590923Z [ 10%] Built target microparams-init 2025-03-21T20:21:05.2591479Z [ 10%] Built target normalization 2025-03-21T20:21:05.2592026Z [ 10%] Built target datatype 2025-03-21T20:21:05.2592556Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:05.2593132Z [ 10%] Built target program_schema 2025-03-21T20:21:05.2593665Z [ 11%] Built target flatcc_cli 2025-03-21T20:21:05.2594530Z [ 11%] Built target hardware-config 2025-03-21T20:21:05.2595120Z [ 11%] Built target packing 2025-03-21T20:21:14.5972751Z [ 11%] Built target allocator 2025-03-21T20:21:14.5973399Z [ 11%] Built target cache 2025-03-21T20:21:14.5973893Z [ 11%] Built target memory 2025-03-21T20:21:14.5974448Z [ 11%] Built target microkernel-utils 2025-03-21T20:21:14.5975018Z [ 13%] Built target operator-utils 2025-03-21T20:21:14.5975556Z [ 13%] Built target mutex 2025-03-21T20:21:14.5976064Z [ 13%] Built target operator-run 2025-03-21T20:21:14.5976590Z [ 13%] Built target etdump_schema 2025-03-21T20:21:14.5977120Z [ 14%] Built target operators 2025-03-21T20:21:14.5977644Z [ 15%] Built target executorch_core 2025-03-21T20:21:14.5978193Z [ 15%] Built target extension_tensor 2025-03-21T20:21:14.5978740Z [ 15%] Built target executorch 2025-03-21T20:21:14.5979341Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:14.5979900Z [ 17%] Built target subgraph 2025-03-21T20:21:14.5980421Z [ 19%] Built target cpublas 2025-03-21T20:21:14.5980960Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:14.5981530Z [ 19%] Built target bundled_program 2025-03-21T20:21:14.5982063Z [ 19%] Built target etdump 2025-03-21T20:21:14.5982572Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:14.5983126Z [ 22%] Built target util 2025-03-21T20:21:14.5983630Z [ 79%] Built target microkernels-prod 2025-03-21T20:21:14.5984168Z [ 82%] Built target XNNPACK 2025-03-21T20:21:14.5984700Z [ 97%] Built target optimized_portable_kernels 2025-03-21T20:21:14.5985294Z [ 97%] Built target xnnpack_backend 2025-03-21T20:21:14.5985875Z [ 97%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:14.5986466Z [ 97%] Built target portable_lib 2025-03-21T20:21:14.5987399Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:14.5988959Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:14.5990303Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:14.5991672Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:14.5993033Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:14.5994400Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:14.5995766Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:14.5997129Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:14.5998481Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:14.5999824Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:14.6000898Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:21:14.6001613Z [ 98%] Built target quantized_pybind_kernels_lib 2025-03-21T20:21:14.6002777Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:21:14.6003518Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:14.6004776Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:14.6006124Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:21:14.6006804Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:21:14.6007507Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:21:14.6011581Z 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:14.6015488Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:14.6016591Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:21:14.6018126Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:21:14.6019591Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:14.6020808Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:14.6022052Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:14.6023350Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:14.6024618Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:14.6025879Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:14.6027156Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:14.6028453Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:14.6029719Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:14.6030963Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:14.6032314Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:14.6033849Z [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:14.6035036Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:21:14.6035704Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:21:14.6036255Z running build_py 2025-03-21T20:21:14.6036893Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6037961Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6039153Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6040364Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6041842Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6043115Z copying backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6044340Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6045567Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6046831Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6048249Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6049557Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6050812Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.6051900Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.6053079Z copying backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.6054486Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.6055916Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.6057360Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.6058567Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.6059792Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.6061140Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.6062509Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.6063681Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:14.6064851Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:14.6066034Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6067200Z copying backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6068602Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6070077Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6071550Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6073089Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6172540Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6174093Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6175625Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6177095Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6178536Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6180426Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6181878Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6183404Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6184863Z copying backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6186544Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.6187839Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.6189154Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.6190455Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.6191759Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.6193021Z copying backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.6194333Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.6195516Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:14.6196627Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:14.6197989Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:14.6199207Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:14.6200346Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:14.6201768Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:14.6203043Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:14.6204433Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:14.6206163Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:14.6207631Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:14.6209043Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:14.6210798Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:14.6212281Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:14.6213822Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:14.6215572Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:14.6217010Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:14.6218420Z 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:14.6220550Z 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:14.6222042Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:14.6223659Z 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:14.6225585Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:14.6227471Z 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:14.6240214Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6241723Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6243417Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6245117Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6246757Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6248417Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6250133Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6251838Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6253551Z 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:14.6255258Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6256978Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6258676Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6260405Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6262073Z 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:14.6263744Z 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:14.6265358Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6266979Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6268632Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6270281Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6272111Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6274010Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.6275373Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:14.6276718Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:14.6278364Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:14.6279801Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:14.6281832Z 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:14.6283709Z 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:14.6285162Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.6359623Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.6361229Z 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:14.6362841Z 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:14.6364451Z 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:14.6365998Z 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:14.6367569Z 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:14.6369139Z 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:14.6370428Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:14.6371716Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:14.6373258Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:14.6374538Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6375723Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6377277Z 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:14.6378921Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6380515Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6381934Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6383345Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6384816Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6386373Z 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:14.6388356Z 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:14.6390069Z 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:14.6391599Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6393098Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6394833Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6396344Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6397846Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6399367Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6400886Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6402422Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6403944Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6405451Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6406957Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6408551Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6410106Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6411678Z 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:14.6413269Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6414787Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6416351Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6417923Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6419488Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6421010Z 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:14.6422532Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6424069Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6425547Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6426971Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6428724Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6430256Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6431805Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6433438Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.6434940Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.6436306Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.6437995Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.6439728Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.6441430Z 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:14.6443143Z 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:14.6444898Z 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:14.6446637Z 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:14.6448367Z 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:14.6450120Z 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:14.6451543Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6452771Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6454233Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6455699Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6548516Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6550148Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6551591Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6553011Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6554467Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6555939Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6557347Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6558773Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6560673Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6562180Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6563597Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6565002Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6566678Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6568131Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6569566Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6571013Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6572413Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6573814Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6575223Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6576673Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6578160Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6579744Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6581202Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6582648Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6584132Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6585624Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6587107Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6588798Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6590292Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6591770Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6593229Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6594658Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6596076Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6597513Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6598960Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6600407Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6602240Z 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:14.6603761Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6605315Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6606826Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6608498Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6609995Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.6611248Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.6612474Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.6613942Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.6615495Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.6617119Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.6618762Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.6620155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.6621288Z copying backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.6622599Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.6623942Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.6625291Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.6626433Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:14.6627646Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:14.6628872Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.6630186Z 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:14.6631759Z 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:14.6633312Z 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:14.6634882Z 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:14.6636445Z 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:14.6638057Z 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:14.6639674Z 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:14.6641554Z 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:14.6643201Z 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:14.6644467Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.6645788Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.6647456Z 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:14.6745072Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.6746653Z 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:14.6748303Z 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:14.6749949Z 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:14.6751550Z 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:14.6753158Z 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:14.6754760Z 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:14.6756029Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6757253Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6758723Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6760145Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6761566Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6763007Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6764475Z 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:14.6765970Z 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:14.6767464Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6768901Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6770311Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6771742Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6773183Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6774679Z 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:14.6776173Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6778023Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6779630Z 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:14.6781153Z 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:14.6782627Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6784233Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6785655Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6787078Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6788694Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6790138Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6791542Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6792935Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6794401Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6795906Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6797396Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6798895Z 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:14.6800339Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6801750Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6803191Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6804637Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6806126Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6807579Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6809035Z 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:14.6810513Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6811979Z 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:14.6813463Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6814911Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6816322Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6817771Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6819755Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6821230Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6822668Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6824125Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6825763Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6827245Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6828729Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6830197Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6831696Z 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:14.6833220Z 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:14.6834709Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6836163Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6837615Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6839250Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6840691Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6842101Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6843521Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6914901Z 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:14.6916480Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6918044Z 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:14.6919578Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6920997Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.6922245Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.6923603Z 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:14.6925265Z 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:14.6926895Z 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:14.6928559Z 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:14.6930676Z 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:14.6932388Z 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:14.6934107Z 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:14.6936082Z 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:14.6937785Z 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:14.6939622Z 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:14.6941072Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:14.6942502Z 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:14.6943904Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.6945178Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.6946747Z 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:14.6948340Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.6949900Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.6951216Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:14.6952527Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:14.6953943Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:14.6955573Z 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:14.6957328Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:14.6959321Z 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:14.6961825Z 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:14.6963829Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.6965900Z 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:14.6968397Z 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:14.6970759Z 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:14.6973382Z 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:14.6975792Z 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:14.6978205Z 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:14.6980851Z 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:14.6983218Z 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:14.6985549Z 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:14.6988018Z 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:14.6990795Z 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:14.6993199Z 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:14.6995608Z 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:14.6997933Z 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:14.7000242Z 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:14.7002634Z 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:14.7005035Z 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:14.7007459Z 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:14.7009896Z 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:14.7012334Z 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:14.7014729Z 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:14.7116679Z 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:14.7119602Z 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:14.7121990Z 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:14.7124622Z 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:14.7127030Z 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:14.7129411Z 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:14.7131792Z 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:14.7134157Z 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:14.7136577Z 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:14.7139188Z 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:14.7141619Z 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:14.7144008Z 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:14.7146375Z 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:14.7148244Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:14.7150189Z 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:14.7152167Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:14.7154173Z 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:14.7155903Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7157098Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7158493Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7159948Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7161436Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7163108Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7164540Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7166038Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7167548Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7169168Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7170652Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7172062Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7173518Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7174988Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7176414Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7177839Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7179391Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7180788Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.7181993Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.7183241Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.7184739Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.7186258Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.7187756Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.7189284Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.7190542Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.7192010Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.7193526Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.7194866Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.7196287Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.7197996Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.7199707Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.7201393Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.7203070Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.7204480Z 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:14.7206166Z 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:14.7207838Z 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:14.7209703Z 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:14.7211393Z 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:14.7213104Z 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:14.7214835Z 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:14.7216559Z 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:14.7217954Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:14.7267940Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:14.7269400Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:14.7270954Z 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:14.7272861Z 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:14.7274414Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:14.7275954Z 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:14.7277868Z 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:14.7279793Z 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:14.7281367Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:14.7282861Z 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:14.7284381Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:14.7286033Z 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:14.7287664Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:14.7289448Z 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:14.7291396Z 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:14.7293371Z 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:14.7295687Z 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:14.7297401Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:14.7299330Z 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:14.7301827Z 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:14.7304132Z 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:14.7305980Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:14.7307830Z 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:14.7310116Z 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:14.7312401Z 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:14.7314663Z 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:14.7316517Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:14.7318385Z 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:14.7320705Z 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:14.7323046Z 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:14.7325370Z 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:14.7327215Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:14.7329003Z 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:14.7331183Z 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:14.7332967Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:14.7334739Z 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:14.7336972Z 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:14.7339143Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.7340999Z 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:14.7343303Z 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:14.7345762Z 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:14.7348075Z 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:14.7350377Z 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:14.7352670Z 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:14.7354961Z 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:14.7356754Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.7358487Z 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:14.7360672Z 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:14.7362893Z 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:14.7365095Z 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:14.7367263Z 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:14.7369431Z 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:14.7440914Z 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:14.7443184Z 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:14.7445317Z 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:14.7447400Z 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:14.7449539Z 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:14.7451747Z 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:14.7454353Z 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:14.7456516Z 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:14.7458671Z 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:14.7460833Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:14.7462651Z 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:14.7464931Z 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:14.7466697Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7468248Z 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:14.7470063Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7471818Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7473604Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7475401Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7477178Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7478947Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7480704Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7482436Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7484171Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.7485594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:14.7486883Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:14.7488779Z 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:14.7490288Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.7491625Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.7493232Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.7494868Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.7496807Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.7498172Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7499546Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7501139Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7502979Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7504612Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7506212Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7507865Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7509630Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7511378Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7512991Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7514599Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7516298Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7517988Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7519687Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7521333Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7522973Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7524629Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7526237Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7527885Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7529577Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7531324Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7533003Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7534644Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7536297Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7538161Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7539932Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7541595Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7635748Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7637808Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.7639117Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7640443Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7642045Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7643634Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7645268Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7646907Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7648461Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7650046Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7651654Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7653262Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7654833Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7656363Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7657912Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7659559Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7661118Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7662671Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7664269Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7665915Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7667496Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7669079Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7670648Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7672553Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7674119Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7675685Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7677242Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7678905Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7680500Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7682073Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7683663Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7685300Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7686904Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7688494Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7690278Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7691911Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7693556Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7695125Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7696667Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7698224Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7699892Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7701522Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7703100Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7704638Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7706194Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7707767Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7709380Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7710931Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7712479Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7714304Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7715826Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7717348Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7718884Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7720626Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7722198Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7723786Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7725363Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7726935Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7728528Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7730128Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7731706Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7733296Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7734935Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7844861Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7846515Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7848117Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7849762Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7851380Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7853067Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7854680Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7856246Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7857810Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7859463Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7861030Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7862551Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7864462Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7866042Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7867668Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7869348Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7871283Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7872972Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7874591Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7876185Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.7877505Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:14.7878825Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:14.7880154Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.7881532Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.7883217Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.7884864Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.7886205Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.7887595Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.7889516Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.7891209Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.7892847Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.7894233Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:14.7895702Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:14.7897495Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:14.7899022Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.7900295Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.7901839Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.7903372Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.7904616Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:14.7906251Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:14.7907758Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:14.7909103Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:14.7910769Z 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:14.7912526Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:14.7914029Z 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:14.7915892Z 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:14.7917624Z 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:14.7918950Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7920197Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7921721Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7923355Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7924963Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7926576Z 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:14.7928226Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7929860Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7931471Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.7932809Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:14.7934239Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:14.7935666Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:14.7937040Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:14.7938388Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:14.7939821Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:14.7941167Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.7942652Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.7944459Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.8074794Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.8076710Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.8077980Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.8079521Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.8081119Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.8082693Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:14.8084085Z 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:14.8085798Z 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:14.8087633Z 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:14.8089338Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.8090828Z 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:14.8092651Z 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:14.8094529Z 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:14.8096418Z 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:14.8098296Z 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:14.8100327Z 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:14.8101802Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:14.8103264Z 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:14.8104834Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.8106713Z 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:14.8109027Z 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:14.8111304Z 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:14.8113580Z 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:14.8115804Z 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:14.8117975Z 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:14.8120495Z 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:14.8122424Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:14.8124590Z 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:14.8126660Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:14.8128933Z 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:14.8130909Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8132164Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8133780Z 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:14.8135491Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8137111Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8138680Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8140414Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8142062Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8143639Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8145273Z 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:14.8146905Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8148494Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8150100Z 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:14.8152863Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.8154569Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8155886Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8157475Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8159072Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8160605Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8162340Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8163943Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8165519Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8167053Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8168755Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8170352Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8171927Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8173475Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8175111Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8176851Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8253399Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8255001Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8256578Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8258191Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8259854Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8261437Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8263100Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8264774Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8266360Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8267952Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8269539Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8271120Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8272711Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8274315Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8275900Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8277793Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8279390Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8280989Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8282532Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8284291Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8285870Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8287451Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8289189Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8290789Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8292358Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8293954Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8295568Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8297217Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8299050Z 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:14.8300712Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8302253Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8303839Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.8305187Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:14.8306517Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:14.8308166Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:14.8309570Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:14.8310955Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:14.8312671Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:14.8314107Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:14.8315585Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:14.8317437Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:14.8319153Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:14.8320420Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:14.8321997Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:14.8323743Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:14.8339187Z 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:14.8341019Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.8342278Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.8343752Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.8345225Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.8346727Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.8348105Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.8349565Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.8351348Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.8353219Z 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:14.8355098Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.8356971Z 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:14.8358865Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.8360383Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:14.8361903Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:14.8363682Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:14.8365105Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8366474Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8368080Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8431423Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8433183Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8434856Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8436547Z 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:14.8438595Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8440254Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8441915Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8443546Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8445389Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8447105Z 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:14.8448727Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.8450032Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8451342Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8452877Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8454456Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8456092Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8457684Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8459335Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8460889Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8462515Z 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:14.8464146Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8465730Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8467304Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8468863Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8470395Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8471940Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8473528Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8475146Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8476748Z 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:14.8478340Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8480104Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8481656Z 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:14.8483229Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8484827Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8486551Z 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:14.8488145Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8489905Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8491485Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8493056Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8494624Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8496177Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8497816Z 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:14.8499516Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8501074Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8502622Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8504171Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8505775Z 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:14.8507368Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8508925Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8510486Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8512125Z 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:14.8513745Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.8515048Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.8516492Z 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:14.8518269Z 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:14.8520374Z 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:14.8522204Z 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:14.8523974Z 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:14.8525757Z 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:14.8527722Z 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:14.8529194Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:14.8530688Z 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:14.8615681Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:14.8617646Z 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:14.8619258Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:14.8620871Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:14.8622799Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:14.8624303Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:14.8625633Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:14.8627226Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:14.8628600Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:14.8630071Z 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:14.8631551Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:14.8633047Z 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:14.8634554Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:14.8636086Z 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:14.8637639Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:14.8639252Z 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:14.8640908Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:14.8642618Z 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:14.8644660Z 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:14.8647107Z 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:14.8648789Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:14.8650502Z 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:14.8652375Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:14.8654098Z 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:14.8656227Z 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:14.8658477Z 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:14.8660792Z 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:14.8662501Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.8664265Z 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:14.8666463Z 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:14.8668677Z 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:14.8670940Z 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:14.8673217Z 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:14.8675484Z 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:14.8677671Z 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:14.8679866Z 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:14.8682091Z 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:14.8684282Z 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:14.8686427Z 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:14.8688802Z 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:14.8691337Z 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:14.8693634Z 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:14.8695920Z 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:14.8698252Z 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:14.8700495Z 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:14.8702645Z 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:14.8704798Z 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:14.8706993Z 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:14.8709266Z 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:14.8711567Z 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:14.8713779Z 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:14.8715939Z 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:14.8718006Z 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:14.9177276Z 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:14.9179437Z 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:14.9181128Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:14.9182897Z 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:14.9185142Z 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:14.9187390Z 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:14.9189321Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:14.9191073Z 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:14.9192944Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:14.9193885Z copying codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:14.9194849Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9195899Z copying codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9197128Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9198583Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9199828Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9201130Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9202450Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9203656Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.9204744Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.9205952Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.9207385Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.9208864Z 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:14.9210414Z 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:14.9211732Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.9213061Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.9214706Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.9216350Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.9217898Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.9219546Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.9220864Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.9222161Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.9223723Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.9225348Z 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:14.9226923Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.9228492Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.9229756Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.9230844Z copying examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.9232347Z copying examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.9233650Z copying examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.9234968Z copying examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.9236171Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:14.9237464Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:14.9239088Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:14.9240354Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:14.9241527Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:14.9242878Z copying examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:14.9244099Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:14.9245450Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:14.9247032Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:14.9248533Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:14.9249883Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:14.9251456Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:14.9252795Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:14.9254110Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:14.9255662Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:14.9256977Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:14.9258306Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:14.9259925Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:14.9261198Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9262393Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9263810Z copying examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9265254Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9266710Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9268199Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9269694Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9271159Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9272889Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9274438Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9275925Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9358750Z copying examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9360549Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9361982Z copying examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9363374Z copying examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9364825Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.9366155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:14.9367531Z 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:14.9368980Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.9370187Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.9371624Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.9373083Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.9374508Z copying examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.9375705Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:14.9376880Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:14.9378235Z copying examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:14.9379527Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:14.9380834Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:14.9382362Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:14.9383677Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:14.9384999Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:14.9386551Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:14.9387871Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:14.9389350Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:14.9390909Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:14.9392239Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:14.9393991Z 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:14.9395382Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:14.9396683Z 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:14.9398190Z 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:14.9399943Z 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:14.9401627Z 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:14.9403246Z 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:14.9404582Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:14.9405864Z 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:14.9407427Z 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:14.9408748Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:14.9409981Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:14.9411464Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:14.9412742Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:14.9413962Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:14.9415384Z copying examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:14.9416589Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:14.9417761Z copying examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:14.9419266Z copying examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:14.9420562Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:14.9421964Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:14.9423611Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:14.9424960Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:14.9426233Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:14.9427703Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:14.9428977Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:14.9430296Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:14.9431835Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:14.9433462Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.9435265Z 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:14.9437459Z 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:14.9439787Z 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:14.9442056Z 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:14.9444203Z 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:14.9446346Z 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:14.9448010Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:14.9449391Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:14.9451057Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:14.9452495Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.9453998Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.9455837Z 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:14.9457668Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.9525640Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.9527200Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.9528569Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.9530206Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.9531848Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.9533301Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.9534933Z 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:14.9536981Z 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:14.9539145Z 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:14.9541207Z 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:14.9543598Z 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:14.9545633Z 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:14.9547710Z 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:14.9549920Z 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:14.9552003Z 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:14.9554055Z 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:14.9556022Z 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:14.9557973Z 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:14.9559963Z 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:14.9562030Z 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:14.9564193Z 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:14.9566403Z 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:14.9568727Z 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:14.9570317Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:14.9571805Z 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:14.9573587Z 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:14.9575305Z 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:14.9576739Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:14.9578168Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:14.9579744Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:14.9581340Z 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:14.9583343Z 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:14.9585535Z 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:14.9587517Z 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:14.9589258Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:14.9590785Z 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:14.9592832Z 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:14.9594711Z 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:14.9596624Z 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:14.9598181Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:14.9599814Z 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:14.9601446Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:14.9603116Z 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:14.9605104Z 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:14.9606801Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:14.9608521Z 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:14.9610653Z 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:14.9612440Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:14.9614212Z 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:14.9616408Z 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:14.9618085Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:14.9619510Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:14.9621074Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:14.9622384Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:14.9623719Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:14.9624908Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9625794Z copying exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9748231Z copying exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9749301Z copying exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9750305Z copying exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9751324Z copying exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9752360Z copying exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9753423Z copying exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9754780Z copying exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9755771Z copying exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9756784Z copying exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9757899Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9758971Z copying exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9760000Z copying exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9761034Z copying exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9762056Z copying exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9763103Z copying exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9764154Z copying exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9765154Z copying exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9766133Z copying exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9767121Z copying exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9768100Z copying exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9769072Z copying exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9770054Z copying exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9771028Z copying exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.9771979Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9773055Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9774262Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9775490Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9776774Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9778072Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9779458Z copying exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9780709Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9781994Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9783268Z copying exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.9784329Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.9785383Z copying exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.9786965Z copying exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.9788260Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.9789734Z copying exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.9791008Z copying exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.9792474Z copying exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.9793522Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.9794547Z copying exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.9795718Z copying exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.9796866Z copying exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.9798024Z copying exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.9799057Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:14.9800100Z copying exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:14.9801261Z copying exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:14.9802279Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.9803253Z copying exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.9804367Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.9805500Z copying exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.9806511Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.9807574Z copying exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.9808774Z copying exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.9809952Z copying exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.9810981Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9811994Z copying exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9813288Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9814646Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9815910Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9817254Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9818610Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9820065Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9821457Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9822846Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9824438Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9825805Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9827194Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9828505Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9829859Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9831389Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9832746Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9834041Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9835367Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9836630Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9837934Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9839313Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9840641Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9841964Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9843420Z 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:14.9844906Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9963384Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9964863Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9966233Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9967548Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9968926Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9970232Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9971563Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.9972697Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.9973730Z copying exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.9974932Z copying exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.9976133Z copying exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.9977177Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9978184Z copying exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9979445Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9981018Z copying exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9982171Z copying exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9983330Z copying exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9984467Z copying exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9985583Z copying exir/serde/upgrade.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.9986588Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9987802Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9989131Z copying exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9990317Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9991594Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9992797Z copying exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9993979Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9995187Z copying exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9996356Z copying exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9997537Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.9998757Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0000105Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0001390Z copying exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0002581Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0003870Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0005246Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0006702Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0008037Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0009279Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0010497Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0011681Z copying exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0012885Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0014199Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0015537Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0016803Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0018065Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0019738Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0020946Z copying exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0022097Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0023257Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0024453Z copying exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0025864Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0027079Z copying exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:15.0028160Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:15.0029341Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:15.0030688Z copying exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:15.0032039Z copying exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:15.0033395Z copying exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:15.0034559Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:15.0035720Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:15.0037064Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:15.0038472Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:15.0039946Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:15.0041386Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:15.0042683Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:15.0044242Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:15.0046208Z 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:15.0048218Z 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:15.0050200Z 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:15.0051661Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0052908Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0054473Z 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:15.0056054Z 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:15.0057552Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0059344Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0060769Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0217461Z 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:15.0219054Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0220483Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0222300Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0223779Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0225381Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0226875Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0228363Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0229861Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0231347Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0232732Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0234076Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:15.0235367Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:15.0236717Z 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:15.0238396Z 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:15.0239735Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:15.0241214Z 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:15.0243062Z 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:15.0244776Z 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:15.0246070Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:15.0247256Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:15.0248429Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:15.0249552Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:15.0250675Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:15.0251914Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:15.0253183Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:15.0254552Z 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:15.0256211Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:15.0257446Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:15.0258851Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:15.0260175Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:15.0261587Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:15.0263113Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:15.0264624Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:15.0265867Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:15.0267049Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:15.0268460Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:15.0269706Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:15.0270924Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:15.0272364Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:15.0273600Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:15.0274877Z 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:15.0276415Z 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:15.0277713Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:15.0279028Z 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:15.0280266Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:15.0281354Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:15.0282461Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:15.0283653Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:15.0284849Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:15.0285977Z copying exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:15.0287334Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:15.0288929Z copying exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:15.0290125Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:15.0291410Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:15.0292674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:15.0293901Z copying extension/android_test/add_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:15.0295410Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:15.0296591Z copying extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:15.0297960Z copying extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:15.0299298Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:15.0300495Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:15.0301848Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:15.0303061Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:15.0304446Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:15.0305801Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:15.0306967Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:15.0308190Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:15.0309393Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:15.0310500Z copying extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:15.0311624Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:15.0312762Z copying extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:15.0313982Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:15.0315370Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:15.0422419Z 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:15.0424258Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:15.0425640Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:15.0427019Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:15.0428387Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:15.0429816Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:15.0431212Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:15.0432470Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:15.0433950Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:15.0435489Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:15.0437056Z 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:15.0438785Z 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:15.0440941Z 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:15.0442596Z 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:15.0444212Z 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:15.0445507Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:15.0446891Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:15.0448294Z copying extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:15.0449726Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:15.0451217Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:15.0452691Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:15.0454181Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:15.0455444Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:15.0456652Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:15.0458131Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:15.0459735Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:15.0461180Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:15.0462394Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:15.0463635Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:15.0465115Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:15.0466630Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:15.0468115Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:15.0469358Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:15.0470646Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:15.0471969Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:15.0473683Z 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:15.0475360Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:15.0477176Z 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:15.0479344Z 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:15.0481145Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:15.0482445Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:15.0484024Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:15.0485640Z 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:15.0487453Z 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:15.0489102Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:15.0490509Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:15.0492045Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:15.0493709Z 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:15.0495715Z 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:15.0497732Z 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:15.0499832Z 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:15.0501594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:15.0503522Z 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:15.0505894Z 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:15.0507698Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:15.0509273Z 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:15.0510758Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:15.0512066Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:15.0513716Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:15.0515394Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:15.0516713Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:15.0517903Z copying extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:15.0519143Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:15.0520573Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:15.0521997Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:15.0620310Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:15.0622145Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:15.0623600Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:15.0625164Z 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:15.0627057Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:15.0628572Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:15.0629940Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:15.0631090Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:15.0632254Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:15.0633542Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:15.0635150Z 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:15.0636413Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:15.0637381Z copying devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:15.0638424Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:15.0639638Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:15.0641107Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:15.0642397Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.0643662Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.0645114Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.0646594Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.0647843Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:15.0649064Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:15.0650483Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:15.0651653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:15.0652795Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:15.0654111Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:15.0655245Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:15.0656377Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:15.0657687Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:15.0658834Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:15.0660404Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:15.0661752Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:15.0663146Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:15.0664577Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:15.0665822Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:15.0667347Z 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:15.0669042Z 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:15.0670409Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:15.0671641Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:15.0673169Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:15.0674819Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:15.0676201Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:15.0677607Z 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:15.0679033Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.0680426Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.0682160Z 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:15.0683665Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:15.0685120Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:15.0686537Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:15.0687950Z 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:15.0689903Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:15.0691567Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:15.0692951Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:15.0694316Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:15.0695722Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:15.0697251Z 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:15.0698788Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:15.0700446Z 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:15.0702196Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:15.0703454Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:15.0704719Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:15.0706019Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:15.0707490Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:15.0708843Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:15.0710442Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:15.0712107Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:15.0713669Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.0715120Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.0716577Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.0718275Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.0720103Z 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:16.0807633Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.0809554Z 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:16.0811336Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.0812995Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.0814684Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:16.0816436Z 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:16.0818353Z 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:16.0819843Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:16.0820782Z copying runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:16.0821754Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:16.0822817Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:16.0823836Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:16.0824876Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:16.0826005Z copying util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:16.0827504Z copying util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:16.0828310Z running egg_info 2025-03-21T20:21:16.0828774Z creating executorch.egg-info 2025-03-21T20:21:16.0829307Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:21:16.0830029Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:21:16.0830872Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:21:16.0831655Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:21:16.0832422Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:21:16.0833188Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:16.0834230Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:16.0834916Z adding license file 'LICENSE' 2025-03-21T20:21:16.0835527Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:16.0836710Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:21:16.0838408Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.0839969Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:16.0841736Z 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:16.0843525Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.0845037Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.0846566Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:16.0848228Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:16.0849650Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:16.0850914Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:16.0852477Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:16.0853928Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0855567Z 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:16.0857625Z 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:16.0859822Z 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:16.0861796Z 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:16.0863733Z 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:16.0865711Z 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:16.0867662Z 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:16.0870007Z 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:16.0872123Z 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:16.0874126Z 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:16.0876239Z 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:16.0878166Z 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:16.0880076Z 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:16.0882002Z 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:16.0883993Z 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:16.0886075Z 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:16.0888191Z 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:16.0890490Z 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:16.0892513Z 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:16.0894494Z 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:16.0896614Z 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:16.0898755Z 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:16.0900876Z 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:16.0902910Z 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:16.0904925Z 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:16.0906856Z 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:16.0908747Z 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:16.0954411Z 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:16.0956466Z 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:16.0958874Z 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:16.0960920Z 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:16.0962953Z 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:16.0965132Z 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:16.0967145Z 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:16.0969278Z 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:16.0971362Z 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:16.0973328Z 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:16.0975249Z 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:16.0977182Z 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:16.0979301Z 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:16.0981278Z 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:16.0983355Z 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:16.0985286Z 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:16.0987294Z 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:16.0989465Z 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:16.0991438Z 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:16.0993556Z 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:16.0995606Z 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:16.0997715Z 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:16.0999792Z 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:16.1002115Z 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:16.1004143Z 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:16.1006163Z 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:16.1008376Z 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:16.1010412Z 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:16.1012413Z 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:16.1014428Z 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:16.1016455Z 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:16.1018450Z 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:16.1020485Z 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:16.1022484Z 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:16.1024469Z 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:16.1025938Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:16.1027272Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:16.1028674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.1030227Z 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:16.1032136Z 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:16.1034021Z 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:16.1035881Z 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:16.1037805Z 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:16.1039698Z 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:16.1041513Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.1043250Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.1045222Z 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:16.1047028Z 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:16.1048790Z 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:16.1050753Z 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:16.1052789Z 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:16.1054927Z 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:16.1098581Z 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:16.1100465Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.1102179Z 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:16.1104319Z 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:16.1106429Z 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:16.1108582Z 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:16.1110792Z 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:16.1112952Z 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:16.1115061Z 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:16.1117155Z 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:16.1119279Z 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:16.1121409Z 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:16.1123509Z 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:16.1125693Z 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:16.1127833Z 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:16.1129873Z 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:16.1132309Z 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:16.1134348Z 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:16.1136413Z 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:16.1138763Z 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:16.1141040Z 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:16.1143120Z 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:16.1145170Z 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:16.1147256Z 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:16.1149372Z 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:16.1151474Z 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:16.1153539Z 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:16.1155555Z 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:16.1157607Z 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:16.1159724Z 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:16.1161814Z 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:16.1163887Z 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:16.1165980Z 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:16.1168052Z 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:16.1170093Z 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:16.1172210Z 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:16.1174349Z 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:16.1176660Z 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:16.1178742Z 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:16.1180942Z 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:16.1183214Z 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:16.1185368Z 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:16.1187494Z 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:16.1189827Z 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:16.1191838Z 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:16.1193861Z 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:16.1195875Z 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:16.1197919Z 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:16.1200049Z 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:16.1247947Z 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:16.1250213Z 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:16.1252380Z 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:16.1254597Z 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:16.1256792Z 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:16.1259067Z 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:16.1261418Z 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:16.1263613Z 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:16.1266183Z 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:16.1268366Z 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:16.1270564Z 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:16.1272949Z 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:16.1275166Z 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:16.1277402Z 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:16.1279603Z 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:16.1281672Z 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:16.1283753Z 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:16.1285906Z 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:16.1288070Z 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:16.1290488Z 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:16.1292583Z 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:16.1294586Z 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:16.1296609Z 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:16.1298642Z 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:16.1300792Z 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:16.1302806Z 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:16.1304764Z 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:16.1306866Z 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:16.1309077Z 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:16.1311534Z 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:16.1313827Z 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:16.1316147Z 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:16.1318576Z 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:16.1320810Z 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:16.1323021Z 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:16.1325259Z 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:16.1327460Z 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:16.1329611Z 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:16.1331821Z 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:16.1334092Z 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:16.1336403Z 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:16.1338710Z 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:16.1341004Z 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:16.1343163Z 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:16.1345321Z 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:16.1347476Z 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:16.1349673Z 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:16.2261141Z 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:16.2263515Z 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:16.2266105Z 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:16.2268267Z 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:16.2270449Z 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:16.2272882Z 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:16.2275139Z 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:16.2277289Z 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:16.2279207Z 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:16.2280880Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.2282505Z 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:16.2284142Z 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:16.2285470Z copying exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:16.2286652Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:16.2288044Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:16.2289821Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2291536Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2293307Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:16.2294856Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:16.2296389Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:16.2297649Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:16.2298590Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:16.2299741Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:16.2300999Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:16.2302366Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:16.2303959Z 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:16.2305737Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.2307816Z 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:16.2309594Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.2310932Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:16.2312277Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:16.2313797Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.2314988Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:16.2316509Z 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:16.2318335Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.2319666Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-03-21T20:21:16.2320988Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:21:16.2322413Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2323695Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2325128Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2326555Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2327951Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2329333Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2330763Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2332246Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2333821Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2335386Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2336943Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2338510Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2340228Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2341655Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2343028Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2344394Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2345808Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2347523Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2348936Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:16.2350405Z 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:16.2351965Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:16.2353840Z 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:16.2355901Z 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:16.2357580Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.2359186Z 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:16.2406558Z 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:16.2408579Z 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:16.2410584Z 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:16.2412488Z 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:16.2414104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2415679Z 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:16.2417506Z 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:16.2419428Z 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:16.2421232Z 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:16.2423015Z 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:16.2424779Z 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:16.2426543Z 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:16.2428348Z 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:16.2430138Z 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:16.2431944Z 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:16.2433761Z 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:16.2436029Z 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:16.2437825Z 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:16.2439668Z 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:16.2441362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:16.2443479Z 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:16.2445675Z 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:16.2447521Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2449365Z 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:16.2451566Z 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:16.2453737Z 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:16.2455893Z 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:16.2458001Z 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:16.2460297Z 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:16.2462497Z 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:16.2464706Z 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:16.2466908Z 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:16.2468566Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2469935Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2471544Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2473163Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2474814Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2476272Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:16.2477689Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:16.2479338Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2480678Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2482194Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2483703Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2485425Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2487017Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2488731Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2490273Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2491813Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2493350Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2494872Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2496386Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2497767Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:16.2499354Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:16.2500861Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.2502432Z 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:16.2504254Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.2505957Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.2507371Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.3082588Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.3084259Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.3085851Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.3087439Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.3089026Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.3090516Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.3092211Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.3093928Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.3095454Z running build_ext 2025-03-21T20:21:16.3096191Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:16.3097307Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:16.3098715Z 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:16.3101074Z 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:16.3103670Z 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:16.3106416Z 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:16.3108953Z 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:16.3110486Z installing to pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:16.3111085Z running install 2025-03-21T20:21:16.3111525Z running install_lib 2025-03-21T20:21:16.3112040Z creating pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:16.3112702Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-03-21T20:21:16.3113468Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-03-21T20:21:16.3114304Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-03-21T20:21:16.3115661Z 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:16.3117467Z 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:16.3119298Z 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:16.3121191Z 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:16.3123100Z 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:16.3124952Z 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:16.3126802Z 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:16.3128663Z 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:16.3130544Z 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:16.3132446Z 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:16.3134315Z 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:16.3135701Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-03-21T20:21:16.3137362Z 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:16.3139607Z 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:16.3141860Z 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:16.3144110Z 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:16.3146169Z 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:16.3148321Z 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:16.3150404Z 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:16.3152583Z 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:16.3154890Z 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:16.3157077Z 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:16.3159234Z 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:16.3161342Z 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:16.3163466Z 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:16.3165571Z 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:16.3167704Z 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:16.3169834Z 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:16.3171956Z 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:16.3174205Z 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:16.3176355Z 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:16.3178469Z 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:16.3180839Z 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:16.3183033Z 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:16.3185245Z 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:16.3187540Z 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:16.3189888Z 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:16.3192020Z 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:16.3194190Z 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:16.3196368Z 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:16.3198454Z 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:16.3200580Z 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:16.3202731Z 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:16.3204871Z 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:16.3206962Z 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:16.3209006Z 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:16.3211181Z 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:16.3213338Z 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:16.3215498Z 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:16.3217782Z 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:16.3219537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:21:16.3221173Z 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:16.3223793Z 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:16.3226121Z 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:16.3228415Z 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:16.3230936Z 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:16.3233313Z 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:16.3235673Z 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:16.3237979Z 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:16.3240335Z 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:16.3242035Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-03-21T20:21:16.3243543Z 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:16.3245616Z 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:16.3247676Z 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:16.3249699Z 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:16.3251726Z 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:16.3253759Z 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:16.3255798Z 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:16.3257857Z 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:16.3260022Z 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:16.3262051Z 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:16.3264088Z 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:16.3266363Z 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:16.3268464Z 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:16.3270503Z 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:16.3272633Z 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:16.3274684Z 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:16.3276715Z 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:16.3278782Z 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:16.3280827Z 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:16.3282838Z 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:16.3284906Z 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:16.3286921Z 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:16.3289137Z 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:16.3291233Z 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:16.3293312Z 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:16.3295371Z 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:16.3297436Z 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:16.3299639Z 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:16.3301727Z 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:16.3303792Z 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:16.3305869Z 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:16.3307921Z 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:16.3310230Z 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:16.3312290Z 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:16.3314334Z 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:16.3316520Z 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:16.3318575Z 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:16.3320612Z 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:16.3322662Z 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:16.3324774Z 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:16.3326910Z 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:16.3329075Z 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:16.3331193Z 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:16.3333295Z 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:16.3335370Z 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:16.3336899Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:21:16.3338402Z 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:16.3340611Z 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:16.3342784Z 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:16.3345022Z 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:16.3347277Z 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:16.3348857Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-03-21T20:21:16.3350282Z 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:16.3352214Z 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:16.3354382Z 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:16.3356342Z 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:16.3357797Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:21:16.3359552Z 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:16.3361741Z 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:16.3363905Z 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:16.3366098Z 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:16.3368282Z 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:16.3370505Z 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:16.3372734Z 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:16.3375057Z 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:16.3377324Z 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:16.3378873Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-03-21T20:21:16.3380577Z 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:16.3382747Z 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:16.3384887Z 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:16.3387094Z 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:16.3389438Z 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:16.3391670Z 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:16.3393877Z 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:16.3396086Z 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:16.3398530Z 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:16.3400069Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:21:16.3401605Z 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:16.3404215Z 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:16.3406264Z 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:16.3408330Z 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:16.3410371Z 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:16.3412436Z 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:16.3414564Z 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:16.3416657Z 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:16.3418718Z 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:16.3420859Z 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:16.3422899Z 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:16.3424953Z 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:16.3427071Z 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:16.3429190Z 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:16.3431264Z 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:16.3433360Z 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:16.3435499Z 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:16.3437609Z 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:16.3439637Z 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:16.3441814Z 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:16.3443855Z 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:16.3445906Z 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:16.3448058Z 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:16.3450093Z 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:16.3452106Z 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:16.3454180Z 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:16.3456292Z 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:16.3458396Z 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:16.3460612Z 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:16.3462680Z 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:16.3464718Z 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:16.3466766Z 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:16.3468825Z 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:16.3470927Z 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:16.3473005Z 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:16.3475038Z 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:16.3477119Z 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:16.3479207Z 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:16.3481288Z 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:16.3483325Z 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:16.3485499Z 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:16.3487611Z 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:16.3489862Z 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:16.3492190Z 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:16.3494258Z 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:16.3496324Z 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:16.3498367Z 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:16.3500530Z 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:16.3502605Z 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:16.3504673Z 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:16.3506790Z 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:16.3508927Z 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:16.3511020Z 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:16.3513090Z 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:16.3515154Z 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:16.3517231Z 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:16.3519271Z 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:16.3521292Z 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:16.3523326Z 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:16.3525382Z 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:16.3527713Z 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:16.3529886Z 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:16.3532000Z 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:16.3534176Z 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:16.3535708Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:21:16.3537320Z 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:16.3539662Z 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:16.3541964Z 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:16.3544221Z 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:16.3546532Z 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:16.3548845Z 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:16.3551161Z 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:16.3553507Z 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:16.3555804Z 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:16.3558119Z 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:16.3559848Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:21:16.3561569Z 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:16.3563249Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:21:16.3564789Z 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:16.3566970Z 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:16.3569172Z 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:16.3571502Z 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:16.3573090Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:21:16.3574664Z 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:16.3576181Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-03-21T20:21:16.3577808Z 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:16.3579457Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-03-21T20:21:16.3580593Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:16.3582514Z 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:16.3584439Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:21:16.3585860Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:16.3588171Z 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:16.3591504Z 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:16.3593776Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:16.3596101Z 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:16.3599165Z 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:16.3602097Z 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:16.3605081Z 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:16.3608062Z 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:16.3611046Z 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:16.3614047Z 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:16.3617239Z 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:16.3620227Z 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:16.3623463Z 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:16.3626558Z 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:16.3629539Z 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:16.3632520Z 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:16.3635427Z 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:16.3638320Z 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:16.3641289Z 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:16.3644254Z 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:16.3647254Z 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:16.3650280Z 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:16.3653296Z 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:16.3656265Z 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:16.3659299Z 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:16.3662290Z 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:16.3665435Z 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:16.3668399Z 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:16.3671432Z 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:16.3674367Z 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:16.3677304Z 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:16.3680219Z 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:16.3683200Z 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:16.3686283Z 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:16.3689434Z 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:16.3692470Z 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:16.3695413Z 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:16.3697490Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:21:16.3698858Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:16.3701136Z 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:16.3703365Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:16.3705638Z 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:16.3708157Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:16.3710187Z 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:16.3711998Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-03-21T20:21:16.3713462Z 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:16.3715664Z 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:16.3717749Z 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:16.3719796Z 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:16.3721494Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:16.3723557Z 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:16.3726415Z 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:16.3728436Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-03-21T20:21:16.3730261Z 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:16.3732669Z 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:16.3735005Z 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:16.3737379Z 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:16.3739848Z 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:16.3742207Z 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:16.3744565Z 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:16.3746908Z 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:16.3749477Z 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:16.3751908Z 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:16.3753986Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-03-21T20:21:16.3769342Z 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:16.3771340Z 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:16.3773591Z 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:16.3775132Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:21:16.3776682Z 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:16.3779086Z 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:16.3780850Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:21:16.3782456Z 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:16.3784682Z 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:16.3786921Z 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:16.3789327Z 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:16.3790908Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-03-21T20:21:16.3792376Z 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:16.3793878Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:21:16.3795431Z 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:16.3797590Z 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:16.3799857Z 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:16.3802062Z 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:16.3804248Z 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:16.3806487Z 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:16.3808889Z 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:16.3811555Z 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:16.3813745Z 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:16.3815946Z 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:16.3818414Z 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:16.3820814Z 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:16.3823109Z 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:16.3825326Z 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:16.3827545Z 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:16.3829795Z 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:16.3831993Z 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:16.3834227Z 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:16.3836513Z 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:16.3838864Z 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:16.3841137Z 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:16.3843362Z 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:16.3845606Z 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:16.3847845Z 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:16.3850189Z 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:16.3852439Z 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:16.3854826Z 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:16.3856957Z 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:16.3858506Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:21:16.3860197Z 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:16.3862535Z 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:16.3864766Z 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:16.3867035Z 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:16.3869274Z 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:16.3871459Z 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:16.3873643Z 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:16.3875847Z 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:16.3878076Z 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:16.3880263Z 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:16.3882411Z 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:16.3884562Z 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:16.3886727Z 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:16.3889049Z 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:16.3891213Z 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:16.3893410Z 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:16.3895659Z 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:16.3897849Z 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:16.3900357Z 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:16.3902528Z 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:16.3904847Z 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:16.3907040Z 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:16.3909299Z 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:16.3911481Z 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:16.3913629Z 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:16.3915828Z 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:16.3918010Z 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:16.3920216Z 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:16.3922473Z 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:16.3924696Z 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:16.3926895Z 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:16.3929091Z 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:16.3931333Z 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:16.3933583Z 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:16.3935761Z 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:16.3937931Z 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:16.3940179Z 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:16.3942356Z 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:16.3944782Z 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:16.3946961Z 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:16.3949213Z 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:16.3951384Z 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:16.3953564Z 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:16.3955776Z 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:16.3957950Z 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:16.3960102Z 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:16.3962243Z 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:16.3964362Z 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:16.3966508Z 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:16.3968644Z 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:16.3970799Z 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:16.3972960Z 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:16.3975162Z 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:16.3977351Z 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:16.3979615Z 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:16.3981805Z 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:16.3983990Z 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:16.3986157Z 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:16.3988649Z 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:16.3990905Z 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:16.3993281Z 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:16.3995482Z 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:16.3997692Z 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:16.3999910Z 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:16.4002142Z 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:16.4004488Z 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:16.4006802Z 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:16.4008978Z 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:16.4011217Z 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:16.4013397Z 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:16.4015598Z 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:16.4017740Z 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:16.4019988Z 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:16.4022181Z 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:16.4024404Z 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:16.4026696Z 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:16.4029049Z 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:16.4031536Z 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:16.4033738Z 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:16.4035941Z 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:16.4037517Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:21:16.4039217Z 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:16.4040851Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:21:16.4042519Z 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:16.4044792Z 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:16.4047028Z 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:16.4048641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:16.4050287Z 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:16.4052589Z 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:16.4054877Z 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:16.4057117Z 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:16.4058832Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:16.4060893Z 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:16.4062787Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:21:16.4064508Z 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:16.4066902Z 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:16.4069348Z 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:16.4071049Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:21:16.4072596Z 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:16.4074926Z 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:16.4077073Z 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:16.4078600Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:21:16.4080169Z 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:16.4082409Z 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:16.4083951Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:21:16.4084926Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:16.4086481Z 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:16.4087982Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-03-21T20:21:16.4089589Z 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:16.4091617Z 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:16.4093725Z 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:16.4095817Z 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:16.4097979Z 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:16.4100270Z 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:16.4102406Z 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:16.4104527Z 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:16.4106635Z 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:16.4108700Z 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:16.4110754Z 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:16.4112876Z 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:16.4115029Z 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:16.4117115Z 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:16.4119479Z 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:16.4121091Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-03-21T20:21:16.4122844Z 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:16.4125470Z 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:16.4127796Z 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:16.4129370Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-03-21T20:21:16.4130745Z 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:16.4132638Z 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:16.4134561Z 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:16.4136446Z 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:16.4138378Z 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:16.4139966Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:21:16.4141459Z 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:16.4143558Z 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:16.4145788Z 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:16.4147976Z 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:16.4150187Z 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:16.4152411Z 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:16.4154621Z 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:16.4156826Z 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:16.4158421Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:21:16.4160126Z 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:16.4161969Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:21:16.4163606Z 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:16.4165224Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:21:16.4166883Z 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:16.4168499Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:21:16.4169594Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:21:16.4170755Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.4172689Z 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:16.4175368Z 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:16.4178042Z 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:16.4180709Z 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:16.4183250Z 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:16.4185809Z 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:16.4188364Z 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:16.4191194Z 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:16.4193935Z 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:16.4196543Z 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:16.4199087Z 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:16.4201596Z 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:16.4204115Z 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:16.4206886Z 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:16.4209497Z 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:16.4212342Z 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:16.4215138Z 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:16.4217859Z 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:16.4220581Z 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:16.4223178Z 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:16.4225935Z 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:16.4228684Z 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:16.4231311Z 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:16.4233944Z 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:16.4236592Z 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:16.4239136Z 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:16.4241638Z 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:16.4244173Z 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:16.4246746Z 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:16.4249329Z 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:16.4252126Z 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:16.4254758Z 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:16.4257333Z 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:16.4260187Z 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:16.4262932Z 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:16.4265656Z 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:16.4268247Z 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:16.4270779Z 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:16.4273302Z 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:16.4275903Z 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:16.4278489Z 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:16.4281028Z 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:16.4283560Z 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:16.4286168Z 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:16.4288902Z 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:16.4291483Z 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:16.4294129Z 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:16.4296784Z 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:16.4299878Z 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:16.4302565Z 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:16.4305347Z 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:16.4308003Z 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:16.4310636Z 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:16.4313256Z 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:16.4315876Z 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:16.4318547Z 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:16.4321169Z 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:16.4323797Z 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:16.4326413Z 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:16.4328958Z 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:16.4331564Z 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:16.4334159Z 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:16.4335930Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:21:16.4337688Z 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:16.4340190Z 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:16.4342604Z 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:16.4345113Z 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:16.4346724Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-03-21T20:21:16.4348262Z 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:16.4350510Z 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:16.4352727Z 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:16.4354386Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.4356017Z 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:16.4358296Z 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:16.4360715Z 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:16.4362510Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.4364279Z 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:16.4366692Z 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:16.4369144Z 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:16.4371631Z 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:16.4374110Z 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:16.4376533Z 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:16.4378216Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:16.4379919Z 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:16.4381537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:21:16.4382619Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:16.4384339Z 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:16.4386307Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:21:16.4387628Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.4389915Z 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:16.4393023Z 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:16.4395907Z 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:16.4398760Z 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:16.4401565Z 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:16.4404334Z 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:16.4407154Z 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:16.4409371Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:16.4411649Z 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:16.4413843Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:21:16.4415245Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:21:16.4416774Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:16.4419478Z 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:16.4421696Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:21:16.4422703Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:21:16.4423799Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.4425619Z 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:16.4428145Z 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:16.4430624Z 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:16.4433353Z 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:16.4435881Z 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:16.4438492Z 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:16.4440177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-03-21T20:21:16.4441566Z 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:16.4443528Z 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:16.4445045Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.4446564Z 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:16.4448765Z 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:16.4451062Z 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:16.4453261Z 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:16.4455419Z 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:16.4457656Z 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:16.4459984Z 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:16.4462191Z 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:16.4464539Z 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:16.4466861Z 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:16.4469042Z 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:16.4471239Z 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:16.4473398Z 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:16.4475126Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.4476709Z 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:16.4478892Z 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:16.4481188Z 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:16.4483352Z 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:16.4485525Z 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:16.4487748Z 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:16.4490168Z 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:16.4492310Z 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:16.4494503Z 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:16.4496780Z 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:16.4499054Z 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:16.4501227Z 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:16.4503494Z 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:16.4505855Z 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:16.4508108Z 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:16.4510281Z 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:16.4512481Z 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:16.4514703Z 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:16.4516932Z 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:16.4519389Z 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:16.4521744Z 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:16.4524022Z 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:16.4526405Z 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:16.4528637Z 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:16.4530849Z 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:16.4533043Z 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:16.4535246Z 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:16.4537449Z 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:16.4539728Z 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:16.4541926Z 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:16.4544134Z 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:16.4546338Z 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:16.4548511Z 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:16.4550685Z 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:16.4552877Z 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:16.4555072Z 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:16.4557291Z 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:16.4559506Z 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:16.4561698Z 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:16.4564099Z 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:16.4566323Z 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:16.4568576Z 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:16.4571041Z 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:16.4573335Z 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:16.4575520Z 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:16.4577732Z 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:16.4579458Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:21:16.4581073Z 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:16.4583338Z 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:16.4585077Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.4586811Z 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:16.4589409Z 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:16.4591907Z 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:16.4594400Z 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:16.4596894Z 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:16.4599399Z 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:16.4601198Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:16.4602996Z 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:16.4605404Z 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:16.4607374Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:16.4609031Z 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:16.4611360Z 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:16.4613073Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.4615027Z 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:16.4617515Z 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:16.4620056Z 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:16.4622397Z 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:16.4624029Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:21:16.4625597Z 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:16.4627789Z 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:16.4629446Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.4631117Z 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:16.4633345Z 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:16.4635597Z 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:16.4637905Z 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:16.4640202Z 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:16.4642526Z 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:16.4644842Z 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:16.4647139Z 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:16.4649429Z 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:16.4651836Z 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:16.4654114Z 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:16.4656423Z 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:16.4658749Z 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:16.4660428Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.4662009Z 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:16.4664164Z 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:16.4666352Z 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:16.4668575Z 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:16.4670766Z 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:16.4672905Z 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:16.4675059Z 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:16.4677290Z 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:16.4679533Z 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:16.4681719Z 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:16.4683910Z 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:16.4686078Z 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:16.4688220Z 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:16.4690534Z 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:16.4692739Z 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:16.4694950Z 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:16.4697399Z 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:16.4699678Z 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:16.4702008Z 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:16.4704193Z 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:16.4706384Z 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:16.4708605Z 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:16.4710805Z 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:16.4712995Z 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:16.4715201Z 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:16.4717394Z 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:16.4719582Z 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:16.4721749Z 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:16.4723914Z 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:16.4726236Z 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:16.4728483Z 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:16.4730650Z 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:16.4732809Z 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:16.4734991Z 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:16.4737201Z 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:16.4739492Z 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:16.4741823Z 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:16.4743988Z 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:16.4746394Z 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:16.4748648Z 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:16.4750253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.4752002Z 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:16.4754402Z 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:16.4756871Z 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:16.4759335Z 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:16.4761739Z 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:16.4764157Z 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:16.4766568Z 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:16.4768317Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.4770116Z 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:16.4772608Z 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:16.4775084Z 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:16.4776897Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:16.4778778Z 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:16.4781412Z 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:16.4783189Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:16.4784962Z 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:16.4787174Z 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:16.4788958Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:21:16.4790054Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:16.4792026Z 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:16.4793849Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:21:16.4795126Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.4797104Z 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:16.4799733Z 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:16.4802371Z 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:16.4804283Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:21:16.4805537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:16.4807516Z 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:16.4810012Z 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:16.4811751Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:16.4813534Z 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:16.4815918Z 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:16.4817683Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:16.4819613Z 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:16.4821481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.4823526Z 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:16.4826357Z 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:16.4829422Z 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:16.4831431Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:21:16.4832697Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:16.4834826Z 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:16.4837551Z 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:16.4840097Z 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:16.4841910Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:16.4843798Z 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:16.4846342Z 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:16.4848186Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:21:16.4849420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.4851405Z 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:16.4854115Z 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:16.4856933Z 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:16.4859835Z 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:16.4861807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.4863710Z 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:16.4866286Z 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:16.4868899Z 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:16.4871598Z 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:16.4874542Z 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:16.4877338Z 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:16.4880306Z 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:16.4883197Z 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:16.4886219Z 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:16.4889302Z 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:16.4892088Z 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:16.4894914Z 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:16.4897697Z 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:16.4900537Z 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:16.4903349Z 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:16.4906208Z 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:16.4909119Z 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:16.4912021Z 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:16.4914800Z 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:16.4917545Z 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:16.4920503Z 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:16.4923242Z 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:16.4926208Z 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:16.4929087Z 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:16.4932074Z 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:16.4934871Z 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:16.4937628Z 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:16.4939706Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.4941675Z 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:16.4944373Z 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:16.4947058Z 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:16.4949797Z 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:16.4952578Z 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:16.4955323Z 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:16.4957999Z 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:16.4960668Z 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:16.4963357Z 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:16.4966183Z 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:16.4968841Z 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:16.4971696Z 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:16.4974409Z 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:16.4977001Z 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:16.4979710Z 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:16.4982321Z 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:16.4984957Z 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:16.4987661Z 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:16.4990497Z 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:16.4993140Z 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:16.4995794Z 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:16.4998470Z 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:16.5001167Z 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:16.5003850Z 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:16.5006504Z 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:16.5009110Z 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:16.5012089Z 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:16.5014918Z 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:16.5017752Z 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:16.5020503Z 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:16.5023186Z 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:16.5025798Z 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:16.5028435Z 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:16.5031137Z 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:16.5033867Z 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:16.5036580Z 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:16.5039244Z 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:16.5041944Z 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:16.5044646Z 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:16.5047398Z 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:16.5050104Z 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:16.5052685Z 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:16.5055261Z 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:16.5058004Z 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:16.5060677Z 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:16.5063403Z 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:16.5066125Z 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:16.5068900Z 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:16.5071642Z 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:16.5074385Z 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:16.5077163Z 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:16.5079941Z 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:16.5082725Z 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:16.5085516Z 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:16.5088289Z 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:16.5091208Z 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:16.5093992Z 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:16.5096773Z 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:16.5099614Z 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:16.5102667Z 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:16.5105459Z 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:16.5108417Z 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:16.5111099Z 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:16.5113763Z 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:16.5116505Z 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:16.5119259Z 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:16.5122035Z 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:16.5124724Z 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:16.5127329Z 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:16.5129933Z 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:16.5132586Z 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:16.5135302Z 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:16.5137905Z 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:16.5140559Z 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:16.5143073Z 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:16.5144800Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:21:16.5146333Z 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:16.5148576Z 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:16.5150644Z 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:16.5152755Z 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:16.5154397Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-03-21T20:21:16.5155317Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-03-21T20:21:16.5156745Z 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:16.5158735Z 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:16.5160276Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.5161918Z 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:16.5164203Z 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:16.5166519Z 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:16.5168802Z 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:16.5171087Z 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:16.5173423Z 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:16.5175764Z 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:16.5178112Z 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:16.5180537Z 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:16.5182872Z 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:16.5185183Z 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:16.5187432Z 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:16.5189871Z 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:16.5192379Z 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:16.5194621Z 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:16.5196880Z 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:16.5199311Z 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:16.5201598Z 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:16.5203881Z 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:16.5206139Z 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:16.5207791Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:21:16.5209443Z 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:16.5211725Z 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:16.5213453Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.5215240Z 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:16.5217704Z 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:16.5220221Z 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:16.5221891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:21:16.5223435Z 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:16.5225603Z 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:16.5227825Z 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:16.5230033Z 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:16.5232210Z 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:16.5234395Z 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:16.5236713Z 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:16.5238285Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:21:16.5239852Z 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:16.5242089Z 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:16.5243660Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-03-21T20:21:16.5244690Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:16.5246377Z 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:16.5248724Z 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:16.5250483Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:21:16.5252189Z 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:16.5254567Z 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:16.5256349Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:16.5258041Z 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:16.5260490Z 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:16.5262206Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:21:16.5263909Z 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:16.5266257Z 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:16.5267955Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:21:16.5269099Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:16.5270988Z 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:16.5272819Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:16.5274698Z 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:16.5277107Z 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:16.5278854Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-03-21T20:21:16.5279780Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-03-21T20:21:16.5281264Z 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:16.5283268Z 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:16.5285440Z 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:16.5287546Z 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:16.5289750Z 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:16.5291786Z 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:16.5293899Z 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:16.5296033Z 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:16.5298153Z 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:16.5300309Z 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:16.5302327Z 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:16.5304403Z 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:16.5306507Z 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:16.5308547Z 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:16.5328263Z 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:16.5330392Z 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:16.5332442Z 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:16.5333974Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.5335704Z 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:16.5338034Z 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:16.5340822Z 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:16.5343128Z 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:16.5344760Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.5346651Z 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:16.5348987Z 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:16.5351279Z 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:16.5353552Z 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:16.5355908Z 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:16.5358245Z 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:16.5360585Z 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:16.5362939Z 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:16.5365159Z 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:16.5367280Z 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:16.5369442Z 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:16.5371004Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:21:16.5371983Z 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:16.5372996Z 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:16.5373995Z 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:16.5374966Z 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:16.5375390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-03-21T20:21:16.5376366Z 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:16.5377471Z 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:16.5378487Z 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:16.5379020Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:16.5380065Z 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:16.5380694Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:16.5381888Z 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:16.5383088Z 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:16.5383610Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.5384785Z 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:16.5386019Z 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:16.5387213Z 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:16.5387731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:16.5389032Z 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:16.5389603Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:16.5390837Z 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:16.5391476Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.5392852Z 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:16.5394255Z 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:16.5395615Z 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:16.5396252Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.5397619Z 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:16.5399241Z 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:16.5400594Z 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:16.5402106Z 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:16.5402760Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.5404158Z 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:16.5405573Z 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:16.5406982Z 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:16.5408382Z 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:16.5408988Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:16.5410317Z 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:16.5411647Z 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:16.5412250Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:16.5413571Z 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:16.5414958Z 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:16.5415582Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.5416964Z 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:16.5418384Z 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:16.5419851Z 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:16.5421349Z 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:16.5422735Z 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:16.5424211Z 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:16.5425610Z 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:16.5426157Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.5427353Z 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:16.5428577Z 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:16.5429816Z 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:16.5431063Z 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:16.5431562Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:21:16.5432111Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.5433437Z 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:16.5434771Z 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:16.5436128Z 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:16.5437474Z 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:16.5438793Z 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:16.5440122Z 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:16.5441449Z 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:16.5442853Z 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:16.5444150Z 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:16.5445397Z 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:16.5446803Z 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:16.5448146Z 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:16.5449479Z 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:16.5450779Z 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:16.5452097Z 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:16.5452438Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-03-21T20:21:16.5453197Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-03-21T20:21:16.5453563Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-03-21T20:21:16.5454415Z 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:16.5455291Z 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:16.5456158Z 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:16.5457005Z 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:16.5457944Z 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:16.5458803Z 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:16.5459736Z 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:16.5460133Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-03-21T20:21:16.5461104Z 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:16.5462132Z 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:16.5463256Z 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:16.5464284Z 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:16.5464619Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-03-21T20:21:16.5464996Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-03-21T20:21:16.5465410Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-03-21T20:21:16.5465961Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.5467008Z 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:16.5468115Z 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:16.5469112Z 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:16.5470123Z 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:16.5471146Z 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:16.5471601Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.5472588Z 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:16.5473645Z 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:16.5474690Z 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:16.5475685Z 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:16.5476716Z 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:16.5477807Z 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:16.5478854Z 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:16.5479900Z 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:16.5480285Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-03-21T20:21:16.5481144Z 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:16.5482048Z 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:16.5483044Z 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:16.5483949Z 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:16.5484385Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:21:16.5485380Z 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:16.5486468Z 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:16.5486895Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-03-21T20:21:16.5487819Z 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:16.5488888Z 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:16.5489349Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:21:16.5490382Z 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:16.5491432Z 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:16.5492022Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.5493370Z 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:16.5494676Z 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:16.5496039Z 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:16.5497391Z 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:16.5498653Z 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:16.5500072Z 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:16.5500539Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:16.5501575Z 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:16.5502613Z 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:16.5503309Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:21:16.5504326Z 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:16.5505339Z 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:16.5505796Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:21:16.5506968Z 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:16.5508008Z 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:16.5508426Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-03-21T20:21:16.5509415Z 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:16.5510379Z 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:16.5511348Z 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:16.5512331Z 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:16.5513315Z 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:16.5514317Z 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:16.5515275Z 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:16.5516352Z 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:16.5517321Z 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:16.5518327Z 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:16.5519279Z 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:16.5520237Z 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:16.5521160Z 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:16.5522091Z 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:16.5523087Z 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:16.5523665Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:21:16.5524719Z 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:16.5525815Z 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:16.5526312Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:21:16.5527655Z 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:16.5528821Z 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:16.5529983Z 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:16.5531152Z 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:16.5531611Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:21:16.5532654Z 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:16.5533743Z 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:16.5534801Z 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:16.5535369Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.5536579Z 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:16.5537879Z 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:16.5539208Z 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:16.5540492Z 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:16.5541690Z 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:16.5542979Z 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:16.5544219Z 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:16.5545571Z 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:16.5546855Z 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:16.5548161Z 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:16.5549370Z 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:16.5550586Z 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:16.5551822Z 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:16.5553119Z 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:16.5554429Z 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:16.5555795Z 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:16.5580823Z 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:16.5581296Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:21:16.5582504Z 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:16.5583596Z 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:16.5584745Z 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:16.5585221Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:16.5586323Z 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:16.5586800Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:16.5587851Z 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:16.5588405Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.5590060Z 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:16.5591320Z 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:16.5592503Z 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:16.5593918Z 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:16.5594463Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.5595599Z 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:16.5596754Z 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:16.5597917Z 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:16.5599067Z 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:16.5599634Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:16.5600844Z 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:16.5601439Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:16.5602706Z 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:16.5604034Z 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:16.5604621Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:16.5605847Z 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:16.5607078Z 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:16.5607687Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:16.5608983Z 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:16.5610352Z 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:16.5610962Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-03-21T20:21:16.5611889Z 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:16.5612872Z 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:16.5613917Z 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:16.5614871Z 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:16.5615316Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-03-21T20:21:16.5616348Z 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:16.5617378Z 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:16.5617791Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-03-21T20:21:16.5618722Z 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:16.5619742Z 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:16.5620326Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:21:16.5621323Z 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:16.5622328Z 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:16.5622776Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:16.5623802Z 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:16.5624830Z 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:16.5625303Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:16.5626313Z 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:16.5627337Z 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:16.5627813Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:16.5706455Z 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:16.5706960Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.5708330Z 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:16.5709311Z 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:16.5710321Z 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:16.5711536Z 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:16.5712623Z 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:16.5713063Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:21:16.5714044Z 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:16.5715108Z 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:16.5715525Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:21:16.5716489Z 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:16.5717534Z 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:16.5717961Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-03-21T20:21:16.5718919Z 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:16.5719877Z 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:16.5720295Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-03-21T20:21:16.5721219Z 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:16.5722180Z 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:16.5722673Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:21:16.5723737Z 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:16.5724808Z 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:16.5725240Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-03-21T20:21:16.5726236Z 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:16.5727211Z 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:16.5727771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:21:16.5728766Z 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:16.5729774Z 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:16.5730182Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-03-21T20:21:16.5730624Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:21:16.5731752Z 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:16.5732086Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-03-21T20:21:16.5732794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5733509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5734221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5734962Z 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:16.5735703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5736461Z 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:16.5737218Z 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:16.5737929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5738639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5739528Z 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:16.5740353Z 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:16.5741065Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5741825Z 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:16.5742556Z 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:16.5743292Z 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:16.5744046Z 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:16.5744777Z 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:16.5745494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5746201Z 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:16.5747058Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5747759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5748462Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5749174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5749993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.5750376Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-03-21T20:21:16.5751203Z 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:16.5752032Z 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:16.5818017Z 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:16.5819051Z 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:16.5819997Z 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:16.5820834Z 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:16.5821700Z 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:16.5822592Z 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:16.5823432Z 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:16.5823838Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-03-21T20:21:16.5824732Z 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:16.5825650Z 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:16.5826622Z 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:16.5827608Z 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:16.5828560Z 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:16.5829450Z 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:16.5830301Z 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:16.5830664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-03-21T20:21:16.5831874Z 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:16.5832752Z 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:16.5833643Z 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:16.5834708Z 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:16.5835589Z 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:16.5836393Z 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:16.5836918Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.5838119Z 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:16.5839378Z 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:16.5840627Z 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:16.5841856Z 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:16.5842253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-03-21T20:21:16.5843271Z 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:16.5844323Z 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:16.5845338Z 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:16.5846310Z 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:16.5847281Z 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:16.5848221Z 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:16.5849257Z 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:16.5850190Z 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:16.5851164Z 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:16.5852281Z 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:16.5853247Z 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:16.5854201Z 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:16.5855297Z 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:16.5856267Z 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:16.5857273Z 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:16.5858224Z 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:16.5859232Z 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:16.5860151Z 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:16.5860566Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:21:16.5861624Z 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:16.5862677Z 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:16.5863124Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.5864293Z 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:16.5946051Z 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:16.5947144Z 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:16.5947537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-03-21T20:21:16.5948345Z 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:16.5949178Z 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:16.5949989Z 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:16.5950819Z 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:16.5951189Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-03-21T20:21:16.5952023Z 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:16.5953194Z 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:16.5953611Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-03-21T20:21:16.5954526Z 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:16.5954957Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:21:16.5956212Z 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:16.5956615Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-03-21T20:21:16.5957486Z 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:16.5957906Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:21:16.5958859Z 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:16.5959796Z 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:16.5960229Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.5961216Z 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:16.5962236Z 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:16.5963225Z 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:16.5963649Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:21:16.5964561Z 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:16.5965539Z 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:16.5965983Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:16.5966992Z 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:16.5967425Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:21:16.5968369Z 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:16.5969342Z 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:16.5969765Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:21:16.5970778Z 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:16.5971788Z 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:16.5972818Z 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:16.5973205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-03-21T20:21:16.5974186Z 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:16.5974530Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-03-21T20:21:16.5975432Z 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:16.5976250Z 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:16.5977024Z 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:16.5977401Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-03-21T20:21:16.5978257Z 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:16.5978635Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-03-21T20:21:16.5979594Z 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:16.5980436Z 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:16.5981255Z 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:16.5981660Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-03-21T20:21:16.5982598Z 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:16.5982952Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-03-21T20:21:16.5983748Z 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:16.5984698Z 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:16.5985563Z 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:16.5986442Z 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:16.5987393Z 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:16.5988288Z 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:16.5989397Z 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:16.5990348Z 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:16.5991270Z 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:16.5992355Z 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:16.6059497Z 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:16.6060460Z 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:16.6061734Z 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:16.6062709Z 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:16.6063674Z 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:16.6064600Z 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:16.6065514Z 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:16.6066376Z 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:16.6067261Z 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:16.6068188Z 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:16.6069147Z 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:16.6070006Z 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:16.6070941Z 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:16.6071946Z 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:16.6072893Z 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:16.6073799Z 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:16.6074829Z 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:16.6075751Z 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:16.6076598Z 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:16.6077474Z 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:16.6078336Z 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:16.6079441Z 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:16.6079796Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-03-21T20:21:16.6080609Z 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:16.6081560Z 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:16.6082400Z 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:16.6082791Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-03-21T20:21:16.6083680Z 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:16.6084632Z 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:16.6085562Z 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:16.6085908Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-03-21T20:21:16.6086774Z 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:16.6087638Z 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:16.6088425Z 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:16.6089422Z 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:16.6090230Z 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:16.6091011Z 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:16.6091810Z 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:16.6092170Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-03-21T20:21:16.6092970Z 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:16.6093772Z 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:16.6094635Z 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:16.6095516Z 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:16.6096301Z 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:16.6097153Z 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:16.6098222Z 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:16.6099125Z 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:16.6099975Z 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:16.6100831Z 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:16.6101940Z 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:16.6102760Z 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:16.6103612Z 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:16.6104506Z 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:16.6105437Z 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:16.6106375Z 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:16.6283376Z 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:16.6284309Z 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:16.6285148Z 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:16.6285963Z 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:16.6286819Z 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:16.6287747Z 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:16.6288906Z 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:16.6289778Z 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:16.6290643Z 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:16.6291503Z 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:16.6292317Z 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:16.6293124Z 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:16.6293936Z 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:16.6295226Z 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:16.6296049Z 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:16.6296885Z 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:16.6297274Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-03-21T20:21:16.6298395Z 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:16.6299393Z 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:16.6300342Z 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:16.6301244Z 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:16.6301664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-03-21T20:21:16.6302666Z 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:16.6303413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.6303762Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-03-21T20:21:16.6304190Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/android_test 2025-03-21T20:21:16.6305151Z 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:16.6305556Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-03-21T20:21:16.6306479Z 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:16.6307480Z 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:16.6307909Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-03-21T20:21:16.6308821Z 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:16.6309300Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.6310336Z 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:16.6311460Z 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:16.6312538Z 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:16.6313626Z 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:16.6314856Z 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:16.6315298Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:21:16.6316329Z 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:16.6316730Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-03-21T20:21:16.6317753Z 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:16.6318680Z 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:16.6319594Z 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:16.6320056Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:21:16.6321160Z 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:16.6321569Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-03-21T20:21:16.6322641Z 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:16.6323077Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-03-21T20:21:16.6324103Z 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:16.6325213Z 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:16.6326280Z 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:16.6327262Z 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:16.6328420Z 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:16.6328815Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-03-21T20:21:16.6329684Z 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:16.6330094Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-03-21T20:21:16.6400607Z 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:16.6401020Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-03-21T20:21:16.6401949Z 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:16.6402418Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-03-21T20:21:16.6403526Z 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:16.6404394Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:21:16.6405505Z 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:16.6406601Z 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:16.6407300Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-03-21T20:21:16.6407792Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:21:16.6408912Z 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:16.6410036Z 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:16.6410542Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:16.6411728Z 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:16.6412102Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-03-21T20:21:16.6412536Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.6413488Z 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:16.6414486Z 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:16.6415497Z 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:16.6416518Z 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:16.6417574Z 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:16.6418656Z 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:16.6419796Z 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:16.6420821Z 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:16.6421322Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:16.6422525Z 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:16.6423111Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:21:16.6423841Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:16.6425171Z 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:16.6426458Z 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:16.6427592Z 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:16.6428006Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-03-21T20:21:16.6428926Z 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:16.6429866Z 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:16.6430839Z 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:16.6431833Z 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:16.6432820Z 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:16.6433818Z 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:16.6434247Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-03-21T20:21:16.6435177Z 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:16.6436205Z 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:16.6437175Z 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:16.6438108Z 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:16.6438551Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:21:16.6439545Z 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:16.6440610Z 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:16.6441647Z 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:16.6442781Z 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:16.6443213Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:21:16.6444327Z 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:16.6445321Z 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:16.6446320Z 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:16.6447366Z 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:16.6447839Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:16.6513181Z 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:16.6513712Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:21:16.6514691Z 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:16.6515253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.6516484Z 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:16.6517751Z 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:16.6518992Z 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:16.6520242Z 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:16.6520842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:21:16.6521506Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:16.6522925Z 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:16.6524391Z 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:16.6524853Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:21:16.6525372Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:16.6526563Z 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:16.6526900Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-03-21T20:21:16.6527301Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-03-21T20:21:16.6528180Z 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:16.6528983Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-03-21T20:21:16.6530099Z 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:16.6531181Z 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:16.6532533Z 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:16.6533494Z 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:16.6534497Z 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:16.6534848Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-03-21T20:21:16.6535608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-03-21T20:21:16.6536022Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-03-21T20:21:16.6536962Z 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:16.6537951Z 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:16.6538410Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:21:16.6539660Z 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:16.6540094Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-03-21T20:21:16.6540566Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.6541085Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:16.6542238Z 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:16.6543298Z 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:16.6544457Z 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:16.6545619Z 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:16.6546706Z 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:16.6547210Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.6547740Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:16.6549023Z 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:16.6550426Z 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:16.6551759Z 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:16.6553280Z 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:16.6553903Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.6555142Z 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:16.6556416Z 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:16.6557590Z 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:16.6558151Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:21:16.6559409Z 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:16.6560430Z 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:16.6561457Z 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:16.6642354Z 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:16.6642836Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-03-21T20:21:16.6643827Z 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:16.6644765Z 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:16.6645144Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-03-21T20:21:16.6646075Z 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:16.6646960Z 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:16.6647373Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:21:16.6648373Z 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:16.6649343Z 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:16.6650242Z 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:16.6651005Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-03-21T20:21:16.6651877Z 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:16.6652767Z 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:16.6653313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:21:16.6654557Z 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:16.6654968Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-03-21T20:21:16.6655849Z 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:16.6656781Z 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:16.6657723Z 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:16.6658675Z 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:16.6659194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:21:16.6660250Z 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:16.6661297Z 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:16.6662371Z 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:16.6662814Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:21:16.6663890Z 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:16.6664968Z 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:16.6665379Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-03-21T20:21:16.6666339Z 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:16.6667385Z 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:16.6668462Z 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:16.6668806Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-03-21T20:21:16.6669558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-03-21T20:21:16.6669918Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-03-21T20:21:16.6670920Z 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:16.6671288Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-03-21T20:21:16.6671688Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-03-21T20:21:16.6672642Z 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:16.6672962Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-03-21T20:21:16.6673897Z 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:16.6674644Z 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:16.6675425Z 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:16.6675745Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-03-21T20:21:16.6676499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:16.6677267Z 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:16.6677942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-03-21T20:21:16.6678274Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-03-21T20:21:16.6678640Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-03-21T20:21:16.6679556Z 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:16.6679898Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-03-21T20:21:16.6680298Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-03-21T20:21:16.6680731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-03-21T20:21:16.6681215Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.6682302Z 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:16.6683421Z 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:16.6684508Z 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:16.6685591Z 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:16.6686668Z 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:16.6687787Z 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:16.6689235Z 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:16.6733505Z 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:16.6734660Z 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:16.6735859Z 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:16.6737346Z 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:16.6738475Z 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:16.6739641Z 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:16.6740706Z 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:16.6741752Z 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:16.6742886Z 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:16.6744049Z 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:16.6744618Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:16.6745819Z 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:16.6746469Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:16.6747878Z 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:16.6749301Z 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:16.6749884Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.6751180Z 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:16.6752477Z 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:16.6753828Z 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:16.6755350Z 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:16.6756628Z 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:16.6757201Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.6758703Z 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:16.6760023Z 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:16.6761315Z 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:16.6762569Z 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:16.6763836Z 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:16.6765074Z 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:16.6766351Z 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:16.6767619Z 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:16.6768881Z 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:16.6770160Z 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:16.6771445Z 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:16.6772701Z 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:16.6773980Z 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:16.6775282Z 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:16.6775879Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:21:16.6776701Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:21:16.6777378Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:16.6778843Z 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:16.6780566Z 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:16.6781255Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.6821576Z 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:16.6823075Z 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:16.6824533Z 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:16.6825973Z 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:16.6827392Z 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:16.6828911Z 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:16.6830351Z 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:16.6831859Z 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:16.6833298Z 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:16.6833781Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.6834941Z 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:16.6836173Z 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:16.6837359Z 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:16.6838927Z 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:16.6839455Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:16.6840633Z 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:16.6841329Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.6842481Z 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:16.6843627Z 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:16.6844756Z 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:16.6845933Z 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:16.6847106Z 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:16.6848222Z 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:16.6849397Z 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:16.6850555Z 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:16.6851714Z 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:16.6852854Z 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:16.6854006Z 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:16.6854544Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:16.6855797Z 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:16.6856254Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-03-21T20:21:16.6856809Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.6858132Z 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:16.6859739Z 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:16.6861048Z 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:16.6861569Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.6862823Z 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:16.6864034Z 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:16.6865199Z 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:16.6866395Z 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:16.6866922Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.6868161Z 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:16.6869387Z 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:16.7503428Z 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:16.7503810Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-03-21T20:21:16.7504161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-03-21T20:21:16.7504917Z 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:16.7505696Z 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:16.7505900Z running install_egg_info 2025-03-21T20:21:16.7506498Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:21:16.7506726Z running install_scripts 2025-03-21T20:21:16.7507196Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:21:16.7508102Z creating '/tmp/pip-wheel-fd338dng/.tmp-2t0cfs60/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-03-21T20:21:16.7508316Z adding 'executorch/version.py' 2025-03-21T20:21:16.7508674Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:21:16.7509012Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:21:16.7509416Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:21:16.7509781Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:21:16.7510198Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:21:16.7510546Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:21:16.7511852Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:21:16.7512233Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:21:16.7512673Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:21:16.7513075Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:21:16.7513472Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:21:16.7513738Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:21:16.7514047Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:21:16.7514560Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:21:16.7514945Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:21:16.7515275Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:21:16.7515599Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:21:16.7515962Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:21:16.7516329Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:21:16.7516687Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:21:16.7517073Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:21:16.7517430Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:21:16.7517813Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:21:16.7518141Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:21:16.7518490Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:21:16.7518862Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:21:16.7519210Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:21:16.7519529Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:21:16.7519893Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:21:16.7520224Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:21:16.7520560Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:21:16.7520892Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:21:16.7521214Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:21:16.7521540Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:21:16.7521914Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:21:16.7522335Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:21:16.7522758Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:21:16.7523108Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:21:16.7523416Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:21:16.7523770Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:21:16.7524146Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:21:16.7524477Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:21:16.7524816Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:21:16.7525173Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:21:16.7525499Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:21:16.7525861Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:21:16.7526187Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:21:16.7526443Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:21:16.7526686Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:21:16.7526957Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:21:16.7527420Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:21:16.7527687Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:21:16.7527950Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:21:16.7528212Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:21:16.7528503Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:21:16.7528776Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:21:16.7529080Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:21:16.7529335Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:21:16.7529753Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:21:16.7530208Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:21:16.7530588Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:21:16.7530920Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:21:16.7531227Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:21:16.7531545Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:21:16.7531900Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:16.7532323Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:21:16.7532731Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:21:16.7533134Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:21:16.7533494Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:21:16.7533858Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:21:16.7534237Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:21:16.7534557Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:21:16.7534948Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:21:16.7535284Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:21:16.7535652Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:21:16.7536010Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:21:16.7536366Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:21:16.7536693Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:21:16.7537052Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:21:16.7537687Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:21:16.7538026Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:21:16.7538470Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:21:16.7538846Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:21:16.7539316Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:21:16.7539722Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:21:16.7540065Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:21:16.7540394Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:21:16.7540797Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:21:16.7541139Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:21:16.7541543Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:21:16.7541847Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:21:16.7542173Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:21:16.7542548Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:21:16.7543106Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:21:16.7543502Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:16.7543921Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:21:16.7544250Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:21:16.7544645Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:21:16.7545011Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:21:16.7545530Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:21:16.7545945Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:21:16.7546340Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:21:16.7546737Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:21:16.7547116Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:21:16.7547542Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:21:16.7547842Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:21:16.7951311Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:21:16.7952171Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:21:16.7952889Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:21:16.7953717Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:21:16.7954456Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:21:16.7955168Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:21:16.7955924Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:21:16.7956667Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:21:16.7957377Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:21:16.7958090Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:21:16.7958862Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:21:16.7959654Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:21:16.7960361Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:21:16.7961047Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:21:16.7961750Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:21:16.7962438Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:21:16.7963162Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:21:16.7963887Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:21:16.7964571Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:21:16.7965271Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:21:16.7965972Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:21:16.7966704Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:21:16.7967464Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:21:16.7968212Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:21:16.7968944Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:21:16.7969660Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:21:16.7970422Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:21:16.7971184Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:21:16.7971933Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:21:16.7972674Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:21:16.7973404Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:21:16.7974130Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:21:16.7975323Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:21:16.7976033Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:21:16.7976725Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:21:16.7977434Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:21:16.7978147Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:21:16.7978863Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:21:16.7979767Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:21:16.7980595Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:21:16.7981633Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:21:16.7982452Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:21:16.7983266Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:21:16.7984018Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:21:16.7984739Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:21:16.7985476Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:21:16.7986284Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:21:16.7987148Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:21:16.7988028Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:21:16.7989017Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:21:16.7989688Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:21:16.7990387Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:21:16.7991086Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:21:16.7991853Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:21:16.7992699Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:21:16.7993552Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:21:16.7994416Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:21:16.7995270Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:21:16.7996152Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:21:16.7997057Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:21:16.7998046Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:21:16.7999005Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:21:16.7999821Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:21:16.8000635Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:21:16.8001405Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:21:16.8002197Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:21:16.8003046Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:21:16.8003932Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:21:16.8004785Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:21:16.8005651Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:21:16.8006486Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:21:16.8007234Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:21:16.8007947Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:21:16.8008669Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:21:16.8009398Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:21:16.8010103Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:21:16.8011181Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:21:16.8011974Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:21:16.8012747Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:21:16.8013476Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:21:16.8014177Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:21:16.8014895Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:21:16.8015696Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:21:16.8016488Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:21:16.8017483Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:21:16.8018241Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:21:16.8019131Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:21:16.8019945Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:21:16.8020732Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:21:16.8021431Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:21:16.8022132Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:21:16.8022864Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:21:16.8023594Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:21:16.8024321Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:21:16.8025035Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:21:16.8025735Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:21:16.8026493Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:21:16.8027286Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:21:16.8028053Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:21:16.8028838Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:21:16.8029585Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:21:16.8030305Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:21:16.8031040Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:21:16.8031764Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:21:16.8032543Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:21:16.8033293Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:21:16.8034027Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:21:16.8034798Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:21:16.8035554Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:21:16.8036326Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:21:16.8037052Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:21:16.8037768Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:21:16.8038499Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:21:16.8039277Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:21:16.8040031Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:21:16.8040762Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:21:16.8041509Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:21:16.8042255Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:21:16.8043000Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:21:16.8043753Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:21:16.8044693Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:21:16.8045478Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:21:16.8046302Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:21:16.8047317Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:21:16.8048063Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:21:16.8048803Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:21:16.8049550Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:21:16.8050275Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:21:16.8050976Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:21:16.8051687Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:21:16.8052416Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:21:16.8053320Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:21:16.8054185Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:21:16.8054992Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:21:16.8055714Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:21:16.8056521Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:21:16.8422442Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:21:16.8423451Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:21:16.8424355Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:21:16.8425314Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:21:16.8426280Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:21:16.8427272Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:21:16.8428252Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:21:16.8429178Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:21:16.8430146Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:16.8431155Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:21:16.8432009Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:21:16.8432825Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:21:16.8433653Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:21:16.8434422Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:21:16.8435200Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:21:16.8436058Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:21:16.8437116Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:21:16.8438345Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:21:16.8439724Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:21:16.8440987Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:21:16.8442144Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:21:16.8443338Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:21:16.8444530Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:21:16.8445731Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:21:16.8446929Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:21:16.8448057Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:21:16.8449631Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:21:16.8450875Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:21:16.8452138Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:21:16.8453321Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:21:16.8454505Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:21:16.8455617Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:21:16.8457003Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:21:16.8458201Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:21:16.8459485Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:21:16.8460716Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:21:16.8461934Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:21:16.8463145Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:21:16.8464312Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:21:16.8465483Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:21:16.8466676Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:21:16.8467866Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:21:16.8469047Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:21:16.8470215Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:21:16.8471357Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:21:16.8472505Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:21:16.8473634Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:21:16.8474830Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:21:16.8476126Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:21:16.8477330Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:21:16.8478511Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:21:16.8479703Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:21:16.8480915Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:21:16.8482134Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:21:16.8483664Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:21:16.8484826Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:21:16.8485650Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:21:16.8486546Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:21:16.8487410Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:21:16.8488299Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:21:16.8489517Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:21:16.8490402Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:21:16.8491646Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:21:16.8492592Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:21:16.8508392Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:21:16.8509219Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:21:16.8510013Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:21:16.8510802Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:21:16.8511563Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:21:16.8512633Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:21:16.8513423Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:21:16.8514205Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:21:16.8514923Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:21:16.8515669Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:21:16.8516406Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:21:16.8517112Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:21:16.8517869Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:21:16.8518706Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:21:16.8519534Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:21:16.8520329Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:21:16.8521189Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:21:16.8522123Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:21:16.8523022Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:21:16.8523902Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:21:16.8524812Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:21:16.8525754Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:21:16.8526713Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:21:16.8527677Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:21:16.8528534Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:21:16.8529275Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:21:16.8530006Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:21:16.8530736Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:21:16.8531460Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:21:16.8532200Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:21:16.8532979Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:21:16.8533775Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:21:16.8534606Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:21:16.8535529Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:21:16.8536429Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:21:16.8537379Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:21:16.8538359Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:21:16.8539370Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:21:16.8540302Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:21:16.8541344Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:21:16.8542442Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:21:16.8543740Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:21:16.8786861Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:21:16.8788059Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:21:16.8789300Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:21:16.8790351Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:21:16.8791440Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:21:16.8792928Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:21:16.8794054Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:21:16.8795138Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:21:16.8796236Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:21:16.8797282Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:21:16.8798324Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:21:16.8799430Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:21:16.8800559Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:21:16.8801673Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:21:16.8802763Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:21:16.8803818Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:21:16.8804888Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:21:16.8805967Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:21:16.8807033Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:21:16.8808017Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:21:16.8808934Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:21:16.8809872Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:21:16.8810823Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:21:16.8811872Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:21:16.8813031Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:21:16.8814221Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:21:16.8815418Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:21:16.8816559Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:21:16.8817693Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:21:16.8818836Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:21:16.8820065Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:21:16.8821166Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:21:16.8822235Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:21:16.8823316Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:21:16.8824485Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:21:16.8826027Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:21:16.8827152Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:21:16.8828261Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:21:16.8829189Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:21:16.8829948Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:21:16.8830717Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:21:16.8831621Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:21:16.8832612Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:21:16.8833825Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:21:16.8834976Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:21:16.8835874Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:21:16.8836697Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:21:16.8837560Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:21:16.8838431Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:21:16.8839289Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:21:16.8840137Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:21:16.8840983Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:21:16.8841808Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:21:16.8842623Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:21:16.8843370Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:21:16.8844063Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:21:16.8844749Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:21:16.8845469Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:21:16.8846388Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:21:16.8847334Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:21:16.8848113Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:21:16.8848892Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:21:16.8849663Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:21:16.8850433Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:21:16.8851177Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:21:16.8851994Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:21:16.8852897Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:21:16.8853749Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:21:16.8854597Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:21:16.8855483Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:21:16.8856473Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:21:16.8857519Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:21:16.8858350Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:21:16.8859302Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:21:16.8860218Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:21:16.8861134Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:21:16.8862271Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:21:16.8863148Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:21:16.8864006Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:21:16.8864908Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:21:16.8865736Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:21:16.8866596Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:21:16.8867518Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:21:16.8868693Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:21:16.8869614Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:21:16.8870461Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:21:16.8871354Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:21:16.8872236Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:21:16.8873133Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:21:16.8874031Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:21:16.8874898Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:21:16.8875683Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:21:16.8876389Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:21:16.8877121Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:21:16.8877913Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:21:16.8878692Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:21:16.8879529Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:21:16.8880390Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:21:16.8881149Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:21:16.8881924Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:21:16.8882730Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:21:16.8883554Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:21:16.8884326Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:21:16.8885067Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:21:16.8885803Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:21:16.8886560Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:21:16.8887328Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:21:16.8888084Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:21:16.8889086Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:21:16.8889941Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:21:16.8890722Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:21:16.9242176Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:21:16.9243043Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:21:16.9243804Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:21:16.9244562Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:21:16.9245340Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:21:16.9246147Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:21:16.9246890Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:21:16.9247678Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:21:16.9248451Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:21:16.9249651Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:21:16.9250485Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:21:16.9251289Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:21:16.9252074Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:21:16.9252858Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:21:16.9253684Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:21:16.9254533Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:21:16.9255515Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:21:16.9256284Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:21:16.9257043Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:21:16.9257819Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:21:16.9258667Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:21:16.9259649Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:21:16.9260402Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:21:16.9261158Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:21:16.9261945Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:21:16.9262746Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:21:16.9263513Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:21:16.9264256Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:21:16.9264990Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:21:16.9265725Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:21:16.9266449Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:21:16.9267199Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:21:16.9267938Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:21:16.9268683Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:21:16.9269463Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:21:16.9270238Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:21:16.9270987Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:21:16.9271831Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:21:16.9272622Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:21:16.9273403Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:21:16.9274201Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:21:16.9275198Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:21:16.9275984Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:21:16.9276745Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:21:16.9277558Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:21:16.9278363Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:21:16.9279192Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:21:16.9280082Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:21:16.9280902Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:21:16.9281671Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:21:16.9282441Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:21:16.9283234Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:21:16.9284027Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:21:16.9285039Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:21:16.9285773Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:21:16.9286552Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:21:16.9287359Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:21:16.9288234Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:21:16.9289327Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:21:16.9290169Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:21:16.9290960Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:21:16.9291980Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:21:16.9292735Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:21:16.9293510Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:21:16.9294368Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:21:16.9295178Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:21:16.9295941Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:21:16.9296789Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:21:16.9297625Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:21:16.9298402Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:21:16.9299451Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:21:16.9300529Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:21:16.9301432Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:21:16.9302338Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:21:16.9303181Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:21:16.9303958Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:21:16.9304718Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:21:16.9305441Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:21:16.9306163Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:21:16.9306845Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:21:16.9307577Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:21:16.9308371Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:21:16.9309140Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:21:16.9309998Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:16.9310911Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:16.9311758Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:21:16.9312577Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:21:16.9313352Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:21:16.9314108Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:21:16.9314861Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:21:16.9315629Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:21:16.9316460Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:21:16.9317240Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:21:16.9318050Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:21:16.9319092Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:21:16.9320196Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:16.9321512Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:21:16.9322291Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:21:16.9322961Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:21:16.9323651Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:21:16.9324301Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:21:16.9324990Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:21:16.9325726Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:21:16.9326525Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:21:16.9327549Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:21:16.9328443Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:21:16.9329332Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:21:16.9330259Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:21:16.9331163Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:21:16.9332053Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:21:16.9332943Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:21:16.9333831Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:21:16.9334650Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:21:16.9335584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:21:16.9336682Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:21:16.9337759Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:21:16.9338742Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:21:16.9339794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:21:16.9340772Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:21:16.9341725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:21:16.9342840Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:21:16.9343999Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:21:16.9345031Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:21:16.9345987Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:21:16.9629690Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:21:16.9630671Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:21:16.9631724Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:21:16.9632766Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:21:16.9633914Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:21:16.9635088Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:21:16.9636245Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:21:16.9637303Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:21:16.9638311Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:21:16.9639479Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:21:16.9640662Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:21:16.9641706Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:21:16.9643217Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:21:16.9644266Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:21:16.9645200Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:21:16.9646096Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:21:16.9647035Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:21:16.9648026Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:21:16.9649311Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:21:16.9650377Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:21:16.9651445Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:21:16.9652462Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:21:16.9653481Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:21:16.9654648Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:21:16.9655797Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:21:16.9656228Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:21:16.9656601Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:21:16.9657049Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:21:16.9657499Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:21:16.9657895Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:21:16.9658320Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:21:16.9658752Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:21:16.9660382Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:21:16.9660801Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:21:16.9661248Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:21:16.9661716Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:21:16.9662173Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:21:16.9662746Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:21:16.9663191Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:21:16.9663654Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:21:16.9664127Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:21:16.9664584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:21:16.9665032Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:21:16.9665483Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:21:16.9665930Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:21:16.9666379Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:21:16.9666852Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:21:16.9667246Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:21:16.9667658Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:21:16.9668348Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:21:16.9668723Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:21:16.9669043Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:21:16.9669454Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:21:16.9669868Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:21:16.9670293Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:21:16.9670640Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:21:16.9671185Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:21:16.9671599Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:21:16.9671933Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:21:16.9672249Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:21:16.9672670Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:21:16.9673129Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:21:16.9673509Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:21:16.9673924Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:21:16.9674347Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:21:16.9674786Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:21:16.9675216Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:21:16.9675597Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:21:16.9676104Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:21:16.9676598Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:21:16.9677078Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:21:16.9677559Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:21:16.9678011Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:21:16.9678457Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:21:16.9678951Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:21:16.9679460Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:21:16.9680110Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:21:16.9680465Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:21:16.9680875Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:21:16.9681314Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:21:16.9681698Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:21:16.9682109Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:21:16.9682569Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:21:16.9682950Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:21:16.9683212Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:21:16.9683539Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:21:16.9683837Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:21:16.9684303Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:21:16.9684852Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:16.9685201Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:21:16.9685540Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:21:16.9685969Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:21:16.9686303Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:21:16.9686671Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:21:16.9687242Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:16.9687620Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:21:16.9687968Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:21:16.9688352Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:21:16.9688833Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:21:16.9689159Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:21:16.9689495Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:21:16.9689807Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:21:16.9690106Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:21:16.9690417Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:21:16.9690786Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:21:17.0051968Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:21:17.0052331Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:21:17.0052664Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:21:17.0052990Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:21:17.0053332Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:21:17.0053643Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:21:17.0054072Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:21:17.0054483Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:21:17.0054792Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:21:17.0055105Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:21:17.0055452Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:21:17.0055790Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:21:17.0056193Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:21:17.0056506Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:21:17.0056932Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:21:17.0057267Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:21:17.0057617Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:21:17.0057949Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:21:17.0058278Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:21:17.0058620Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:21:17.0059039Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:21:17.0059382Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:21:17.0059721Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:21:17.0060041Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:21:17.0060407Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:21:17.0060713Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:21:17.0061454Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:21:17.0061756Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:21:17.0062083Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:21:17.0062409Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:21:17.0062759Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:21:17.0063087Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:21:17.0063408Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:21:17.0063988Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:21:17.0064334Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:21:17.0064741Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:21:17.0065174Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:21:17.0065491Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:21:17.0065815Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:21:17.0066151Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:21:17.0066468Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:21:17.0066852Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:21:17.0067214Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:21:17.0067599Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:21:17.0068047Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:21:17.0068434Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:21:17.0068864Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:21:17.0069284Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:21:17.0069663Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:21:17.0070003Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:21:17.0070374Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:21:17.0070788Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:21:17.0071167Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:21:17.0071497Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:21:17.0071925Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:21:17.0072357Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:21:17.0072708Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:21:17.0073110Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:21:17.0073456Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:21:17.0073760Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:21:17.0074116Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:21:17.0074474Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:21:17.0074824Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:21:17.0075208Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:21:17.0075548Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:21:17.0075915Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:21:17.0076282Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:21:17.0076600Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:21:17.0077125Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:21:17.0077481Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:21:17.0077783Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:21:17.0078088Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:21:17.0078400Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:21:17.0078744Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:21:17.0079094Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:21:17.0079403Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:21:17.0079814Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:21:17.0080146Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:21:17.0080543Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:21:17.0080879Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:21:17.0081204Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:21:17.0081526Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:21:17.0081832Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:21:17.0082132Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:21:17.0082455Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:21:17.0082798Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:21:17.0083146Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:21:17.0083499Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:21:17.0083823Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:21:17.0084140Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:21:17.0084473Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:21:17.0084808Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:21:17.0085151Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:21:17.0085489Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:21:17.0085824Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:21:17.0086163Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:21:17.0086491Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:21:17.0086820Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:21:17.0087136Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:21:17.0087452Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:21:17.0087862Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:21:17.0088179Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:21:17.0088492Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:21:17.0089046Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:21:17.0089376Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:21:17.0089738Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:21:17.0090062Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:21:17.0090381Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:21:17.0090701Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:21:17.0091113Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:21:17.0091422Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:21:17.0091833Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:21:17.0092507Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:21:17.0092988Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:21:17.0093404Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:21:17.0093824Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:21:17.0094254Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:21:17.0094701Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:21:17.0095322Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:21:17.0095766Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:21:17.0096193Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:21:17.0096632Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:21:17.0380717Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:21:17.0381486Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:21:17.0381820Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:21:17.0382285Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:21:17.0382662Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:21:17.0383025Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:21:17.0383497Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:21:17.0383901Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:21:17.0384309Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:21:17.0384722Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:21:17.0385114Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:21:17.0385472Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:21:17.0385931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:21:17.0386418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:21:17.0386959Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:21:17.0387431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:21:17.0387900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:21:17.0388369Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:21:17.0389030Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:21:17.0389561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:21:17.0390076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:21:17.0390545Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:21:17.0390999Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:21:17.0391457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:21:17.0391946Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:21:17.0392395Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:21:17.0392976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:21:17.0393504Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:21:17.0394314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:21:17.0394728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:21:17.0395156Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:21:17.0395574Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:21:17.0396031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:21:17.0396525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:21:17.0397313Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:21:17.0397789Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:21:17.0398248Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:21:17.0398736Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:21:17.0399217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:21:17.0399676Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:21:17.0400136Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:21:17.0400553Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:21:17.0401046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:21:17.0401527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:21:17.0401986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:21:17.0402448Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:21:17.0402908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:21:17.0403335Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:21:17.0403796Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:21:17.0404288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:17.0404781Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:17.0405272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:21:17.0405727Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:21:17.0406227Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:21:17.0406684Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:21:17.0407217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:21:17.0407649Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:21:17.0408069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:21:17.0408500Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:21:17.0408933Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:21:17.0409355Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:21:17.0409826Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:21:17.0410330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:21:17.0410841Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:21:17.0411528Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:21:17.0412048Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:17.0412558Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:17.0413077Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:17.0413603Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:17.0414220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:17.0414747Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:17.0415259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:17.0415796Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:17.0416309Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:17.0416831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:17.0417353Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:21:17.0417886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:21:17.0418394Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:21:17.0418826Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:21:17.0419435Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:21:17.0419938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:21:17.0420455Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:21:17.0420960Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:21:17.0421392Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:21:17.0421803Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:21:17.0422251Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:21:17.0422702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:21:17.0423163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:21:17.0423566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:21:17.0424015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:21:17.0424544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:21:17.0425049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:21:17.0425584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:21:17.0426152Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:21:17.0426707Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:21:17.0427243Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:21:17.3676733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:21:17.3678044Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:21:17.3679701Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:21:17.3680871Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:21:17.3682005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:21:17.3683177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:21:17.3684405Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:21:17.3685889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:21:17.3687173Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:21:17.3688320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:21:17.3689588Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:21:17.3690707Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:21:17.3691830Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:21:17.3692982Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:21:17.3694217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:21:17.3695476Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:21:17.3696653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:21:17.3697698Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:21:17.3698741Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:21:17.3699863Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:21:17.3700831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:21:17.3701782Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:21:17.3702673Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:21:17.3703619Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:21:17.3704643Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:21:17.3705722Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:21:17.3706907Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:21:17.3708090Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:21:17.3709161Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:21:17.3710104Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:21:17.3710933Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:21:17.3711679Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:21:17.3712400Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:21:17.3713152Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:21:17.3713868Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:21:17.3714468Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:21:17.3715129Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:21:17.3715800Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:21:17.3716454Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:21:17.3717183Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:21:17.3718222Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:21:17.3718870Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:21:17.3719583Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:21:17.3720355Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:21:17.3721174Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:21:17.3722075Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:21:17.3722830Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:21:17.3723406Z adding 'executorch/data/bin/flatc' 2025-03-21T20:21:17.3723973Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:21:17.3724834Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:21:17.3725608Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:21:17.3726461Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:21:17.3727299Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:21:17.3727999Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:21:17.3728713Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:21:17.3729478Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:21:17.3730378Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:21:17.3731376Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:21:17.3732316Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:21:17.3733219Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:21:17.3734114Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:21:17.3735063Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:21:17.3736041Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:21:17.3736989Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:21:17.3737932Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:21:17.3738795Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:21:17.3739756Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:21:17.3740580Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:21:17.3741342Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:21:17.3742065Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:21:17.3742821Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:21:17.3743557Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:21:17.3744243Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:21:17.3744921Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:21:17.3745645Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:21:17.3746362Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:21:17.3747027Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:21:17.3747758Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:21:17.3748488Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:21:17.3749160Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:21:17.3749891Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:21:17.3750640Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:21:17.3751445Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:21:17.3752286Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:21:17.3753137Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:21:17.3754221Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:21:17.3755139Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:21:17.3755978Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:21:17.3756771Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:21:17.3757660Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:21:17.3758498Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:21:17.3759323Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:21:17.3760267Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:21:17.3761003Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:21:17.3761737Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:21:17.3762480Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:21:17.3763299Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:21:17.3764170Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:21:17.3765095Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:21:17.3766006Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:21:17.3766857Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:21:17.3767664Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:21:17.3768447Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:21:17.3769192Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:21:17.3769853Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:21:17.3770522Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:21:17.3771195Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:21:17.3771926Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:21:17.3772670Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:21:17.3773379Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:21:17.3774053Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:21:17.3774781Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:21:17.3775551Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:21:17.3776510Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:21:17.3777650Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:21:17.3778797Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:21:17.3780112Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:21:17.3781206Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:21:17.4151115Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:21:17.4152160Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:21:17.4152950Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:21:17.4153723Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:21:17.4154485Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:21:17.4155250Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:21:17.4156050Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:21:17.4156774Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:21:17.4157485Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:21:17.4158202Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:21:17.4159845Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:21:17.4160608Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:21:17.4161391Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:21:17.4162144Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:21:17.4162967Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:21:17.4163796Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:21:17.4164561Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:21:17.4165308Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:21:17.4166225Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:21:17.4166939Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:21:17.4167592Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:21:17.4168317Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:21:17.4169130Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:21:17.4169951Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:21:17.4170803Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:21:17.4171707Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:21:17.4172620Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:21:17.4173524Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:21:17.4174369Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:21:17.4175154Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:21:17.4175953Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:21:17.4176814Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:21:17.4177888Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:21:17.4179066Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:21:17.4180107Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:21:17.4181114Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:21:17.4182124Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:21:17.4183185Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:21:17.4184202Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:21:17.4185253Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:21:17.4186304Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:21:17.4187278Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:21:17.4188222Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:21:17.4189434Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:21:17.4190498Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:21:17.4191705Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:21:17.4192931Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:21:17.4194095Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:21:17.4195153Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:21:17.4196146Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:21:17.4197069Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:21:17.4198236Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:21:17.4199068Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:21:17.4199954Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:21:17.4200973Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:21:17.4201979Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:21:17.4202963Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:21:17.4204102Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:21:17.4205014Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:21:17.4205941Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:21:17.4206867Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:21:17.4207778Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:21:17.4208762Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:21:17.4209856Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:21:17.4210926Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:21:17.4211904Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:21:17.4212943Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:21:17.4214071Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:21:17.4215035Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:21:17.4215762Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:21:17.4216519Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:21:17.4217224Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:21:17.4217955Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:21:17.4218729Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:21:17.4219546Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:21:17.4220216Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:21:17.4220922Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:21:17.4221671Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:21:17.4222436Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:21:17.4223189Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:21:17.4223948Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:21:17.4224709Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:21:17.4225478Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:21:17.4226237Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:21:17.4226971Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:21:17.4227769Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:21:17.4228598Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:21:17.4229388Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:21:17.4230226Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:21:17.4231053Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:21:17.4231848Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:21:17.4232633Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:21:17.4233394Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:21:17.4234388Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:21:17.4235082Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:21:17.4235757Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:21:17.4236467Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:21:17.4237241Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:21:17.4238040Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:21:17.4238805Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:21:17.4239652Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:21:17.4240400Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:21:17.4241144Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:21:17.4241795Z adding 'executorch/exir/__init__.py' 2025-03-21T20:21:17.4242384Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:21:17.4242955Z adding 'executorch/exir/common.py' 2025-03-21T20:21:17.4243511Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:21:17.4244094Z adding 'executorch/exir/delegate.py' 2025-03-21T20:21:17.4244663Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:21:17.4245251Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:21:17.4245864Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:21:17.4246434Z adding 'executorch/exir/error.py' 2025-03-21T20:21:17.4246978Z adding 'executorch/exir/graph.py' 2025-03-21T20:21:17.4247540Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:21:17.4248166Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:21:17.4248797Z adding 'executorch/exir/memory.py' 2025-03-21T20:21:17.4265366Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:21:17.4266139Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:21:17.4266735Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:21:17.4267361Z adding 'executorch/exir/print_program.py' 2025-03-21T20:21:17.4267959Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:21:17.4268532Z adding 'executorch/exir/schema.py' 2025-03-21T20:21:17.4269094Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:21:17.4269670Z adding 'executorch/exir/tensor.py' 2025-03-21T20:21:17.4270232Z adding 'executorch/exir/tracer.py' 2025-03-21T20:21:17.4270795Z adding 'executorch/exir/types.py' 2025-03-21T20:21:17.4271348Z adding 'executorch/exir/version.py' 2025-03-21T20:21:17.4271913Z adding 'executorch/exir/wrap.py' 2025-03-21T20:21:17.4272507Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:21:17.4273158Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:21:17.4861824Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:21:17.4862662Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:21:17.4863379Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:21:17.4864117Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:21:17.4864771Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:21:17.4865458Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:21:17.4866137Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:21:17.4866787Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:21:17.4867455Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:21:17.4868136Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:21:17.4868819Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:21:17.4869549Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:21:17.4870368Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:21:17.4871153Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:21:17.4871851Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:21:17.4872949Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:21:17.4873651Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:21:17.4874360Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:21:17.4875039Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:21:17.4875673Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:21:17.4876466Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:21:17.4877531Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:21:17.4878642Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:21:17.4879953Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:21:17.4880943Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:21:17.4881861Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:21:17.4882796Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:21:17.4883639Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:21:17.4884431Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:21:17.4885196Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:21:17.4886189Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:21:17.4887020Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:21:17.4887760Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:21:17.4888785Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:21:17.4889606Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:21:17.4890390Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:21:17.4891219Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:21:17.4892048Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:21:17.4892888Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:21:17.4893710Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:21:17.4894434Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:21:17.4895113Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:21:17.4895897Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:21:17.4896779Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:21:17.4897743Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:21:17.4898778Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:21:17.4900102Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:21:17.4900994Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:21:17.4901753Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:21:17.4902548Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:21:17.4903312Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:21:17.4904055Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:21:17.4904720Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:21:17.4905424Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:21:17.4906218Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:21:17.4907073Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:21:17.4907735Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:21:17.4908390Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:21:17.4909183Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:21:17.4909869Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:21:17.4911163Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:21:17.4911893Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:21:17.4912592Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:21:17.4913337Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:21:17.4914232Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:21:17.4914949Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:21:17.4915676Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:21:17.4916492Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:21:17.4917611Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:21:17.4918429Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:21:17.4919135Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:21:17.4919745Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:21:17.4920432Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:21:17.4921123Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:21:17.4921762Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:21:17.4922373Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:21:17.4922973Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:21:17.4923635Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:21:17.4924315Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:21:17.4925061Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:21:17.4925841Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:21:17.4926536Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:21:17.4927295Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:21:17.4928078Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:21:17.4928832Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:21:17.4929636Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:21:17.4930432Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:21:17.4931165Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:21:17.4931952Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:21:17.4932776Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:21:17.4933517Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:21:17.4934265Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:21:17.4935078Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:21:17.4935901Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:21:17.4936619Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:21:17.4937346Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:21:17.4938031Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:21:17.4938759Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:21:17.4939634Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:21:17.4940382Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:21:17.4941123Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:21:17.4942025Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:21:17.4942989Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:21:17.4943807Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:21:17.4944624Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:21:17.4945435Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:21:17.4946135Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:21:17.4947034Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:21:17.4947739Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:21:17.4948465Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:21:17.4949159Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:21:17.4949797Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:21:17.4950442Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:21:17.4951072Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:21:17.4951784Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:21:17.4952517Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:21:17.4953296Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:21:17.4953948Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:21:17.4954578Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:21:17.4955186Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:21:17.4955820Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:21:17.4956421Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:21:17.4957014Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:21:17.4957610Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:21:17.4958212Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:21:17.4958847Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:21:17.4959548Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:21:17.4960201Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:21:17.4960830Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:21:17.4961510Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:21:17.4962151Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:21:17.4962791Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:21:17.4963470Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:21:17.4964249Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:21:17.4964972Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:21:17.4965615Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:21:17.4966345Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:21:17.4967160Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:21:17.4968018Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:21:17.4968798Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:21:17.4969484Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:21:17.9368784Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:21:17.9369684Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:21:17.9370565Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:21:17.9371324Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:21:17.9372130Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:21:17.9372914Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:21:17.9373620Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:21:17.9374344Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:21:17.9375022Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:21:17.9375640Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:21:17.9376272Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:21:17.9376929Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:21:17.9377608Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:21:17.9378265Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:21:17.9379024Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:21:17.9379724Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:21:17.9380852Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:21:17.9381539Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:21:17.9382257Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:21:17.9383001Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:21:17.9383720Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:21:17.9384407Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:21:17.9385092Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:21:17.9385843Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:21:17.9386913Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:21:17.9387836Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:21:17.9388894Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:21:17.9389767Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:21:17.9390605Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:21:17.9391388Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:21:17.9392096Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:21:17.9392788Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:21:17.9393581Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:21:17.9394403Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:21:17.9395146Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:21:17.9395981Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:21:17.9396827Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:21:17.9397644Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:21:17.9398509Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:21:17.9399450Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:21:17.9400387Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:21:17.9401270Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:21:17.9402217Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:21:17.9403284Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:21:17.9404500Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:21:17.9405361Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:21:17.9406044Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:21:17.9406756Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:21:17.9407523Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:21:17.9408296Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:21:17.9409075Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:21:17.9409836Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:21:17.9410610Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:21:17.9411396Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:21:17.9412104Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:21:17.9412827Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:21:17.9413630Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:21:17.9414460Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:21:17.9415339Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:21:17.9416191Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:21:17.9417302Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:21:17.9418072Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:21:17.9418792Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:21:17.9419664Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:21:17.9420450Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:21:17.9421282Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:21:17.9422290Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:21:17.9423544Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:21:17.9424545Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:21:17.9425606Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:21:17.9426769Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:17.9427793Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:17.9428814Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-03-21T20:21:17.9429763Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:21:17.9430508Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:21:17.9431254Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:21:17.9432098Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:21:17.9433003Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:21:17.9433759Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:21:17.9434420Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:21:17.9435087Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:21:17.9435875Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:21:17.9436711Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:21:17.9437571Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:21:17.9438475Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:21:17.9439373Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:21:17.9440224Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:21:17.9441242Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:21:17.9442385Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:21:17.9443389Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:21:17.9444292Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:21:17.9445195Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:21:17.9446120Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:21:17.9447053Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:21:17.9448036Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:21:17.9449014Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:21:17.9450014Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:21:17.9450943Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:21:17.9451775Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:21:17.9452600Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:21:17.9453385Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:21:17.9454440Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:21:17.9455258Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:21:17.9456150Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:21:17.9457145Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:21:17.9458127Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:21:17.9459189Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:21:17.9460151Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:21:17.9461190Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:21:17.9462040Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:21:17.9462814Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:21:17.9463578Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:21:17.9464394Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:21:17.9465321Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:21:17.9466286Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:21:17.9467340Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:21:17.9468497Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:21:17.9469602Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:21:17.9470698Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:21:17.9471838Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:21:17.9473029Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:21:22.7066149Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:21:22.7067315Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:21:22.7068347Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:21:22.7069391Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:21:22.7070396Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:21:22.7071376Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:21:22.7072369Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:21:22.7073343Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:21:22.7074352Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:21:22.7075370Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:21:22.7076369Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:21:22.7077406Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:21:22.7078408Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:21:22.7079412Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:21:22.7080468Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:21:22.7081591Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:21:22.7082752Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:21:22.7083947Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:21:22.7085642Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:21:22.7086824Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:21:22.7087976Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:21:22.7089382Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:21:22.7090570Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:21:22.7092003Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:21:22.7093263Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:21:22.7094483Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:21:22.7095535Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:21:22.7096527Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:21:22.7097517Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:21:22.7098528Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:21:22.7099618Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:21:22.7100489Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:21:22.7101325Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:21:22.7102191Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:21:22.7103077Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:21:22.7103992Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:21:22.7104835Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:21:22.7105676Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:21:22.7106545Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:21:22.7107404Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:21:22.7108251Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:21:22.7109084Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:21:22.7110029Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:21:22.7110868Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:21:22.7111625Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:21:22.7112399Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:21:22.7113203Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:21:22.7114080Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:21:22.7114973Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:21:22.7115751Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:21:22.7116402Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:21:22.7117095Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:21:22.7117723Z adding 'executorch/schema/program.fbs' 2025-03-21T20:21:22.7118307Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:21:22.7118981Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:21:22.7119718Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:21:22.7120383Z adding 'executorch/util/collect_env.py' 2025-03-21T20:21:22.7120989Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:21:22.7121652Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:21:22.7122731Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:21:22.7123428Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:21:22.7124174Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:21:22.7124977Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:21:22.7125715Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:21:22.7126374Z removing pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:22.7127398Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:22.7129048Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl size=7062144 sha256=e4702691e038d87b91d2b5f3c61fceda793cbaef24e044ab4c2c8c1fdeda284b 2025-03-21T20:21:22.7130923Z Stored in directory: /tmp/pip-ephem-wheel-cache-rmxo2rzw/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:21:22.7131986Z Successfully built executorch 2025-03-21T20:21:22.7133119Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:21:22.7134231Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:21:22.7134890Z Attempting uninstall: pytest 2025-03-21T20:21:22.7135441Z Found existing installation: pytest 7.2.0 2025-03-21T20:21:22.7136025Z Uninstalling pytest-7.2.0: 2025-03-21T20:21:22.7136658Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:21:22.7137441Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:21:22.7138506Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:21:22.7139809Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:21:22.7140867Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:21:22.7142018Z 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:22.7143165Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:21:22.7143995Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:21:22.7144661Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:21:22.7145411Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:21:22.7146146Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:21:22.7147553Z 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:22.7148742Z + pip list 2025-03-21T20:21:22.7149255Z Package Version Editable project location 2025-03-21T20:21:22.7150018Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:21:22.7150695Z alabaster 0.7.16 2025-03-21T20:21:22.7151213Z attrs 25.3.0 2025-03-21T20:21:22.7151723Z babel 2.17.0 2025-03-21T20:21:22.7152239Z beautifulsoup4 4.13.3 2025-03-21T20:21:22.7152763Z breathe 4.34.0 2025-03-21T20:21:22.7153273Z bs4 0.0.2 2025-03-21T20:21:22.7153786Z certifi 2025.1.31 2025-03-21T20:21:22.7154325Z charset-normalizer 3.4.1 2025-03-21T20:21:22.7154839Z cmake 3.31.6 2025-03-21T20:21:22.7155354Z contourpy 1.3.1 2025-03-21T20:21:22.7155869Z coverage 7.7.0 2025-03-21T20:21:22.7156383Z cycler 0.12.1 2025-03-21T20:21:22.7156901Z docutils 0.16 2025-03-21T20:21:22.7157416Z exceptiongroup 1.2.2 2025-03-21T20:21:22.7157931Z execnet 2.1.1 2025-03-21T20:21:22.7158747Z executorch 0.6.0a0+be92d7d 2025-03-21T20:21:22.7159303Z exhale 0.2.3 2025-03-21T20:21:22.7159816Z expecttest 0.1.6 2025-03-21T20:21:22.7160329Z filelock 3.18.0 2025-03-21T20:21:22.7160855Z flatbuffers 25.2.10 2025-03-21T20:21:22.7161379Z fonttools 4.56.0 2025-03-21T20:21:22.7161897Z fsspec 2025.3.0 2025-03-21T20:21:22.7162642Z huggingface-hub 0.29.3 2025-03-21T20:21:22.7163185Z hypothesis 6.84.2 2025-03-21T20:21:22.7163710Z idna 3.10 2025-03-21T20:21:22.7164223Z imagesize 1.4.1 2025-03-21T20:21:22.7164901Z iniconfig 2.1.0 2025-03-21T20:21:22.7165426Z Jinja2 3.1.6 2025-03-21T20:21:22.7165927Z kiwisolver 1.4.8 2025-03-21T20:21:22.7166440Z lxml 5.3.1 2025-03-21T20:21:22.7166949Z markdown-it-py 2.2.0 2025-03-21T20:21:22.7167485Z MarkupSafe 3.0.2 2025-03-21T20:21:22.7168002Z matplotlib 3.10.1 2025-03-21T20:21:22.7168519Z mdit-py-plugins 0.3.5 2025-03-21T20:21:22.7169035Z mdurl 0.1.2 2025-03-21T20:21:22.7169543Z mpmath 1.3.0 2025-03-21T20:21:22.7170054Z myst-parser 0.18.1 2025-03-21T20:21:22.7170706Z networkx 3.4.2 2025-03-21T20:21:22.7171209Z numpy 2.2.4 2025-03-21T20:21:22.7171724Z packaging 24.2 2025-03-21T20:21:22.7172234Z pandas 2.2.3 2025-03-21T20:21:22.7172754Z parameterized 0.9.0 2025-03-21T20:21:22.7173279Z pillow 11.1.0 2025-03-21T20:21:22.7173781Z pip 25.0 2025-03-21T20:21:27.9010241Z pluggy 1.5.0 2025-03-21T20:21:27.9010957Z Pygments 2.19.1 2025-03-21T20:21:27.9011509Z pyparsing 3.2.1 2025-03-21T20:21:27.9012074Z pytest 8.3.5 2025-03-21T20:21:27.9012693Z pytest-cov 4.1.0 2025-03-21T20:21:27.9013233Z pytest-rerunfailures 15.0 2025-03-21T20:21:27.9013848Z pytest-xdist 3.6.1 2025-03-21T20:21:27.9014394Z python-dateutil 2.9.0.post0 2025-03-21T20:21:27.9015128Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:21:27.9015851Z pytz 2025.1 2025-03-21T20:21:27.9016376Z PyYAML 6.0.1 2025-03-21T20:21:27.9016894Z regex 2024.11.6 2025-03-21T20:21:27.9017420Z requests 2.32.3 2025-03-21T20:21:27.9017964Z ruamel.yaml 0.17.32 2025-03-21T20:21:27.9018502Z ruamel.yaml.clib 0.2.12 2025-03-21T20:21:27.9019114Z safetensors 0.5.3 2025-03-21T20:21:27.9019639Z setuptools 75.8.0 2025-03-21T20:21:27.9020178Z six 1.17.0 2025-03-21T20:21:27.9020703Z snowballstemmer 2.2.0 2025-03-21T20:21:27.9021230Z sortedcontainers 2.4.0 2025-03-21T20:21:27.9021760Z soupsieve 2.6 2025-03-21T20:21:27.9022278Z Sphinx 5.3.0 2025-03-21T20:21:27.9022806Z sphinx-copybutton 0.5.0 2025-03-21T20:21:27.9023435Z sphinx_design 0.4.1 2025-03-21T20:21:27.9023956Z sphinx-gallery 0.14.0 2025-03-21T20:21:27.9024508Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:21:27.9025072Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:21:27.9025628Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:21:27.9026193Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:21:27.9026739Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:21:27.9027311Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:21:27.9027858Z sympy 1.13.3 2025-03-21T20:21:27.9028383Z tabulate 0.9.0 2025-03-21T20:21:27.9029311Z timm 1.0.7 2025-03-21T20:21:27.9029817Z tokenizers 0.21.1 2025-03-21T20:21:27.9030335Z tomli 2.0.1 2025-03-21T20:21:27.9030875Z torch 2.7.0a0+git295f2ed 2025-03-21T20:21:27.9031568Z torchao 0.10.0+git64bcf4c 2025-03-21T20:21:27.9032161Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:21:27.9032722Z torchsr 1.0.4 2025-03-21T20:21:27.9033277Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:21:27.9033838Z tqdm 4.67.1 2025-03-21T20:21:27.9034359Z transformers 4.47.1 2025-03-21T20:21:27.9035176Z typing_extensions 4.12.2 2025-03-21T20:21:27.9035729Z tzdata 2025.1 2025-03-21T20:21:27.9036245Z urllib3 2.3.0 2025-03-21T20:21:27.9036761Z wheel 0.45.1 2025-03-21T20:21:27.9037271Z zstd 1.5.5.1 2025-03-21T20:21:27.9037825Z + build_executorch_runner cmake Release 2025-03-21T20:21:27.9038374Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:21:27.9038858Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:21:27.9039365Z + build_executorch_runner_cmake Release 2025-03-21T20:21:27.9039917Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:27.9040438Z + clean_executorch_install_folders 2025-03-21T20:21:27.9040986Z + ./install_executorch.sh --clean 2025-03-21T20:21:27.9041522Z Cleaning build artifacts... 2025-03-21T20:21:27.9042026Z Cleaning pip-out/... 2025-03-21T20:21:27.9042500Z Done cleaning build artifacts. 2025-03-21T20:21:27.9043008Z + mkdir cmake-out 2025-03-21T20:21:27.9043448Z + pushd cmake-out 2025-03-21T20:21:27.9043972Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:21:27.9044593Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:21:27.9045071Z + CXXFLAGS= 2025-03-21T20:21:27.9045475Z + CXXFLAGS= 2025-03-21T20:21:27.9046067Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:27.9046918Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:27.9047638Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:21:27.9048265Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:27.9048862Z -- Detecting C compiler ABI info 2025-03-21T20:21:27.9049406Z -- Detecting C compiler ABI info - done 2025-03-21T20:21:27.9050061Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:21:27.9050718Z -- Detecting C compile features 2025-03-21T20:21:27.9051247Z -- Detecting C compile features - done 2025-03-21T20:21:27.9051809Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:27.9052362Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:27.9053048Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:27.9053740Z -- Detecting CXX compile features 2025-03-21T20:21:27.9054284Z -- Detecting CXX compile features - done 2025-03-21T20:21:27.9055590Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:27.9056733Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.9057434Z CMake. 2025-03-21T20:21:27.9057658Z 2025-03-21T20:21:27.9058044Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.9059044Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.9059857Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.9060278Z 2025-03-21T20:21:27.9060505Z  2025-03-21T20:21:27.9061477Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:27.9062624Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.9063327Z CMake. 2025-03-21T20:21:27.9063543Z 2025-03-21T20:21:27.9063921Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.9065087Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.9065873Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.9066295Z 2025-03-21T20:21:27.9066547Z  2025-03-21T20:21:27.9066981Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:21:27.9067638Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:21:27.9068237Z -- Found Threads: TRUE 2025-03-21T20:21:27.9069291Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:27.9070457Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.9071152Z CMake. 2025-03-21T20:21:27.9071546Z 2025-03-21T20:21:27.9071948Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.9072833Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.9073620Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.9074051Z 2025-03-21T20:21:27.9074289Z  2025-03-21T20:21:27.9074712Z -- Using python executable 'python' 2025-03-21T20:21:27.9075761Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:21:27.9076813Z -- Killing buck2 daemon 2025-03-21T20:21:27.9077740Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:21:27.9078776Z -- executorch: Generating source lists 2025-03-21T20:21:27.9079613Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:27.9080692Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:27.9081507Z -- executorch: Using PAL default 'posix' 2025-03-21T20:21:27.9082070Z -- Generating operator lib: 2025-03-21T20:21:27.9082571Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:27.9083248Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:27.9083948Z -- ROOT_OPS: 2025-03-21T20:21:27.9084390Z -- INCLUDE_ALL_OPS: 2025-03-21T20:21:27.9086240Z 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:27.9087913Z -- Generating kernel bindings: 2025-03-21T20:21:27.9088427Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:27.9089956Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:27.9090668Z -- CUSTOM_OPS_YAML: 2025-03-21T20:21:27.9091156Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:21:27.9093625Z 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:27.9095818Z -- Generating operator lib: 2025-03-21T20:21:27.9096321Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:27.9096841Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:21:27.9097363Z -- DEPS: executorch 2025-03-21T20:21:27.9098264Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:21:27.9099392Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.9100096Z CMake. 2025-03-21T20:21:27.9100322Z 2025-03-21T20:21:27.9100692Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.9101596Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.9102383Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.9102795Z 2025-03-21T20:21:27.9103037Z  2025-03-21T20:21:27.9103455Z -- Looking for C++ include unistd.h 2025-03-21T20:21:27.9104401Z -- Looking for C++ include unistd.h - found 2025-03-21T20:21:27.9104979Z -- Looking for C++ include stdint.h 2025-03-21T20:21:27.9105539Z -- Looking for C++ include stdint.h - found 2025-03-21T20:21:27.9106123Z -- Looking for C++ include inttypes.h 2025-03-21T20:21:27.9106704Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:21:27.9107304Z -- Looking for C++ include sys/types.h 2025-03-21T20:21:27.9107888Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:21:27.9108488Z -- Looking for C++ include sys/stat.h 2025-03-21T20:21:27.9109071Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:21:27.9109653Z -- Looking for C++ include fnmatch.h 2025-03-21T20:21:27.9110640Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:21:27.9111264Z -- Looking for C++ include stddef.h 2025-03-21T20:21:27.9111824Z -- Looking for C++ include stddef.h - found 2025-03-21T20:21:27.9112388Z -- Check size of uint32_t 2025-03-21T20:21:27.9112891Z -- Check size of uint32_t - done 2025-03-21T20:21:27.9113402Z -- Looking for strtoll 2025-03-21T20:21:27.9113878Z -- Looking for strtoll - found 2025-03-21T20:21:27.9114361Z -- 2025-03-21T20:21:27.9114767Z -- ******** Summary ******** 2025-03-21T20:21:27.9115272Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:21:27.9115840Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:21:27.9116400Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:21:27.9116962Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:21:27.9117963Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:21:27.9118993Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:21:27.9119793Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:21:27.9120625Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:21:27.9121266Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:21:27.9121904Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:21:27.9122515Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:21:27.9123147Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:21:27.9123766Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:21:27.9124376Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:21:27.9124992Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:21:27.9125606Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:21:27.9126222Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:21:27.9126856Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:21:27.9127512Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:21:27.9128131Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:21:27.9128739Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:21:27.9129369Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:21:29.0159543Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:21:29.0160283Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:21:29.0160909Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:21:29.0161510Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:21:29.0162129Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:21:29.0162756Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:21:29.0163390Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:21:29.0164026Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:21:29.0164673Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:21:29.0165340Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:21:29.0166005Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:21:29.0166628Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:21:29.0167250Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:21:29.0168245Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:21:29.0168868Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:21:29.0169473Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:21:29.0170085Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:21:29.0170701Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:21:29.0171293Z -- Configuring done (4.7s) 2025-03-21T20:21:29.0171790Z -- Generating done (0.1s) 2025-03-21T20:21:29.0172404Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:21:29.0173069Z + popd 2025-03-21T20:21:29.0173485Z /pytorch/executorch 2025-03-21T20:21:29.0173926Z ++ uname 2025-03-21T20:21:29.0174552Z + '[' Linux == Darwin ']' 2025-03-21T20:21:29.0175040Z ++ nproc 2025-03-21T20:21:29.0175442Z + CMAKE_JOBS=7 2025-03-21T20:21:29.0175898Z + cmake --build cmake-out -j 7 2025-03-21T20:21:29.0177179Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:21:29.0178341Z [ 1%] Creating directories for 'flatbuffers' 2025-03-21T20:21:29.0179564Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:21:29.0181079Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:21:29.0182662Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:29.0184151Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:29.0185604Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:21:29.0186715Z [ 3%] No download step for 'flatbuffers' 2025-03-21T20:21:29.0187458Z [ 3%] No update step for 'flatbuffers' 2025-03-21T20:21:29.0188176Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:21:29.0189267Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:29.0189967Z CMake Warning: 2025-03-21T20:21:29.0190520Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:29.0190968Z 2025-03-21T20:21:29.0191206Z  2025-03-21T20:21:29.0191667Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:29.0192465Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:29.0193125Z git describe failed with exit code: 128 2025-03-21T20:21:29.0193495Z 2025-03-21T20:21:29.0193806Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:29.0194478Z Call Stack (most recent call first): 2025-03-21T20:21:29.0195023Z CMakeLists.txt:5 (include) 2025-03-21T20:21:29.0195342Z 2025-03-21T20:21:29.0195585Z  2025-03-21T20:21:29.0196024Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:29.0197176Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:29.0198708Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:29.0200203Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:21:29.0201230Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:29.0202376Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:21:29.0203537Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:29.0204641Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:21:29.0205844Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:21:29.0206536Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:21:29.0208105Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:21:29.0209699Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:21:29.0211192Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:29.0212743Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:21:29.0214466Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:29.0216420Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:29.0218236Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:29.0220041Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:29.0221592Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:29.0223263Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:29.0224358Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:29.0225562Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:29.0227235Z [ 6%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:29.0228478Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:29.0229138Z -- Detecting CXX compile features 2025-03-21T20:21:29.0229705Z -- Detecting CXX compile features - done 2025-03-21T20:21:29.0230265Z -- Looking for strtof_l 2025-03-21T20:21:29.0231451Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:29.0233038Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:21:29.0234606Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:21:29.0236306Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:21:29.0237998Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:21:29.0239220Z [ 8%] Linking C static library libpthreadpool.a 2025-03-21T20:21:29.0239856Z [ 8%] Built target pthreadpool 2025-03-21T20:21:29.0241019Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:21:29.0242599Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:21:29.0244093Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:21:29.0245648Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:29.0247234Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:29.0248792Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:29.0249785Z -- Looking for strtof_l - found 2025-03-21T20:21:29.0250303Z -- Looking for strtoull_l 2025-03-21T20:21:29.0251600Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:29.0252766Z [ 10%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:21:29.0253978Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:29.0255540Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:29.0268055Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:29.0269239Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:21:29.0270729Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:29.0272288Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:29.0273827Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:29.0274829Z -- Looking for strtoull_l - found 2025-03-21T20:21:29.0275344Z -- Looking for realpath 2025-03-21T20:21:29.0275982Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:21:29.0276589Z [ 12%] Built target cpuinfo 2025-03-21T20:21:29.0277094Z -- Looking for realpath - found 2025-03-21T20:21:29.0277683Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:29.0278308Z -- Configuring done (0.7s) 2025-03-21T20:21:29.0278820Z -- Generating done (0.0s) 2025-03-21T20:21:29.0279597Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:21:29.0280590Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:21:29.0281496Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:29.0282512Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:29.0283529Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:29.0284504Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:32.5175744Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:32.5176887Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:32.5177917Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:32.5179001Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:32.5180085Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:32.5181156Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:32.5182196Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:32.5183227Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:32.5184233Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:32.5185237Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:32.5186279Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:32.5187323Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:32.5188358Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:32.5189786Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:32.5190860Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:32.5191911Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:32.5193433Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:32.5194569Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:32.5195719Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:21:32.5196760Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:21:32.5197725Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:21:32.5198716Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:21:32.5199953Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:21:32.5201097Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:21:32.5202191Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:21:32.5203226Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:21:32.5204284Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:21:32.5205425Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:21:32.5206635Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:21:32.5207814Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:21:32.5209037Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:21:32.5210361Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:21:32.5211554Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:21:32.5212476Z [100%] Linking CXX executable flatc 2025-03-21T20:21:32.5213066Z [100%] Built target flatc 2025-03-21T20:21:32.5213683Z [ 12%] No install step for 'flatbuffers' 2025-03-21T20:21:32.5214369Z [ 12%] Completed 'flatbuffers' 2025-03-21T20:21:32.5214937Z [ 12%] Built target flatbuffers 2025-03-21T20:21:32.5215575Z [ 12%] Generating common_schema headers 2025-03-21T20:21:32.5216174Z [ 12%] Built target common_schema 2025-03-21T20:21:32.5216855Z [ 12%] Generating program_schema headers 2025-03-21T20:21:32.5217465Z [ 12%] Built target program_schema 2025-03-21T20:21:32.5218409Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:21:32.5219744Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:21:32.5221152Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:21:32.5222739Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:21:32.5224334Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:21:32.5225746Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:21:32.5226968Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:21:32.5228255Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:21:32.5229538Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:21:32.5230843Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:21:32.5232137Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:21:32.5233853Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:21:32.5235325Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:21:32.5236723Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:21:32.5238026Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:21:32.5239239Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:21:32.5240642Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:21:32.5241915Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:21:32.5243172Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:21:32.5244467Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:21:32.5245561Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:21:32.5246234Z [ 17%] Built target executorch_core 2025-03-21T20:21:32.5247187Z [ 17%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:21:32.5248661Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:21:32.5250177Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:21:32.5251432Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:21:32.5252814Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:21:32.5254330Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:21:32.5255867Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:21:32.5257070Z [ 19%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:21:32.5257779Z [ 19%] Built target extension_threadpool 2025-03-21T20:21:32.5258537Z [ 19%] Linking CXX static library libexecutorch.a 2025-03-21T20:21:32.5259291Z [ 19%] Built target executorch 2025-03-21T20:21:32.5260661Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:32.5262205Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:32.5263912Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:32.5265571Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:32.5267101Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:32.5268487Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:32.5269896Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:32.5271287Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:32.5272756Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:32.5274243Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:32.5275656Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:32.5277365Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:32.5278767Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:32.5280228Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:32.5281694Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:32.5283301Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:32.5284780Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:35.0491527Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:35.0493084Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:35.0494765Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:35.0496234Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:35.0497630Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:35.0499078Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:35.0500458Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:35.0501881Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:35.0503399Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:35.0504948Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:35.0506371Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:35.0507732Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:35.0509120Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:35.0510565Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:35.0511976Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:35.0513456Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:35.0514958Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:35.0516373Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:35.0517797Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:35.0519156Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:35.0520512Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:35.0521936Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:35.0523400Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:35.0525377Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:35.0526829Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:35.0528282Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:35.0529698Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:35.0531112Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:35.0532747Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:35.0534215Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:35.0535608Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:35.0537021Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:35.0538494Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:35.0540014Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:35.0541363Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:35.0542712Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:35.0544174Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:35.0545694Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:35.0547240Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:35.0548761Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:35.0550278Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:35.0551717Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:35.0553169Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:35.0554745Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:35.0556178Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:35.0557652Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:35.0559090Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:35.0560442Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:35.0561844Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:35.0563323Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:35.0564810Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:35.0566265Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:35.0567841Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:35.0569567Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:35.0570950Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:35.0572342Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:35.0573755Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:35.0575441Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:35.0576848Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:35.0578245Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:35.0579760Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:35.0581100Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:35.0582476Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:35.0584019Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:35.0585608Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:35.0587074Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:35.0588765Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:35.0590294Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:35.0591629Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:35.0592964Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:35.0594496Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:35.0595974Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:35.0597452Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:35.0598950Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:37.4610739Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:37.4612190Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:37.4613572Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:37.4615028Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:37.4616581Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:37.4618073Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:37.4619659Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:37.4621125Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:37.4622941Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:37.4624276Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:37.4625663Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:37.4627165Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:37.4628584Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:37.4630234Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:37.4631695Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:37.4633062Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:37.4634474Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:37.4635914Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:37.4637357Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:37.4638814Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:37.4640377Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:37.4641877Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:37.4643364Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:37.4644793Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:37.4646204Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:37.4647619Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:37.4649039Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:37.4650509Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:37.4651968Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:37.4653444Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:37.4654988Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:37.4656429Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:37.4658025Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:37.4659683Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:37.4661191Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:37.4662580Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:37.4664122Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:37.4665654Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:37.4667493Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:37.4668836Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:37.4670231Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:37.4671614Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:37.4673153Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:37.4674627Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:37.4676066Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:37.4677503Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:37.4678946Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:37.4680414Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:37.4681859Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:37.4683344Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:37.4684847Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:37.4686285Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:37.4687777Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:37.4689579Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:37.4691057Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:37.4692505Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:37.4693904Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:37.4695402Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:37.4696870Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:37.4698366Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:37.4700058Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:37.4701568Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:37.4703031Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:37.4704649Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:37.4706245Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:37.4707706Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:37.4709190Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:37.4710993Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:37.4712458Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:37.4713837Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:37.4715313Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:37.4717069Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:37.4718645Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:39.8046141Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:39.8047887Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:39.8049473Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:39.8051113Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:39.8052735Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:39.8054217Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:39.8055754Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:39.8057227Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:39.8058761Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:39.8060491Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:39.8061949Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:39.8063375Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:39.8064983Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:39.8066514Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:39.8068121Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:39.8069798Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:39.8071299Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:39.8072736Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:39.8074163Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:39.8075688Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:39.8077093Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:39.8078471Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:39.8080408Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:39.8081921Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:39.8083359Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:39.8084853Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:39.8086728Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:39.8088272Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:39.8089999Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:39.8091542Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:39.8092982Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:39.8094454Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:39.8095988Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:39.8097509Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:39.8099098Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:39.8100665Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:39.8102250Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:39.8103829Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:39.8105380Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:39.8106945Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:39.8108506Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:39.8109900Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:39.8111286Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:39.8112850Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:39.8114447Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:39.8115911Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:39.8117417Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:39.8118944Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:39.8120476Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:39.8122028Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:39.8124910Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:39.8126436Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:39.8127845Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:39.8129355Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:39.8131330Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:39.8132904Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:39.8134461Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:39.8136124Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:39.8137668Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:39.8139206Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:39.8140681Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:39.8142174Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:39.8143650Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:39.8145124Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:39.8146628Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:39.8148157Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:39.8149607Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:39.8151061Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:39.8152516Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:39.8154016Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:42.2115162Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:42.2116763Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:42.2118349Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:42.2119895Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:42.2121431Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:42.2122908Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:42.2124429Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:42.2125912Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:42.2127846Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:42.2129325Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:42.2130721Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:42.2132201Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:42.2133761Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:42.2135532Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:42.2137102Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:42.2138589Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:42.2140303Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:42.2141820Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:42.2143255Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:42.2144774Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:42.2146324Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:42.2147849Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:42.2149331Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:42.2150796Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:42.2152287Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:42.2153785Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:42.2155284Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:42.2156820Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:42.2158299Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:42.2159783Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:42.2161299Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:42.2162796Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:42.2164217Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:42.2165562Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:42.2166943Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:42.2168429Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:42.2169972Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:42.2171697Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:42.2173218Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:42.2174647Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:42.2176064Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:42.2177589Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:42.2179310Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:42.2180878Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:42.2182550Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:42.2184244Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:42.2185796Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:42.2187226Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:42.2189115Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:42.2190595Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:42.2192019Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:42.2193491Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:42.2195022Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:42.2196425Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:42.2197777Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:42.2199175Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:42.2200578Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:42.2201951Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:42.2203512Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:42.2205307Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:42.2206951Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:42.2208362Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:42.2209759Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:42.2211479Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:42.2213250Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:42.2215248Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:42.2216932Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:42.2218421Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:42.2219938Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:42.2221328Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:42.2223116Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:48.2739575Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:48.2741174Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:48.2742863Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:48.2744524Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:48.2745982Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:48.2747451Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:48.2748919Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:48.2750257Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:48.2751723Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:48.2753368Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:48.2755009Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:48.2756514Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:48.2758057Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:48.2759611Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:48.2761125Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:48.2762582Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:48.2764090Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:48.2765671Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:48.2767236Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:48.2768840Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:48.2770459Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:48.2771916Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:48.2773270Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:48.2775297Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:48.2776817Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:48.2778240Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:48.2779814Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:48.2781578Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:48.2783154Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:48.2784575Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:48.2785766Z [ 93%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:21:48.2786986Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:48.2788361Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:48.2789895Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:48.2791367Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:48.2793007Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:48.2794784Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:48.2796499Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:48.2798061Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:48.2799085Z [ 95%] Built target optimized_portable_kernels 2025-03-21T20:21:48.2800200Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:48.2801692Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:48.2803218Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:48.2804730Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:48.2806189Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:48.2807670Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:48.2809174Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:48.2810693Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:48.2812262Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:48.2813804Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:48.2815274Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:48.2816741Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:48.2818603Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:48.2820197Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:48.2821656Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:48.2822815Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:21:48.2823489Z [ 98%] Built target portable_kernels 2025-03-21T20:21:48.2824516Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:21:48.2825417Z [ 99%] Generating code for kernel registration 2025-03-21T20:21:48.2826838Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:48.2828242Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:21:48.2828917Z [ 99%] Built target portable_ops_lib 2025-03-21T20:21:48.2830050Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:21:48.2831633Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:21:48.2833032Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:21:48.2834382Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:21:48.2835777Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:21:48.2837273Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:21:48.2838451Z [100%] Linking CXX executable executor_runner 2025-03-21T20:21:48.2839079Z [100%] Built target executor_runner 2025-03-21T20:21:48.2839591Z + [[ '' == *main* ]] 2025-03-21T20:21:48.2840027Z + [[ '' == *gh* ]] 2025-03-21T20:21:48.2840473Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:48.2841050Z + bash .ci/scripts/test_model.sh qwen2_5 cmake portable 2025-03-21T20:21:48.2841694Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:21:48.2842237Z + source .ci/scripts/utils.sh 2025-03-21T20:21:48.2842743Z + MODEL_NAME=qwen2_5 2025-03-21T20:21:48.2843188Z + [[ -z qwen2_5 ]] 2025-03-21T20:21:48.2843626Z + BUILD_TOOL=cmake 2025-03-21T20:21:48.2844062Z + [[ -z cmake ]] 2025-03-21T20:21:48.2844500Z + BACKEND=portable 2025-03-21T20:21:48.2844939Z + [[ -z portable ]] 2025-03-21T20:21:48.2845377Z + UPLOAD_DIR= 2025-03-21T20:21:48.2845799Z + [[ -z python ]] 2025-03-21T20:21:48.2846229Z + which python 2025-03-21T20:21:48.2846678Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:21:48.2847227Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:48.2847733Z + EXPORTED_MODEL=qwen2_5 2025-03-21T20:21:48.2848235Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:21:48.2848820Z + echo 'Testing qwen2_5 with portable kernels...' 2025-03-21T20:21:48.2849444Z Testing qwen2_5 with portable kernels... 2025-03-21T20:21:48.2849979Z + test_model 2025-03-21T20:21:48.2850410Z + [[ qwen2_5 == \l\l\a\m\a\2 ]] 2025-03-21T20:21:48.2850903Z + STRICT=--strict 2025-03-21T20:21:48.2851351Z + [[ qwen2_5 == \l\l\a\v\a ]] 2025-03-21T20:21:52.8332313Z + [[ qwen2_5 == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:21:52.8333107Z + [[ qwen2_5 == \l\l\a\m\a\3\_\2\_\t\e\x\t\_\d\e\c\o\d\e\r ]] 2025-03-21T20:21:52.8333752Z + [[ qwen2_5 == \q\w\e\n\2\_\5 ]] 2025-03-21T20:21:52.8334342Z + bash examples/models/llama/install_requirements.sh 2025-03-21T20:21:52.8334953Z Collecting tiktoken 2025-03-21T20:21:52.8335793Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-03-21T20:21:52.8337174Z Collecting sentencepiece 2025-03-21T20:21:52.8338071Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB) 2025-03-21T20:21:52.8339512Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-03-21T20:21:52.8340428Z Collecting snakeviz 2025-03-21T20:21:52.8341039Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-03-21T20:21:52.8341732Z Collecting lm_eval==0.4.5 2025-03-21T20:21:52.8342337Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-03-21T20:21:52.8342992Z Collecting blobfile 2025-03-21T20:21:52.8343811Z Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB) 2025-03-21T20:21:52.8344584Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-03-21T20:21:52.8345343Z Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:21:52.8346062Z Collecting evaluate (from lm_eval==0.4.5) 2025-03-21T20:21:52.8346784Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:21:52.8347528Z Collecting datasets>=2.16.0 (from lm_eval==0.4.5) 2025-03-21T20:21:52.8348261Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:21:52.8348974Z Collecting jsonlines (from lm_eval==0.4.5) 2025-03-21T20:21:52.8349698Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-21T20:21:52.8350416Z Collecting numexpr (from lm_eval==0.4.5) 2025-03-21T20:21:52.8351353Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.metadata (8.1 kB) 2025-03-21T20:21:52.8352311Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-03-21T20:21:52.8353001Z Downloading peft-0.15.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:21:52.8353711Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-03-21T20:21:52.8354438Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-03-21T20:21:52.8355182Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-03-21T20:21:52.8355958Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-03-21T20:21:52.8356742Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-03-21T20:21:52.8357388Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-03-21T20:21:52.8358304Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:21:52.8359069Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-03-21T20:21:52.8359836Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-03-21T20:21:52.8360600Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-03-21T20:21:52.8361615Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (18 kB) 2025-03-21T20:21:52.8362580Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-03-21T20:21:52.8363179Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-03-21T20:21:52.8363897Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:21:52.8365206Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.7.0a0+git295f2ed) 2025-03-21T20:21:52.8366451Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-03-21T20:21:52.8367267Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-03-21T20:21:52.8368533Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-03-21T20:21:52.8369615Z Collecting zstandard (from lm_eval==0.4.5) 2025-03-21T20:21:52.8370562Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.0 kB) 2025-03-21T20:21:52.8371521Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:21:52.8372175Z Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:21:52.8372861Z Collecting word2number (from lm_eval==0.4.5) 2025-03-21T20:21:52.8373456Z Downloading word2number-1.1.zip (9.7 kB) 2025-03-21T20:21:52.8374545Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:21:52.8375319Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-03-21T20:21:52.8376116Z Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) 2025-03-21T20:21:52.8377317Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-03-21T20:21:52.8378803Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2.32.3) 2025-03-21T20:21:52.8380469Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers) (0.29.3) 2025-03-21T20:21:52.8381712Z Collecting tornado>=2.0 (from snakeviz) 2025-03-21T20:21:52.8382644Z Downloading tornado-6.4.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.5 kB) 2025-03-21T20:21:52.8383598Z Collecting pycryptodomex>=3.8 (from blobfile) 2025-03-21T20:21:52.8384602Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-03-21T20:21:52.8386011Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (2.3.0) 2025-03-21T20:21:52.8387441Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.3.1) 2025-03-21T20:21:52.8389111Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.18.0) 2025-03-21T20:21:52.8390702Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (2.2.4) 2025-03-21T20:21:52.8392423Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (24.2) 2025-03-21T20:21:52.8393673Z Collecting psutil (from accelerate>=0.26.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8394682Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-03-21T20:21:52.8396137Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.0.1) 2025-03-21T20:21:52.8397856Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.5.3) 2025-03-21T20:21:52.8399142Z Collecting pyarrow>=15.0.0 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8400068Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-03-21T20:21:52.8400890Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:21:52.8401548Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:21:52.8402764Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-03-21T20:21:52.8404433Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (4.67.1) 2025-03-21T20:21:52.8405625Z Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8406623Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (12 kB) 2025-03-21T20:21:52.8407695Z Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8408611Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2025-03-21T20:21:52.8409681Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8410695Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:21:52.8411482Z Collecting aiohttp (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8412508Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB) 2025-03-21T20:21:52.8414527Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.12.2) 2025-03-21T20:21:52.8416385Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.4.1) 2025-03-21T20:21:52.8418055Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.10) 2025-03-21T20:21:52.8420042Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (2025.1.31) 2025-03-21T20:21:52.8421316Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:21:52.8422093Z Downloading absl_py-2.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-21T20:21:52.8422859Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:21:52.8423621Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:21:52.8424844Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-03-21T20:21:52.8426077Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8426921Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-03-21T20:21:52.8428216Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-03-21T20:21:52.8429455Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:21:52.8430278Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-03-21T20:21:52.8431125Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:21:52.8432164Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (61 kB) 2025-03-21T20:21:52.8433229Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:21:52.8434048Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-21T20:21:52.8434910Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:21:52.8435818Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:21:55.2448007Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.13.3) 2025-03-21T20:21:55.2449759Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-03-21T20:21:55.2451348Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.6) 2025-03-21T20:21:55.2452937Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonlines->lm_eval==0.4.5) (25.3.0) 2025-03-21T20:21:55.2454619Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (75.8.0) 2025-03-21T20:21:55.2455936Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:21:55.2456833Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:21:55.2457718Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:21:55.2458609Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:21:55.2459579Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:21:55.2460467Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:21:55.2461331Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:21:55.2462178Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-03-21T20:21:55.2463938Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:21:55.2464777Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-03-21T20:21:55.2465707Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:21:55.2466634Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:21:55.2467540Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:55.2468528Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:21:55.2469684Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:55.2470611Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:21:55.2471541Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:55.2472469Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:21:55.2473385Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:55.2474506Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB) 2025-03-21T20:21:55.2475634Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:55.2476750Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.9 kB) 2025-03-21T20:21:55.2477860Z Collecting propcache>=0.2.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:55.2478975Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-03-21T20:21:55.2480070Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:21:55.2481112Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (69 kB) 2025-03-21T20:21:55.2482244Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:21:55.2483163Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-21T20:21:55.2484468Z 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.8->lm_eval==0.4.5) (1.3.0) 2025-03-21T20:21:55.2486421Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2.9.0.post0) 2025-03-21T20:21:55.2488470Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2025.1) 2025-03-21T20:21:55.2490523Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-03-21T20:21:55.2491821Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:21:55.2492612Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:21:55.2493903Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.1) 2025-03-21T20:21:55.2495141Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-03-21T20:21:55.2496305Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-03-21T20:21:55.2497342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 95.0 MB/s eta 0:00:00 2025-03-21T20:21:55.2498567Z [?25hDownloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-03-21T20:21:55.2499865Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-03-21T20:21:55.2501264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 67.5 MB/s eta 0:00:00 2025-03-21T20:21:55.2502492Z [?25hDownloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB) 2025-03-21T20:21:55.2503735Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:21:55.2504774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 78.8 MB/s eta 0:00:00 2025-03-21T20:21:55.2505707Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-03-21T20:21:55.2506434Z Downloading blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:21:55.2507339Z Downloading accelerate-1.5.2-py3-none-any.whl (345 kB) 2025-03-21T20:21:55.2508073Z Downloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:21:55.2508901Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:21:55.2509572Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-03-21T20:21:55.2510271Z Downloading peft-0.15.0-py3-none-any.whl (410 kB) 2025-03-21T20:21:55.2510951Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-03-21T20:21:55.2511933Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-03-21T20:21:55.2513186Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-03-21T20:21:55.2514215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 96.2 MB/s eta 0:00:00 2025-03-21T20:21:55.2515271Z [?25hDownloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-03-21T20:21:55.2516298Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.6 MB) 2025-03-21T20:21:55.2517501Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.6 MB ? eta -:--:-- 2025-03-21T20:21:55.2518544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 189.2 MB/s eta 0:00:00 2025-03-21T20:21:55.2519743Z [?25hDownloading tornado-6.4.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (437 kB) 2025-03-21T20:21:55.2520705Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-03-21T20:21:55.2521447Z Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) 2025-03-21T20:21:55.2522421Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (408 kB) 2025-03-21T20:21:55.2523394Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-03-21T20:21:55.2524214Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-03-21T20:21:55.2525239Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB) 2025-03-21T20:21:55.2526445Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.9 MB ? eta -:--:-- 2025-03-21T20:21:55.2538488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 119.1 MB/s eta 0:00:00 2025-03-21T20:21:55.2540158Z [?25hDownloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-03-21T20:21:55.2540919Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:21:55.2541874Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-03-21T20:21:55.2543065Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:22:24.0716488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 109.8 MB/s eta 0:00:00 2025-03-21T20:22:24.0717951Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-03-21T20:22:24.0718767Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-03-21T20:22:24.0719560Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:22:24.0720354Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-03-21T20:22:24.0721226Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_aarch64.whl (40.5 MB) 2025-03-21T20:22:24.0722328Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.5 MB ? eta -:--:-- 2025-03-21T20:22:24.0723373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 MB 209.6 MB/s eta 0:00:00 2025-03-21T20:22:24.0724566Z [?25hDownloading scipy-1.15.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.5 MB) 2025-03-21T20:22:24.0725783Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/35.5 MB ? eta -:--:-- 2025-03-21T20:22:24.0726871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.5/35.5 MB 216.3 MB/s eta 0:00:00 2025-03-21T20:22:24.0727842Z [?25hDownloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-03-21T20:22:24.0728567Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-03-21T20:22:24.0729312Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-03-21T20:22:24.0730067Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-03-21T20:22:24.0730745Z Downloading absl_py-2.2.0-py3-none-any.whl (276 kB) 2025-03-21T20:22:24.0731458Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-03-21T20:22:24.0732149Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-03-21T20:22:24.0733075Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-03-21T20:22:24.0734104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 120.6 MB/s eta 0:00:00 2025-03-21T20:22:24.0735027Z [?25hDownloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-03-21T20:22:24.0804312Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-03-21T20:22:24.0805512Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-03-21T20:22:24.0806537Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:22:24.0807352Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:22:24.0808137Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:22:24.0808879Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-03-21T20:22:24.0809829Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240 kB) 2025-03-21T20:22:24.0811039Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (132 kB) 2025-03-21T20:22:24.0812257Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205 kB) 2025-03-21T20:22:24.0813426Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (315 kB) 2025-03-21T20:22:24.0814324Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-03-21T20:22:24.0815127Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2025-03-21T20:22:24.0816675Z Building wheel for rouge-score (setup.py) ... [?25l- \ done 2025-03-21T20:22:24.0818221Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24986 sha256=7534ccfd5b0ee79744fb2f7df26e386bd41d695583b13fb7d5ad10eea1a7a45c 2025-03-21T20:22:24.0819971Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-03-21T20:22:24.0821169Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-03-21T20:22:24.0822648Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16928 sha256=33c499429a5975125294859c32d38606c681e996f23aa36f897de629b4f666e0 2025-03-21T20:22:24.0824534Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-03-21T20:22:24.0825805Z Building wheel for word2number (setup.py) ... [?25l- \ done 2025-03-21T20:22:24.0827307Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5625 sha256=ab550b11d946b50ba0f9436621847b01e01d2183383b0005bd1999e49321b2d9 2025-03-21T20:22:24.0828953Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-03-21T20:22:24.0830044Z Successfully built rouge-score sqlitedict word2number 2025-03-21T20:22:24.0833804Z Installing collected packages: word2number, sqlitedict, sentencepiece, zstandard, xxhash, tornado, threadpoolctl, tcolorpy, scipy, pycryptodomex, pybind11, pyarrow, psutil, propcache, portalocker, pathvalidate, numexpr, multidict, more-itertools, jsonlines, joblib, fsspec, frozenlist, dill, colorama, click, chardet, async-timeout, aiohappyeyeballs, absl-py, yarl, tqdm-multiprocess, tiktoken, snakeviz, scikit-learn, sacrebleu, nltk, multiprocess, mbstrdecoder, blobfile, aiosignal, typepy, rouge-score, aiohttp, accelerate, peft, datasets, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-03-21T20:22:24.0837488Z Attempting uninstall: fsspec 2025-03-21T20:22:24.0838056Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:22:24.0838661Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:22:24.0839224Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:22:24.0843916Z Successfully installed DataProperty-1.1.0 absl-py-2.2.0 accelerate-1.5.2 aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 chardet-5.2.0 click-8.1.8 colorama-0.4.6 datasets-3.4.1 dill-0.3.8 evaluate-0.4.3 frozenlist-1.5.0 fsspec-2024.12.0 joblib-1.4.2 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.6.0 multidict-6.2.0 multiprocess-0.70.16 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.0 portalocker-3.1.1 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pybind11-2.13.6 pycryptodomex-3.22.0 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.6.1 scipy-1.15.2 sentencepiece-0.2.0 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tiktoken-0.9.0 tornado-6.4.2 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 xxhash-3.5.0 yarl-1.18.3 zstandard-0.23.0 2025-03-21T20:22:24.0848805Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-03-21T20:22:24.0850293Z + python -m examples.models.llama.export_llama --model qwen2_5 -c examples/models/llama/params/demo_rand_params.pth -p examples/models/qwen2_5/1_5b_config.json 2025-03-21T20:22:24.0851906Z [WARNING 2025-03-21 20:22:22,835 intmm.py:23] Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-03-21T20:22:24.0852985Z [INFO 2025-03-21 20:22:23,548 utils.py:162] NumExpr defaulting to 8 threads. 2025-03-21T20:22:24.0853837Z [INFO 2025-03-21 20:22:23,963 export_llama_lib.py:627] Applying quantizers: [] 2025-03-21T20:22:24.0855547Z [INFO 2025-03-21 20:22:23,963 export_llama_lib.py:992] Loading model with checkpoint=examples/models/llama/params/demo_rand_params.pth, params=examples/models/qwen2_5/1_5b_config.json, use_kv_cache=False, weight_type=WeightType.LLAMA 2025-03-21T20:22:24.0857531Z Could not load checkpoint into mode, defaulting to random uninitialized weights. 2025-03-21T20:22:24.0858372Z Error: Error(s) in loading state_dict for Transformer: 2025-03-21T20:22:24.0859716Z size mismatch for tok_embeddings.weight: copying a param with shape torch.Size([512, 64]) from checkpoint, the shape in current model is torch.Size([151936, 1536]). 2025-03-21T20:22:24.0861518Z size mismatch for layers.0.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:24.0863476Z size mismatch for layers.0.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:24.0865302Z size mismatch for layers.0.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:24.0867118Z size mismatch for layers.0.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:24.0868938Z size mismatch for layers.0.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:24.0870771Z size mismatch for layers.0.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([1536, 8960]). 2025-03-21T20:22:24.0872616Z size mismatch for layers.0.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4418759Z size mismatch for layers.0.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4420672Z size mismatch for layers.0.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4422489Z size mismatch for layers.1.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4424299Z size mismatch for layers.1.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4426110Z size mismatch for layers.1.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4427943Z size mismatch for layers.1.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4429771Z size mismatch for layers.1.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4431620Z size mismatch for layers.1.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([1536, 8960]). 2025-03-21T20:22:41.4433455Z size mismatch for layers.1.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4435269Z size mismatch for layers.1.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4437009Z size mismatch for layers.1.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4438764Z size mismatch for layers.2.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4441681Z size mismatch for layers.2.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4443497Z size mismatch for layers.2.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4445309Z size mismatch for layers.2.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4447370Z size mismatch for layers.2.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4449239Z size mismatch for layers.2.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([1536, 8960]). 2025-03-21T20:22:41.4451091Z size mismatch for layers.2.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4452903Z size mismatch for layers.2.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4454645Z size mismatch for layers.2.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4456406Z size mismatch for layers.3.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4458362Z size mismatch for layers.3.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4460237Z size mismatch for layers.3.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4462043Z size mismatch for layers.3.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4463860Z size mismatch for layers.3.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4465705Z size mismatch for layers.3.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([1536, 8960]). 2025-03-21T20:22:41.4467537Z size mismatch for layers.3.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4469357Z size mismatch for layers.3.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4471089Z size mismatch for layers.3.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4472847Z size mismatch for layers.4.attention.wq.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4474650Z size mismatch for layers.4.attention.wk.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4476458Z size mismatch for layers.4.attention.wv.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([256, 1536]). 2025-03-21T20:22:41.4478270Z size mismatch for layers.4.attention.wo.weight: copying a param with shape torch.Size([64, 64]) from checkpoint, the shape in current model is torch.Size([1536, 1536]). 2025-03-21T20:22:41.4480343Z size mismatch for layers.4.feed_forward.w1.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4482182Z size mismatch for layers.4.feed_forward.w2.weight: copying a param with shape torch.Size([64, 172]) from checkpoint, the shape in current model is torch.Size([1536, 8960]). 2025-03-21T20:22:41.4484020Z size mismatch for layers.4.feed_forward.w3.weight: copying a param with shape torch.Size([172, 64]) from checkpoint, the shape in current model is torch.Size([8960, 1536]). 2025-03-21T20:22:41.4485962Z size mismatch for layers.4.attention_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4487726Z size mismatch for layers.4.ffn_norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4489695Z size mismatch for norm.weight: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([1536]). 2025-03-21T20:22:41.4491325Z size mismatch for output.weight: copying a param with shape torch.Size([512, 64]) from checkpoint, the shape in current model is torch.Size([151936, 1536]). 2025-03-21T20:22:41.4492630Z [INFO 2025-03-21 20:22:24,109 builder.py:162] Model after source transforms: Transformer( 2025-03-21T20:22:41.4493401Z (tok_embeddings): Embedding(151936, 1536) 2025-03-21T20:22:41.4493948Z (rope): Rope() 2025-03-21T20:22:41.4494393Z (layers): ModuleList( 2025-03-21T20:22:41.4494879Z (0-27): 28 x TransformerBlock( 2025-03-21T20:22:41.4495403Z (attention): AttentionMHA( 2025-03-21T20:22:41.4496009Z (wq): Linear(in_features=1536, out_features=1536, bias=True) 2025-03-21T20:22:41.4496721Z (wk): Linear(in_features=1536, out_features=256, bias=True) 2025-03-21T20:22:41.4497442Z (wv): Linear(in_features=1536, out_features=256, bias=True) 2025-03-21T20:22:41.4498161Z (wo): Linear(in_features=1536, out_features=1536, bias=False) 2025-03-21T20:22:41.4498789Z (rope): Rope() 2025-03-21T20:22:41.4499330Z ) 2025-03-21T20:22:41.4499745Z (feed_forward): FeedForward( 2025-03-21T20:22:41.4500357Z (w1): Linear(in_features=1536, out_features=8960, bias=False) 2025-03-21T20:22:41.4501084Z (w2): Linear(in_features=8960, out_features=1536, bias=False) 2025-03-21T20:22:41.4501808Z (w3): Linear(in_features=1536, out_features=8960, bias=False) 2025-03-21T20:22:41.4502411Z ) 2025-03-21T20:22:41.4502839Z (attention_norm): RMSNorm() 2025-03-21T20:22:41.4503490Z (ffn_norm): RMSNorm() 2025-03-21T20:22:41.4503952Z ) 2025-03-21T20:22:41.4504336Z ) 2025-03-21T20:22:41.4504726Z (norm): RMSNorm() 2025-03-21T20:22:41.4505304Z (output): Linear(in_features=1536, out_features=151936, bias=False) 2025-03-21T20:22:41.4505968Z ) 2025-03-21T20:22:41.4506455Z [INFO 2025-03-21 20:22:24,110 builder.py:217] Exporting with: 2025-03-21T20:22:41.4507211Z [INFO 2025-03-21 20:22:24,112 builder.py:218] inputs: (tensor([[1, 2, 3]]),) 2025-03-21T20:22:41.4507951Z [INFO 2025-03-21 20:22:24,112 builder.py:219] kwargs: None 2025-03-21T20:22:41.4508978Z [INFO 2025-03-21 20:22:24,112 builder.py:220] dynamic shapes: ({1: },) 2025-03-21T20:27:11.4419137Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:27:11.4421195Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:27:11.4423143Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:27:11.4425634Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:27:11.4426450Z [INFO 2025-03-21 20:22:52,029 builder.py:251] Running canonical pass: RemoveRedundantTransposes 2025-03-21T20:27:11.4427422Z [INFO 2025-03-21 20:22:52,158 builder.py:337] Using pt2e [] to quantizing the model... 2025-03-21T20:27:11.4428314Z [INFO 2025-03-21 20:22:52,158 builder.py:388] No quantizer provided, passing... 2025-03-21T20:27:11.4430607Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:27:11.4432561Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:27:11.4434511Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:27:11.4436449Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:27:11.4438375Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:27:11.4440312Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:27:11.4441154Z [INFO 2025-03-21 20:24:59,521 export_llama_lib.py:813] Lowering model using following partitioner(s): 2025-03-21T20:27:11.4442211Z [INFO 2025-03-21 20:27:06,721 builder.py:507] Required memory for activation in bytes: [0, 15345664] 2025-03-21T20:27:11.4443185Z [INFO 2025-03-21 20:27:07,066 utils.py:141] Saved exported program to ./qwen2_5.pte 2025-03-21T20:27:11.4443891Z + rm ./qwen2_5.pte 2025-03-21T20:27:11.4444314Z + return 2025-03-21T20:27:11.4564442Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:27:11.4565106Z with: 2025-03-21T20:27:11.4565624Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:11.4566279Z fail-on-empty: false 2025-03-21T20:27:11.4566730Z env: 2025-03-21T20:27:11.4567213Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:11.4567848Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:11.4568344Z PR_NUMBER: 2025-03-21T20:27:11.4570735Z 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=qwen2_5 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:11.4573508Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:11.4574435Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:11.4575298Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:11.4575949Z ##[endgroup] 2025-03-21T20:27:11.5351205Z Prepare all required actions 2025-03-21T20:27:11.5408050Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:11.5408667Z with: 2025-03-21T20:27:11.5409249Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:11.5409967Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:11.5410444Z env: 2025-03-21T20:27:11.5410927Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:11.5411549Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:11.5412372Z PR_NUMBER: 2025-03-21T20:27:11.5414838Z 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=qwen2_5 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:11.5417542Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:11.5418459Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:11.5419460Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:11.5420104Z ##[endgroup] 2025-03-21T20:27:11.5454746Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:11.5455858Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:11.5468412Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:11.5469047Z env: 2025-03-21T20:27:11.5469548Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:11.5470187Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:11.5470696Z PR_NUMBER: 2025-03-21T20:27:11.5473113Z 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=qwen2_5 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:11.5475790Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:11.5476730Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:11.5477608Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:11.5478286Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:11.5478950Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:11.5479644Z ##[endgroup] 2025-03-21T20:27:11.5685321Z Unable to find image 'arm64v8/alpine:latest' locally 2025-03-21T20:27:11.7544372Z latest: Pulling from arm64v8/alpine 2025-03-21T20:27:11.8093274Z 6e771e15690e: Pulling fs layer 2025-03-21T20:27:11.8759858Z 6e771e15690e: Download complete 2025-03-21T20:27:11.9969263Z 6e771e15690e: Pull complete 2025-03-21T20:27:12.0110479Z Digest: sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:27:12.0153007Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-03-21T20:27:13.0524871Z Prepare all required actions 2025-03-21T20:27:13.0567708Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:13.0568359Z with: 2025-03-21T20:27:13.0569107Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:13.0569730Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:13.0570210Z env: 2025-03-21T20:27:13.0570692Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:13.0571318Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:13.0571811Z PR_NUMBER: 2025-03-21T20:27:13.0574440Z 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=qwen2_5 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:13.0577164Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:13.0578434Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:13.0579412Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:13.0580396Z ##[endgroup] 2025-03-21T20:27:13.0619618Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:13.0620705Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:13.0630372Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:13.0631005Z env: 2025-03-21T20:27:13.0631507Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:13.0632150Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:13.0632662Z PR_NUMBER: 2025-03-21T20:27:13.0635085Z 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=qwen2_5 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:13.0637787Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:13.0638715Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:13.0639592Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:13.0640271Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:13.0640836Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:13.0641436Z ##[endgroup] 2025-03-21T20:27:13.8659506Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:13.8660569Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:13.8661370Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:27:13.8662264Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:27:13.8663278Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:27:13.8664102Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:27:13.8664831Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:13.8665421Z  fi 2025-03-21T20:27:13.8665923Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:27:13.8666669Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:13.8667350Z  fi 2025-03-21T20:27:13.8667821Z fi 2025-03-21T20:27:13.8668245Z  2025-03-21T20:27:13.8668654Z upload_docs=0 2025-03-21T20:27:13.8669324Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:27:13.8670100Z # empty folders do not count 2025-03-21T20:27:13.8670841Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:27:13.8671783Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:27:13.8672585Z  # upload will probably not work correctly 2025-03-21T20:27:13.8673175Z  upload_docs=1 2025-03-21T20:27:13.8673638Z fi 2025-03-21T20:27:13.8674182Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:27:13.8683747Z shell: /usr/bin/bash -e {0} 2025-03-21T20:27:13.8684244Z env: 2025-03-21T20:27:13.8684725Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:13.8685380Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:13.8685882Z PR_NUMBER: 2025-03-21T20:27:13.8688277Z 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=qwen2_5 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:13.8691580Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:13.8692503Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:13.8693387Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:13.8694059Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:27:13.8694520Z ##[endgroup] 2025-03-21T20:27:13.8814251Z Prepare all required actions 2025-03-21T20:27:13.8867048Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:27:13.8867663Z with: 2025-03-21T20:27:13.8868054Z env: 2025-03-21T20:27:13.8868538Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:13.8869184Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:13.8869691Z PR_NUMBER: 2025-03-21T20:27:13.8872074Z 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=qwen2_5 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:13.8874743Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:13.8875704Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:13.8876593Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:13.8877232Z ##[endgroup] 2025-03-21T20:27:13.8916570Z ##[group]Run set -eou pipefail 2025-03-21T20:27:13.8917172Z set -eou pipefail 2025-03-21T20:27:13.8917660Z  2025-03-21T20:27:13.8918275Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:27:13.8919023Z for _ in $(seq 1440); do 2025-03-21T20:27:13.8919589Z  # Break if no ssh session exists anymore 2025-03-21T20:27:13.8920180Z  if [ "$(who)" = "" ]; then 2025-03-21T20:27:13.8920702Z  break 2025-03-21T20:27:13.8921134Z  fi 2025-03-21T20:27:13.8921562Z  echo "." 2025-03-21T20:27:13.8922014Z  sleep 5 2025-03-21T20:27:13.8922455Z done 2025-03-21T20:27:13.8930326Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:13.8930957Z env: 2025-03-21T20:27:13.8931460Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:13.8932100Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:13.8932611Z PR_NUMBER: 2025-03-21T20:27:13.8934995Z 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=qwen2_5 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:13.8937684Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:13.8938609Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:13.8939613Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:13.8940263Z ##[endgroup] 2025-03-21T20:27:13.8971702Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:27:13.9046216Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:13.9047117Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:13.9048104Z # shellcheck disable=SC2046 2025-03-21T20:27:13.9048787Z docker stop $(docker ps -q) || true 2025-03-21T20:27:13.9049386Z # Prune all of the docker images 2025-03-21T20:27:13.9049950Z docker system prune -af 2025-03-21T20:27:13.9057926Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:13.9058556Z env: 2025-03-21T20:27:13.9059153Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:13.9059792Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:13.9060297Z PR_NUMBER: 2025-03-21T20:27:13.9063051Z 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=qwen2_5 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:13.9065770Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:13.9066773Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:13.9067650Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:13.9068305Z ##[endgroup] 2025-03-21T20:27:24.5571325Z bf17ab726bd2 2025-03-21T20:27:25.2753476Z Deleted Containers: 2025-03-21T20:27:25.2754209Z bf17ab726bd26d5ca8b46d10691e6908603daaa3d5fb427356784529c9d22d6c 2025-03-21T20:27:25.2754738Z 2025-03-21T20:27:29.0363385Z Deleted Images: 2025-03-21T20:27:29.0364019Z untagged: arm64v8/alpine:latest 2025-03-21T20:27:29.0364907Z untagged: arm64v8/alpine@sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:27:29.0366055Z deleted: sha256:8d591b0b7dea080ea3be9e12ae563eebf9869168ffced1cb25b2470a3d9fe15e 2025-03-21T20:27:29.0367100Z deleted: sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c 2025-03-21T20:27:29.0368507Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:27:29.0370491Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:27:29.0372093Z deleted: sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4 2025-03-21T20:27:29.0373103Z deleted: sha256:09f32a7b4424aa2d53cb6746ad96c97d11402e32508800950db7d805db59fef5 2025-03-21T20:27:29.0374121Z deleted: sha256:2400b3ca069d97c31c82baf4d6a615abba1f6d0c3ecbd100c810222bb25e9333 2025-03-21T20:27:29.0375146Z deleted: sha256:8e0b41eb40e0e0ee386f53cf802d9cd1793693af919a5eeeea5f9a744069afb5 2025-03-21T20:27:29.0376177Z deleted: sha256:dcbdfeae52597e3808762abdebc00dfd922c61b7a2641c20c37f5722f4f74027 2025-03-21T20:27:29.0377204Z deleted: sha256:d63b9419821f5e34bce0d21a8436284d4eb65a677ad10352e4083292e85cc411 2025-03-21T20:27:29.0378212Z deleted: sha256:19f09f507aab26d96e654dddf37320db13b0c290424d02fbcf2200cdebe6d50c 2025-03-21T20:27:29.0379312Z deleted: sha256:811ea2f5529526b50aa09f80457db519fc0684669c33b4b804fb686775fedf48 2025-03-21T20:27:29.0380320Z deleted: sha256:0c22605f5866e3bf800a3d128de9a552c8b32a7e762f96bc98cd4e7838aca631 2025-03-21T20:27:29.0381310Z deleted: sha256:597399b530f943bc9178d331b712b06d55e3570ec0dd569f9f34556a0b39c672 2025-03-21T20:27:29.0382291Z deleted: sha256:2e1c01efb70ca42200c290a1a5c078404a7429b1656d62829cc194e393feb456 2025-03-21T20:27:29.0383293Z deleted: sha256:81ed8917a35c1fb8e0f4697d2136d8f46ef0123e7172354db6cac2f665e74179 2025-03-21T20:27:29.0384286Z deleted: sha256:0b4dd04405c68761b0af34f004a21778591d9837b5b659c46e3ece5db4ca96c4 2025-03-21T20:27:29.0385280Z deleted: sha256:98564e1057c5b1861fac27ca9a4d000aa6c1cce077a64be6e92c1c0328de21db 2025-03-21T20:27:29.0386282Z deleted: sha256:ef6027fae935dd069d281694954d5d434ecccb964dc2cae4cb5f367f79118433 2025-03-21T20:27:29.0387919Z deleted: sha256:8714b6aed43f9fb6516d748241fbf8a7d62000dffbfda6c97f9a77c52ffcaf66 2025-03-21T20:27:29.0389117Z deleted: sha256:b50da0d5f573e1d94a83711df7a638fe9a44670dd938a98e0ba7c535de409ac3 2025-03-21T20:27:29.0390125Z deleted: sha256:d8cf851e2ae665b901caeb1b88600dd2262511635516845a22b84cb6a601c8f8 2025-03-21T20:27:29.0391107Z deleted: sha256:0336a5d8eb38c4345cf408dda18a8619056747745a03e9336423dc70dbd8b1ec 2025-03-21T20:27:29.0392083Z deleted: sha256:f620185bef1017660c6c4248c3f1a8f829a622e73584a4f975744970d443021b 2025-03-21T20:27:29.0393358Z deleted: sha256:e841d457dc57315a4b42567dcb7792b798d522cc284364a17160bef80879823d 2025-03-21T20:27:29.0394372Z deleted: sha256:8590293936b69062f99a43c53ba78bbb521db3f5fd34e4e029c260b42a2f24d2 2025-03-21T20:27:29.0395371Z deleted: sha256:41e98c39e616aa6a0b103eb4ff3754d0cd5e5ebc8d03e2ffc4374e90a6584078 2025-03-21T20:27:29.0396385Z deleted: sha256:de03b39cfdff6bb157784d61d1938fcf862ee01640d8de56613f2499d569d825 2025-03-21T20:27:29.0397390Z deleted: sha256:cf012e330a58f50134db5754447bf140b24dfcf3f11602031ed0405f9a1bc8f2 2025-03-21T20:27:29.0398392Z deleted: sha256:18b60edd05c57a9ddd17db0d40244b248e6f0b94918169e2feb2227cf1f0fa5f 2025-03-21T20:27:29.0399408Z deleted: sha256:e2d20ee2e6f5b13148c5bc7438ac3b99d0fbe7361983ace57d7f6c9a53ebb4a1 2025-03-21T20:27:29.0400414Z deleted: sha256:8d51221c5d0b80fef480318f9648620d0485d4bdeaa8a4bb71dad958ffa6f790 2025-03-21T20:27:29.0401427Z deleted: sha256:14420affd3a01fd14f1f93dd16a99ffbaa8494bde8e368f6d15c81667f9a6e23 2025-03-21T20:27:29.0402446Z deleted: sha256:9e1213ad98b26feb4bbe577f702afcfbec754438b68d47c9f11b9a24714eedda 2025-03-21T20:27:29.0403461Z deleted: sha256:e015fd41e914974c966637a97e131b50ae5814b903b8c42dfebc2ffafc3db463 2025-03-21T20:27:29.0404460Z deleted: sha256:d7976569ac4f931958721acabc120fe2cfdbc8673ef348c7c8110886822234a0 2025-03-21T20:27:29.0405756Z deleted: sha256:9006884ac58bd79a9522eda809d9360d21997a93e175d1d6b66b23dd64cc766e 2025-03-21T20:27:29.0406845Z deleted: sha256:934cb849abe06befc43afe3d1a738c8537ce109679f8556a7af52bfbf40438b2 2025-03-21T20:27:29.0407847Z deleted: sha256:824b004f2d714c62c347e3c1ea2ef132dd6cc9c2c8e2a33891027b3332970956 2025-03-21T20:27:29.0408846Z deleted: sha256:070a521224ad9aed21b31bdbffa143888d3a81eba63b08fd089618c6e5040186 2025-03-21T20:27:29.0409832Z deleted: sha256:59b223680ef978509f20faf6bf069866dfc02c422159347face0a7565d698526 2025-03-21T20:27:29.0410409Z 2025-03-21T20:27:29.0410653Z Total reclaimed space: 6.064GB 2025-03-21T20:27:29.0459612Z ##[group]Run set +e 2025-03-21T20:27:29.0460194Z set +e 2025-03-21T20:27:29.0460665Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:27:29.0461340Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:27:29.0461954Z else 2025-03-21T20:27:29.0462456Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:27:29.0463036Z fi 2025-03-21T20:27:29.0463453Z set -e 2025-03-21T20:27:29.0472424Z shell: /usr/bin/bash -e {0} 2025-03-21T20:27:29.0472921Z env: 2025-03-21T20:27:29.0473424Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:29.0474062Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:29.0474565Z PR_NUMBER: 2025-03-21T20:27:29.0477008Z 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=qwen2_5 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:29.0479709Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:29.0480627Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:29.0481488Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:29.0482550Z NO_SUDO: false 2025-03-21T20:27:29.0482970Z ##[endgroup] 2025-03-21T20:27:30.2855476Z Post job cleanup. 2025-03-21T20:27:30.4216164Z Post job cleanup. 2025-03-21T20:27:30.5477422Z [command]/usr/bin/git version 2025-03-21T20:27:30.5534241Z git version 2.47.1 2025-03-21T20:27:30.5586571Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/1a90ea27-96d1-4e2a-a857-7c86886d3951/.gitconfig' 2025-03-21T20:27:30.5601857Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1a90ea27-96d1-4e2a-a857-7c86886d3951' before making global git config changes 2025-03-21T20:27:30.5603303Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:27:30.5611002Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:27:30.5674077Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:27:30.5733509Z [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:30.6071183Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:27:30.6098854Z http.https://github.com/.extraheader 2025-03-21T20:27:30.6118153Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:27:30.6157639Z [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:30.6580555Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:27:30.6615058Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:27:30.6622508Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:30.6623164Z ##[endgroup] 2025-03-21T20:27:30.6727833Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:27:46.0908999Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:28:10.7765829Z Cleaning up orphan processes